Push event to branch feat/headless 17:16:33 Connecting to https://api.github.com using pharo-ci using token as pass Obtained Jenkinsfile from f4fe5697197c28440fef9df0027dad21cc033cb4 [Pipeline] Start of Pipeline [Pipeline] properties [Pipeline] node Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_feat_headless [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (VM Unit Tests) [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/repository [Pipeline] { [Pipeline] checkout 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_headless/repository # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git > git --version # timeout=10 > git --version # 'git version 2.24.1 (Apple Git-126)' 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 f4fe5697197c28440fef9df0027dad21cc033cb4 (feat/headless) > 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 f4fe5697197c28440fef9df0027dad21cc033cb4 # timeout=10 Commit message: "Merge pull request #315 from tesonep/fixing-32bit-arm-tests" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.1 (Apple Git-126)' [Pipeline] } [Pipeline] // dir [Pipeline] cmakeBuild [runTests] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository CMAKE_GENERATOR=Unix Makefiles No user build settings. -- v9.0.1-1-gf4fe5697 - Commit: f4fe5697 - Date: 2021-07-22 16:26:24 +0200 -- The C compiler identification is AppleClang 11.0.3.11030032 -- The CXX compiler identification is AppleClang 11.0.3.11030032 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Compiling for architecture: x86_64 -- Building Pharo with executable named Pharo -- 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 -- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins -- 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 - 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 execinfo.h -- Looking for include file execinfo.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 - not found Defining OSX VM to download for code generation -- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- Resource Compiler: -- Looking for FFI in the system -- Found FFI: /usr/lib/libffi.dylib -- Adding plugin: FilePlugin -- Adding plugin: FileAttributesPlugin -- Adding plugin: UUIDPlugin -- Adding plugin: SocketPlugin -- Adding plugin: SurfacePlugin -- Adding plugin: LargeIntegers -- Adding plugin: JPEGReaderPlugin -- Adding plugin: JPEGReadWriter2Plugin -- Adding plugin: MiscPrimitivePlugin -- Adding plugin: B2DPlugin -- Adding plugin: LocalePlugin -- Adding plugin: SqueakSSL -- Adding plugin: DSAPrims -- Adding plugin: UnixOSProcessPlugin -- Looking for Git2 in the system -- Could NOT find libgit2 (missing: LIBGIT2_LIBRARY LIBGIT2_INCLUDE_PATH) -- Git2 not found. -- Building LibGit2 with LibSSH 1.9.0 -- Downloading/updating LibSSH2 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/LibSSH2-download Scanning dependencies of target LibSSH2-download [ 11%] Creating directories for 'LibSSH2-download' [ 22%] Performing download step (git clone) for 'LibSSH2-download' Cloning into 'LibSSH2-src'... Note: switching to 'libssh2-1.9.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 42d37aa 1.9 Formatting [ 33%] No patch step for 'LibSSH2-download' [ 44%] Performing update step for 'LibSSH2-download' [ 55%] No configure step for 'LibSSH2-download' [ 66%] No build step for 'LibSSH2-download' [ 77%] No install step for 'LibSSH2-download' [ 88%] No test step for 'LibSSH2-download' [100%] Completed 'LibSSH2-download' [100%] Built target LibSSH2-download -- Downloading/updating LibGit2 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/LibGit2-download Scanning dependencies of target LibGit2-download [ 11%] Creating directories for 'LibGit2-download' [ 22%] Performing download step (git clone) for 'LibGit2-download' Cloning into 'LibGit2-src'... Updating files: 18% (2145/11537) Updating files: 19% (2193/11537) Updating files: 20% (2308/11537) Updating files: 21% (2423/11537) Updating files: 22% (2539/11537) Updating files: 23% (2654/11537) Updating files: 24% (2769/11537) Updating files: 25% (2885/11537) Updating files: 26% (3000/11537) Updating files: 27% (3115/11537) Updating files: 28% (3231/11537) Updating files: 29% (3346/11537) Updating files: 30% (3462/11537) Updating files: 31% (3577/11537) Updating files: 32% (3692/11537) Updating files: 33% (3808/11537) Updating files: 34% (3923/11537) Updating files: 34% (3925/11537) Updating files: 35% (4038/11537) Updating files: 36% (4154/11537) Updating files: 37% (4269/11537) Updating files: 38% (4385/11537) Updating files: 39% (4500/11537) Updating files: 40% (4615/11537) Updating files: 41% (4731/11537) Updating files: 42% (4846/11537) Updating files: 43% (4961/11537) Updating files: 44% (5077/11537) Updating files: 45% (5192/11537) Updating files: 46% (5308/11537) Updating files: 47% (5423/11537) Updating files: 48% (5538/11537) Updating files: 49% (5654/11537) Updating files: 50% (5769/11537) Updating files: 51% (5884/11537) Updating files: 52% (6000/11537) Updating files: 53% (6115/11537) Updating files: 54% (6230/11537) Updating files: 55% (6346/11537) Updating files: 56% (6461/11537) Updating files: 57% (6577/11537) Updating files: 58% (6692/11537) Updating files: 58% (6731/11537) Updating files: 59% (6807/11537) Updating files: 60% (6923/11537) Updating files: 61% (7038/11537) Updating files: 62% (7153/11537) Updating files: 63% (7269/11537) Updating files: 64% (7384/11537) Updating files: 65% (7500/11537) Updating files: 66% (7615/11537) Updating files: 67% (7730/11537) Updating files: 68% (7846/11537) Updating files: 69% (7961/11537) Updating files: 70% (8076/11537) Updating files: 71% (8192/11537) Updating files: 72% (8307/11537) Updating files: 73% (8423/11537) Updating files: 74% (8538/11537) Updating files: 75% (8653/11537) Updating files: 76% (8769/11537) Updating files: 77% (8884/11537) Updating files: 78% (8999/11537) Updating files: 79% (9115/11537) Updating files: 80% (9230/11537) Updating files: 81% (9345/11537) Updating files: 81% (9363/11537) Updating files: 82% (9461/11537) Updating files: 83% (9576/11537) Updating files: 84% (9692/11537) Updating files: 85% (9807/11537) Updating files: 86% (9922/11537) Updating files: 87% (10038/11537) Updating files: 88% (10153/11537) Updating files: 89% (10268/11537) Updating files: 90% (10384/11537) Updating files: 91% (10499/11537) Updating files: 92% (10615/11537) Updating files: 93% (10730/11537) Updating files: 94% (10845/11537) Updating files: 95% (10961/11537) Updating files: 96% (11076/11537) Updating files: 97% (11191/11537) Updating files: 98% (11307/11537) Updating files: 99% (11422/11537) Updating files: 100% (11537/11537) Updating files: 100% (11537/11537), done. Note: switching to 'v1.0.1'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 0ced29612 Merge pull request #5542 from libgit2/ethomson/1_0_1 [ 33%] No patch step for 'LibGit2-download' [ 44%] Performing update step for 'LibGit2-download' [ 55%] No configure step for 'LibGit2-download' [ 66%] No build step for 'LibGit2-download' [ 77%] No install step for 'LibGit2-download' [ 88%] No test step for 'LibGit2-download' [100%] Completed 'LibGit2-download' [100%] Built target LibGit2-download -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAVE_STRUCT_STAT_ST_MTIM -- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Failed -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Success -- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC -- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC - Failed -- Performing Test HAVE_STRUCT_STAT_NSEC -- Performing Test HAVE_STRUCT_STAT_NSEC - Success -- Performing Test IS_WALL_SUPPORTED -- Performing Test IS_WALL_SUPPORTED - Success -- Performing Test IS_WEXTRA_SUPPORTED -- Performing Test IS_WEXTRA_SUPPORTED - Success -- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED -- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED - Success -- Performing Test IS_WDOCUMENTATION_SUPPORTED -- Performing Test IS_WDOCUMENTATION_SUPPORTED - Success -- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED -- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED - Success -- Performing Test IS_WSTRICT_ALIASING_SUPPORTED -- Performing Test IS_WSTRICT_ALIASING_SUPPORTED - Success -- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED -- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED - Success -- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED -- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED - Success -- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED -- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED - Success -- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED -- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED - Success -- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED -- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED - Success -- Performing Test IS_WINT_CONVERSION_SUPPORTED -- Performing Test IS_WINT_CONVERSION_SUPPORTED - Success -- Performing Test IS_WFORMAT_SUPPORTED -- Performing Test IS_WFORMAT_SUPPORTED - Success -- Performing Test IS_WFORMAT_SECURITY_SUPPORTED -- Performing Test IS_WFORMAT_SECURITY_SUPPORTED - Success -- Looking for futimens -- Looking for futimens - found -- Checking prototype qsort_r for HAVE_QSORT_R_BSD - True -- Checking prototype qsort_r for HAVE_QSORT_R_GNU - False -- Looking for qsort_s -- Looking for qsort_s - not found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - not found -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) -- Found Security /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework -- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework -- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework - found -- Found CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreFoundation.framework -- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR) -- Looking for regcomp_l -- Looking for regcomp_l - found -- http-parser version 2 was not found or disabled; using bundled 3rd-party sources. -- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED -- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED - Failed -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11") -- LIBSSH2 not found. Set CMAKE_PREFIX_PATH if it is installed outside of the default search path. -- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED -- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED - Success -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES) -- Found GSS.framework /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/GSS.framework -- Looking for iconv_open -- Looking for iconv_open - not found -- Found Iconv: -L/usr/lib -liconv -- Enabled features: * nanoseconds, whether to use sub-second file mtimes and ctimes * tracing, tracing support * threadsafe, threadsafe support * HTTPS, using SecureTransport * SHA, using CollisionDetection * regex, using system regcomp_l * http-parser, http-parser support (bundled) * zlib, using system zlib * ntlmclient, NTLM authentication support for Unix * iconv, iconv encoding conversion support -- Disabled features: * debugpool, debug pool allocator * SSH, SSH transport support * SPNEGO, SPNEGO authentication support -- Looking for Freetype in the system -- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) -- Freetype not found. -- Building Freetype -- Downloading/updating freetype -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/freetype-download Scanning dependencies of target freetype-download [ 11%] Creating directories for 'freetype-download' [ 22%] Performing download step (download, verify and extract) for 'freetype-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz' timeout='none' -- Using src='https://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.gz' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/freetype-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'freetype-download' [ 44%] No update step for 'freetype-download' [ 55%] No configure step for 'freetype-download' [ 66%] No build step for 'freetype-download' [ 77%] No install step for 'freetype-download' [ 88%] No test step for 'freetype-download' [100%] Completed 'freetype-download' [100%] Built target freetype-download -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find harfbuzz (missing: HARFBUZZ_INCLUDE_DIRS HARFBUZZ_LIBRARIES) -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) -- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") -- Looking for BZ2_bzCompressInit -- Looking for BZ2_bzCompressInit - found -- Looking for fcntl.h -- Looking for fcntl.h - found Adding third-party libraries for Darwin-x86_64: pixman-0.34.0 -- Downloading/updating pixman-0.34.0 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/pixman-0.34.0-download Scanning dependencies of target pixman-0.34.0-download [ 11%] Creating directories for 'pixman-0.34.0-download' [ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/pixman-0.34.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'pixman-0.34.0-download' [ 44%] No update step for 'pixman-0.34.0-download' [ 55%] No configure step for 'pixman-0.34.0-download' [ 66%] No build step for 'pixman-0.34.0-download' [ 77%] No install step for 'pixman-0.34.0-download' [ 88%] No test step for 'pixman-0.34.0-download' [100%] Completed 'pixman-0.34.0-download' [100%] Built target pixman-0.34.0-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/pixman-0.34.0-src/libpixman-1.0.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/pixman-0.34.0-src/libpixman-1.dylib Adding third-party libraries for Darwin-x86_64: cairo-1.15.4 -- Downloading/updating cairo-1.15.4 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/cairo-1.15.4-download Scanning dependencies of target cairo-1.15.4-download [ 11%] Creating directories for 'cairo-1.15.4-download' [ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/cairo-1.15.4-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'cairo-1.15.4-download' [ 44%] No update step for 'cairo-1.15.4-download' [ 55%] No configure step for 'cairo-1.15.4-download' [ 66%] No build step for 'cairo-1.15.4-download' [ 77%] No install step for 'cairo-1.15.4-download' [ 88%] No test step for 'cairo-1.15.4-download' [100%] Completed 'cairo-1.15.4-download' [100%] Built target cairo-1.15.4-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/cairo-1.15.4-src/libcairo.2.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/cairo-1.15.4-src/libcairo.dylib Adding third-party libraries for Darwin-x86_64: libpng-1.2.49 -- Downloading/updating libpng-1.2.49 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/libpng-1.2.49-download Scanning dependencies of target libpng-1.2.49-download [ 11%] Creating directories for 'libpng-1.2.49-download' [ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 21% complete] -- [download 22% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/libpng-1.2.49-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libpng-1.2.49-download' [ 44%] No update step for 'libpng-1.2.49-download' [ 55%] No configure step for 'libpng-1.2.49-download' [ 66%] No build step for 'libpng-1.2.49-download' [ 77%] No install step for 'libpng-1.2.49-download' [ 88%] No test step for 'libpng-1.2.49-download' [100%] Completed 'libpng-1.2.49-download' [100%] Built target libpng-1.2.49-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/libpng-1.2.49-src/libpng12.0.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/libpng-1.2.49-src/libpng12.dylib -- Looking for SDL2 in the system -- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR) -- SDL2 not found. -- Building SDL2 -- Downloading/updating SDL2 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/SDL2-download Scanning dependencies of target SDL2-download [ 11%] Creating directories for 'SDL2-download' [ 22%] Performing download step (git clone) for 'SDL2-download' Cloning into 'SDL2-src'... Updating files: 92% (1216/1318) Updating files: 93% (1226/1318) Updating files: 94% (1239/1318) Updating files: 95% (1253/1318) Updating files: 96% (1266/1318) Updating files: 97% (1279/1318) Updating files: 98% (1292/1318) Updating files: 99% (1305/1318) Updating files: 100% (1318/1318) Updating files: 100% (1318/1318), done. Note: switching to 'v2.0.12'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 8ff4d3e Added vcruntime dependency to build on VS2019 as per in https://thomas.reiser.zone/building-sdl2-on-windows-with-vs2019/ [ 33%] No patch step for 'SDL2-download' [ 44%] Performing update step for 'SDL2-download' [ 55%] No configure step for 'SDL2-download' [ 66%] No build step for 'SDL2-download' [ 77%] No install step for 'SDL2-download' [ 88%] No test step for 'SDL2-download' [100%] Completed 'SDL2-download' [100%] Built target SDL2-download -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Performing Test HAVE_GCC_WALL -- Performing Test HAVE_GCC_WALL - Success -- Performing Test HAVE_GCC_NO_STRICT_ALIASING -- Performing Test HAVE_GCC_NO_STRICT_ALIASING - Success -- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT -- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT - Success -- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT -- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT - Success -- Performing Test HAVE_GCC_ATOMICS -- Performing Test HAVE_GCC_ATOMICS - Success -- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY -- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY - Failed -- Performing Test HAVE_GCC_FVISIBILITY -- Performing Test HAVE_GCC_FVISIBILITY - Success -- Performing Test HAVE_GCC_WSHADOW -- Performing Test HAVE_GCC_WSHADOW - Success -- Performing Test HAVE_MMX -- Performing Test HAVE_MMX - Success -- Performing Test HAVE_3DNOW -- Performing Test HAVE_3DNOW - Success -- Performing Test HAVE_SSE -- Performing Test HAVE_SSE - Success -- Performing Test HAVE_SSE2 -- Performing Test HAVE_SSE2 - Success -- Performing Test HAVE_SSE3 -- Performing Test HAVE_SSE3 - Success -- Looking for immintrin.h -- Looking for immintrin.h - found -- Performing Test HAVE_ALTIVEC_H_HDR -- Performing Test HAVE_ALTIVEC_H_HDR - Failed -- Performing Test HAVE_ALTIVEC -- Performing Test HAVE_ALTIVEC - Failed -- Performing Test ARMSIMD_FOUND -- Performing Test ARMSIMD_FOUND - Failed -- Performing Test ARMNEON_FOUND -- Performing Test ARMNEON_FOUND - Failed -- Looking for stdio.h -- Looking for stdio.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for stdarg.h -- Looking for stdarg.h - found -- Looking for malloc.h -- Looking for malloc.h - not found -- Looking for memory.h -- Looking for memory.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for limits.h -- Looking for limits.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for wchar.h -- Looking for wchar.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for ctype.h -- Looking for ctype.h - found -- Looking for math.h -- Looking for math.h - found -- Looking for iconv.h -- Looking for iconv.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for libunwind.h -- Looking for libunwind.h - found -- Looking for 8 include files dlfcn.h, ..., float.h -- Looking for 8 include files dlfcn.h, ..., float.h - found -- Check size of size_t -- Check size of size_t - done -- Looking for M_PI -- Looking for M_PI - found -- Performing Test HAVE_MPROTECT -- Performing Test HAVE_MPROTECT - Success -- Looking for strtod -- Looking for strtod - found -- Looking for malloc -- Looking for malloc - found -- Looking for calloc -- Looking for calloc - found -- Looking for realloc -- Looking for realloc - found -- Looking for free -- Looking for free - found -- Looking for getenv -- Looking for getenv - found -- Looking for setenv -- Looking for setenv - found -- Looking for putenv -- Looking for putenv - found -- Looking for unsetenv -- Looking for unsetenv - found -- Looking for qsort -- Looking for qsort - found -- Looking for abs -- Looking for abs - found -- Looking for bcopy -- Looking for bcopy - found -- Looking for memset -- Looking for memset - found -- Looking for memcpy -- Looking for memcpy - found -- Looking for memmove -- Looking for memmove - found -- Looking for memcmp -- Looking for memcmp - found -- Looking for strlen -- Looking for strlen - found -- Looking for strlcpy -- Looking for strlcpy - found -- Looking for strlcat -- Looking for strlcat - found -- Looking for _strrev -- Looking for _strrev - not found -- Looking for _strupr -- Looking for _strupr - not found -- Looking for _strlwr -- Looking for _strlwr - not found -- Looking for strchr -- Looking for strchr - found -- Looking for strrchr -- Looking for strrchr - found -- Looking for strstr -- Looking for strstr - found -- Looking for strtok_r -- Looking for strtok_r - found -- Looking for itoa -- Looking for itoa - not found -- Looking for _ltoa -- Looking for _ltoa - not found -- Looking for _uitoa -- Looking for _uitoa - not found -- Looking for _ultoa -- Looking for _ultoa - not found -- Looking for strtol -- Looking for strtol - found -- Looking for strtoul -- Looking for strtoul - found -- Looking for _i64toa -- Looking for _i64toa - not found -- Looking for _ui64toa -- Looking for _ui64toa - not found -- Looking for strtoll -- Looking for strtoll - found -- Looking for strtoull -- Looking for strtoull - found -- Looking for atoi -- Looking for atoi - found -- Looking for atof -- Looking for atof - found -- Looking for strcmp -- Looking for strcmp - found -- Looking for strncmp -- Looking for strncmp - found -- Looking for _stricmp -- Looking for _stricmp - not found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for _strnicmp -- Looking for _strnicmp - not found -- Looking for strncasecmp -- Looking for strncasecmp - found -- Looking for wcscmp -- Looking for wcscmp - found -- Looking for wcsdup -- Looking for wcsdup - found -- Looking for wcslcat -- Looking for wcslcat - found -- Looking for wcslcpy -- Looking for wcslcpy - found -- Looking for wcslen -- Looking for wcslen - found -- Looking for wcsncmp -- Looking for wcsncmp - found -- Looking for wcsstr -- Looking for wcsstr - found -- Looking for sscanf -- Looking for sscanf - found -- Looking for vsscanf -- Looking for vsscanf - found -- Looking for vsnprintf -- Looking for vsnprintf - found -- Looking for fopen64 -- Looking for fopen64 - not found -- Looking for fseeko -- Looking for fseeko - found -- Looking for fseeko64 -- Looking for fseeko64 - not found -- Looking for sigaction -- Looking for sigaction - found -- Looking for setjmp -- Looking for setjmp - found -- Looking for nanosleep -- Looking for nanosleep - found -- Looking for sysconf -- Looking for sysconf - found -- Looking for sysctlbyname -- Looking for sysctlbyname - found -- Looking for getauxval -- Looking for getauxval - not found -- Looking for poll -- Looking for poll - found -- Looking for _Exit -- Looking for _Exit - found -- Looking for pow in m -- Looking for pow in m - found -- Looking for atan -- Looking for atan - found -- Looking for atan2 -- Looking for atan2 - found -- Looking for atanf -- Looking for atanf - found -- Looking for atan2f -- Looking for atan2f - found -- Looking for ceil -- Looking for ceil - found -- Looking for ceilf -- Looking for ceilf - found -- Looking for copysign -- Looking for copysign - found -- Looking for copysignf -- Looking for copysignf - found -- Looking for cos -- Looking for cos - found -- Looking for cosf -- Looking for cosf - found -- Looking for exp -- Looking for exp - found -- Looking for expf -- Looking for expf - found -- Looking for fabs -- Looking for fabs - found -- Looking for fabsf -- Looking for fabsf - found -- Looking for floor -- Looking for floor - found -- Looking for floorf -- Looking for floorf - found -- Looking for fmod -- Looking for fmod - found -- Looking for fmodf -- Looking for fmodf - found -- Looking for log -- Looking for log - found -- Looking for logf -- Looking for logf - found -- Looking for log10 -- Looking for log10 - found -- Looking for log10f -- Looking for log10f - found -- Looking for pow -- Looking for pow - found -- Looking for powf -- Looking for powf - found -- Looking for scalbn -- Looking for scalbn - found -- Looking for scalbnf -- Looking for scalbnf - found -- Looking for sin -- Looking for sin - found -- Looking for sinf -- Looking for sinf - found -- Looking for sqrt -- Looking for sqrt - found -- Looking for sqrtf -- Looking for sqrtf - found -- Looking for tan -- Looking for tan - found -- Looking for tanf -- Looking for tanf - found -- Looking for acos -- Looking for acos - found -- Looking for acosf -- Looking for acosf - found -- Looking for asin -- Looking for asin - found -- Looking for asinf -- Looking for asinf - found -- Looking for iconv_open in iconv -- Looking for iconv_open in iconv - found -- Performing Test HAVE_SA_SIGACTION -- Performing Test HAVE_SA_SIGACTION - Success -- Looking for dlopen -- Looking for dlopen - found -- Performing Test HAVE_FRAMEWORK_METAL -- Performing Test HAVE_FRAMEWORK_METAL - Failed -- Performing Test HAVE_PTHREADS -- Performing Test HAVE_PTHREADS - Success -- Performing Test HAVE_RECURSIVE_MUTEXES -- Performing Test HAVE_RECURSIVE_MUTEXES - Success -- Performing Test HAVE_PTHREADS_SEM -- Performing Test HAVE_PTHREADS_SEM - Success -- Performing Test HAVE_SEM_TIMEDWAIT -- Performing Test HAVE_SEM_TIMEDWAIT - Failed -- Performing Test HAVE_PTHREAD_NP_H -- Performing Test HAVE_PTHREAD_NP_H - Failed -- Looking for pthread_setname_np -- Looking for pthread_setname_np - found -- Looking for pthread_set_name_np -- Looking for pthread_set_name_np - not found -- -- SDL2 was configured with the following options: -- -- Platform: Darwin-19.4.0 -- 64-bit: TRUE -- Compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- -- Subsystems: -- Atomic: ON -- Audio: ON -- Video: ON -- Render: ON -- Events: ON -- Joystick: ON -- Haptic: ON -- Power: ON -- Threads: ON -- Timers: ON -- File: ON -- Loadso: ON -- CPUinfo: ON -- Filesystem: ON -- Dlopen: ON -- Sensor: ON -- -- Options: -- 3DNOW (Wanted: ON): ON -- ALSA (Wanted: OFF): OFF -- ALSA_SHARED (Wanted: OFF): OFF -- ALTIVEC (Wanted: ON): OFF -- ARMNEON (Wanted: ON): OFF -- ARMSIMD (Wanted: ON): OFF -- ARTS (Wanted: OFF): OFF -- ARTS_SHARED (Wanted: OFF): OFF -- ASSEMBLY (Wanted: ON): ON -- ASSERTIONS (Wanted: auto): auto -- BACKGROUNDING_SIGNAL (Wanted: OFF): OFF -- CLOCK_GETTIME (Wanted: OFF): OFF -- DIRECTFB_SHARED (Wanted: OFF): OFF -- DIRECTX (Wanted: OFF): OFF -- DISKAUDIO (Wanted: ON): ON -- DUMMYAUDIO (Wanted: ON): ON -- ESD (Wanted: OFF): OFF -- ESD_SHARED (Wanted: OFF): OFF -- FOREGROUNDING_SIGNAL (Wanted: OFF): OFF -- FUSIONSOUND (Wanted: OFF): OFF -- FUSIONSOUND_SHARED (Wanted: OFF): OFF -- GCC_ATOMICS (Wanted: ON): ON -- HIDAPI (Wanted: OFF): OFF -- INPUT_TSLIB (Wanted: OFF): OFF -- JACK (Wanted: OFF): OFF -- JACK_SHARED (Wanted: OFF): OFF -- KMSDRM_SHARED (Wanted: OFF): OFF -- LIBC (Wanted: ON): ON -- LIBSAMPLERATE (Wanted: OFF): OFF -- LIBSAMPLERATE_SHARED (Wanted: OFF): OFF -- MMX (Wanted: ON): ON -- NAS (Wanted: OFF): OFF -- NAS_SHARED (Wanted: OFF): OFF -- OSS (Wanted: OFF): OFF -- PTHREADS (Wanted: ON): ON -- PTHREADS_SEM (Wanted: ON): ON -- PULSEAUDIO (Wanted: OFF): OFF -- PULSEAUDIO_SHARED (Wanted: OFF): OFF -- RENDER_D3D (Wanted: OFF): OFF -- RENDER_METAL (Wanted: 0): OFF -- RPATH (Wanted: OFF): OFF -- SDL_DLOPEN (Wanted: ON): ON -- SDL_STATIC_PIC (Wanted: OFF): OFF -- SDL_TEST (Wanted: OFF): OFF -- SNDIO (Wanted: OFF): OFF -- SSE (Wanted: ON): ON -- SSE2 (Wanted: ON): ON -- SSE3 (Wanted: ON): ON -- SSEMATH (Wanted: ON): OFF -- VIDEO_COCOA (Wanted: ON): ON -- VIDEO_DIRECTFB (Wanted: OFF): OFF -- VIDEO_DUMMY (Wanted: ON): ON -- VIDEO_KMSDRM (Wanted: OFF): OFF -- VIDEO_METAL (Wanted: 0): OFF -- VIDEO_OFFSCREEN (Wanted: OFF): OFF -- VIDEO_OPENGL (Wanted: ON): ON -- VIDEO_OPENGLES (Wanted: ON): ON -- VIDEO_RPI (Wanted: OFF): OFF -- VIDEO_VIVANTE (Wanted: OFF): OFF -- VIDEO_VULKAN (Wanted: 0): OFF -- VIDEO_WAYLAND (Wanted: OFF): OFF -- VIDEO_WAYLAND_QT_TOUCH (Wanted: OFF): OFF -- VIDEO_X11 (Wanted: OFF): OFF -- VIDEO_X11_XCURSOR (Wanted: OFF): OFF -- VIDEO_X11_XINERAMA (Wanted: OFF): OFF -- VIDEO_X11_XINPUT (Wanted: OFF): OFF -- VIDEO_X11_XRANDR (Wanted: OFF): OFF -- VIDEO_X11_XSCRNSAVER (Wanted: OFF): OFF -- VIDEO_X11_XSHAPE (Wanted: OFF): OFF -- VIDEO_X11_XVM (Wanted: OFF): OFF -- WASAPI (Wanted: OFF): OFF -- WAYLAND_SHARED (Wanted: OFF): OFF -- X11_SHARED (Wanted: OFF): OFF -- -- CFLAGS: -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -idirafter /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/SDL2-src/src/video/khronos -- EXTRA_CFLAGS: -D_THREAD_SAFE -msse3 -msse2 -msse -m3dnow -mmmx -Wshadow -fvisibility=hidden -Wdeclaration-after-statement -Werror=declaration-after-statement -fno-strict-aliasing -Wall -- EXTRA_LDFLAGS: -Wl,-undefined,error;-Wl,-compatibility_version,1.0.0;-Wl,-current_version,12.0.0 -- EXTRA_LIBS: m;iconv;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreVideo.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/IOKit.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ForceFeedback.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Carbon.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreAudio.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AudioToolbox.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AVFoundation.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework -- -- Build Shared Library: ON -- Build Static Library: OFF -- -- If something was not detected, although the libraries -- were installed, then make sure you have set the -- CFLAGS and LDFLAGS environment variables correctly. -- -- Configuring done WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042" for policy details. Use the cmake_policy command to set the policy and suppress this warning. MACOSX_RPATH is not specified for the following targets: freetype This warning is for project developers. Use -Wno-dev to suppress it. 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 DSAPrims FileAttributesPlugin FilePlugin JPEGReadWriter2Plugin JPEGReaderPlugin LargeIntegers LocalePlugin MiscPrimitivePlugin PharoVMCore SDL2 SocketPlugin SqueakSSL SurfacePlugin TestLibrary UUIDPlugin UnixOSProcessPlugin freetype git2 This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/runTests [Pipeline] { [Pipeline] sh + VERBOSE=1 + make vmmaker /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_feat_headless/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests --check-build-system CMakeFiles/Makefile.cmake 0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 vmmaker /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_feat_headless/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests --check-build-system CMakeFiles/Makefile.cmake 0 /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles 2 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 CMakeFiles/vmmaker.dir/all /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm-build /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build [ 0%] Creating directories for 'build_vmmaker_get_vm' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/tmp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir [ 0%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/mac/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- verifying file... file='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' -- Downloading... done cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download [ 0%] No patch step for 'build_vmmaker_get_vm' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch [ 50%] Performing update step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm && echo [ 50%] Performing configure step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 50%] Performing build step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 50%] Built target build_vmmaker_get_vm-build /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_image /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build [ 50%] Creating directories for 'build_vmmaker_get_image' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/tmp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir [100%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' timeout='none' -- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- verifying file... file='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- Downloading... done cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download [100%] No patch step for 'build_vmmaker_get_image' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch [100%] Performing update step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image && echo [100%] Performing configure step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [100%] Performing build step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_feat_headless/repository scpUrl NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] I got an error while cloning: There was an authentication error while trying to execute the operation: . This happens usually because you didn't provide a valid set of credentials. You may fix this problem in different ways: 1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line. 2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and add your public and private keys). 3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant. MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Project: Unicorn baseline MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Starting atomic load NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Starting atomic load SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: ...finished baseline cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [100%] Performing install step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [100%] Completed 'build_vmmaker_get_image' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/build_vmmaker_get_image-complete /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done [100%] Built target build_vmmaker_get_image /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/vmmaker.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles/vmmaker.dir/depend.internal". Scanning dependencies of target vmmaker /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/build make[3]: Nothing to be done for `CMakeFiles/vmmaker.dir/build'. [100%] Built target vmmaker /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/CMakeFiles 0 [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker [Pipeline] { [Pipeline] sh + wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip --2022-10-05 17:19:35-- https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 46262593 (44M) [application/zip] Saving to: ‘libllvm-full.zip’ 0K .......... .......... .......... .......... .......... 0% 3.54M 12s 50K .......... .......... .......... .......... .......... 0% 10.5M 8s 100K .......... .......... .......... .......... .......... 0% 17.6M 6s 150K .......... .......... .......... .......... .......... 0% 15.1M 5s 200K .......... .......... .......... .......... .......... 0% 15.2M 5s 250K .......... .......... .......... .......... .......... 0% 11.0M 5s 300K .......... .......... .......... .......... .......... 0% 11.7M 5s 350K .......... .......... .......... .......... .......... 0% 16.8M 4s 400K .......... .......... .......... .......... .......... 0% 12.1M 4s 450K .......... .......... .......... .......... .......... 1% 19.4M 4s 500K .......... .......... .......... .......... .......... 1% 12.8M 4s 550K .......... .......... .......... .......... .......... 1% 51.7M 4s 600K .......... .......... .......... .......... .......... 1% 33.6M 4s 650K .......... .......... .......... .......... .......... 1% 48.6M 3s 700K .......... .......... .......... .......... .......... 1% 56.3M 3s 750K .......... .......... .......... .......... .......... 1% 21.0M 3s 800K .......... .......... .......... .......... .......... 1% 45.9M 3s 850K .......... .......... .......... .......... .......... 1% 36.6M 3s 900K .......... .......... .......... .......... .......... 2% 45.0M 3s 950K .......... .......... .......... .......... .......... 2% 23.5M 3s 1000K .......... .......... .......... .......... .......... 2% 42.2M 3s 1050K .......... .......... .......... .......... .......... 2% 22.2M 3s 1100K .......... .......... .......... .......... .......... 2% 19.9M 3s 1150K .......... .......... .......... .......... .......... 2% 22.4M 3s 1200K .......... .......... .......... .......... .......... 2% 58.7M 2s 1250K .......... .......... .......... .......... .......... 2% 52.6M 2s 1300K .......... .......... .......... .......... .......... 2% 25.2M 2s 1350K .......... .......... .......... .......... .......... 3% 55.4M 2s 1400K .......... .......... .......... .......... .......... 3% 38.3M 2s 1450K .......... .......... .......... .......... .......... 3% 56.5M 2s 1500K .......... .......... .......... .......... .......... 3% 64.2M 2s 1550K .......... .......... .......... .......... .......... 3% 23.9M 2s 1600K .......... .......... .......... .......... .......... 3% 20.6M 2s 1650K .......... .......... .......... .......... .......... 3% 21.4M 2s 1700K .......... .......... .......... .......... .......... 3% 53.7M 2s 1750K .......... .......... .......... .......... .......... 3% 19.7M 2s 1800K .......... .......... .......... .......... .......... 4% 32.3M 2s 1850K .......... .......... .......... .......... .......... 4% 23.0M 2s 1900K .......... .......... .......... .......... .......... 4% 22.0M 2s 1950K .......... .......... .......... .......... .......... 4% 37.4M 2s 2000K .......... .......... .......... .......... .......... 4% 43.1M 2s 2050K .......... .......... .......... .......... .......... 4% 26.5M 2s 2100K .......... .......... .......... .......... .......... 4% 43.1M 2s 2150K .......... .......... .......... .......... .......... 4% 59.0M 2s 2200K .......... .......... .......... .......... .......... 4% 46.9M 2s 2250K .......... .......... .......... .......... .......... 5% 58.3M 2s 2300K .......... .......... .......... .......... .......... 5% 22.6M 2s 2350K .......... .......... .......... .......... .......... 5% 35.0M 2s 2400K .......... .......... .......... .......... .......... 5% 14.3M 2s 2450K .......... .......... .......... .......... .......... 5% 62.8M 2s 2500K .......... .......... .......... .......... .......... 5% 22.3M 2s 2550K .......... .......... .......... .......... .......... 5% 82.1M 2s 2600K .......... .......... .......... .......... .......... 5% 14.7M 2s 2650K .......... .......... .......... .......... .......... 5% 22.2M 2s 2700K .......... .......... .......... .......... .......... 6% 66.1M 2s 2750K .......... .......... .......... .......... .......... 6% 19.8M 2s 2800K .......... .......... .......... .......... .......... 6% 77.8M 2s 2850K .......... .......... .......... .......... .......... 6% 76.4M 2s 2900K .......... .......... .......... .......... .......... 6% 47.4M 2s 2950K .......... .......... .......... .......... .......... 6% 72.1M 2s 3000K .......... .......... .......... .......... .......... 6% 51.7M 2s 3050K .......... .......... .......... .......... .......... 6% 21.5M 2s 3100K .......... .......... .......... .......... .......... 6% 93.5M 2s 3150K .......... .......... .......... .......... .......... 7% 76.8M 2s 3200K .......... .......... .......... .......... .......... 7% 71.8M 2s 3250K .......... .......... .......... .......... .......... 7% 49.9M 2s 3300K .......... .......... .......... .......... .......... 7% 62.0M 2s 3350K .......... .......... .......... .......... .......... 7% 69.7M 2s 3400K .......... .......... .......... .......... .......... 7% 54.1M 2s 3450K .......... .......... .......... .......... .......... 7% 48.8M 2s 3500K .......... .......... .......... .......... .......... 7% 67.7M 2s 3550K .......... .......... .......... .......... .......... 7% 69.1M 2s 3600K .......... .......... .......... .......... .......... 8% 70.2M 2s 3650K .......... .......... .......... .......... .......... 8% 52.3M 2s 3700K .......... .......... .......... .......... .......... 8% 53.7M 2s 3750K .......... .......... .......... .......... .......... 8% 86.7M 1s 3800K .......... .......... .......... .......... .......... 8% 51.5M 1s 3850K .......... .......... .......... .......... .......... 8% 57.6M 1s 3900K .......... .......... .......... .......... .......... 8% 72.1M 1s 3950K .......... .......... .......... .......... .......... 8% 21.8M 1s 4000K .......... .......... .......... .......... .......... 8% 50.2M 1s 4050K .......... .......... .......... .......... .......... 9% 70.2M 1s 4100K .......... .......... .......... .......... .......... 9% 46.6M 1s 4150K .......... .......... .......... .......... .......... 9% 48.9M 1s 4200K .......... .......... .......... .......... .......... 9% 93.4M 1s 4250K .......... .......... .......... .......... .......... 9% 107M 1s 4300K .......... .......... .......... .......... .......... 9% 73.1M 1s 4350K .......... .......... .......... .......... .......... 9% 45.9M 1s 4400K .......... .......... .......... .......... .......... 9% 110M 1s 4450K .......... .......... .......... .......... .......... 9% 28.2M 1s 4500K .......... .......... .......... .......... .......... 10% 99.2M 1s 4550K .......... .......... .......... .......... .......... 10% 145M 1s 4600K .......... .......... .......... .......... .......... 10% 27.8M 1s 4650K .......... .......... .......... .......... .......... 10% 115M 1s 4700K .......... .......... .......... .......... .......... 10% 156M 1s 4750K .......... .......... .......... .......... .......... 10% 44.0M 1s 4800K .......... .......... .......... .......... .......... 10% 110M 1s 4850K .......... .......... .......... .......... .......... 10% 57.4M 1s 4900K .......... .......... .......... .......... .......... 10% 42.1M 1s 4950K .......... .......... .......... .......... .......... 11% 47.5M 1s 5000K .......... .......... .......... .......... .......... 11% 35.6M 1s 5050K .......... .......... .......... .......... .......... 11% 129M 1s 5100K .......... .......... .......... .......... .......... 11% 41.4M 1s 5150K .......... .......... .......... .......... .......... 11% 84.9M 1s 5200K .......... .......... .......... .......... .......... 11% 49.7M 1s 5250K .......... .......... .......... .......... .......... 11% 55.0M 1s 5300K .......... .......... .......... .......... .......... 11% 101M 1s 5350K .......... .......... .......... .......... .......... 11% 46.9M 1s 5400K .......... .......... .......... .......... .......... 12% 62.9M 1s 5450K .......... .......... .......... .......... .......... 12% 33.7M 1s 5500K .......... .......... .......... .......... .......... 12% 86.7M 1s 5550K .......... .......... .......... .......... .......... 12% 138M 1s 5600K .......... .......... .......... .......... .......... 12% 16.4M 1s 5650K .......... .......... .......... .......... .......... 12% 38.8M 1s 5700K .......... .......... .......... .......... .......... 12% 65.9M 1s 5750K .......... .......... .......... .......... .......... 12% 49.6M 1s 5800K .......... .......... .......... .......... .......... 12% 84.8M 1s 5850K .......... .......... .......... .......... .......... 13% 83.5M 1s 5900K .......... .......... .......... .......... .......... 13% 85.7M 1s 5950K .......... .......... .......... .......... .......... 13% 28.8M 1s 6000K .......... .......... .......... .......... .......... 13% 85.5M 1s 6050K .......... .......... .......... .......... .......... 13% 83.6M 1s 6100K .......... .......... .......... .......... .......... 13% 61.2M 1s 6150K .......... .......... .......... .......... .......... 13% 26.4M 1s 6200K .......... .......... .......... .......... .......... 13% 22.6M 1s 6250K .......... .......... .......... .......... .......... 13% 64.6M 1s 6300K .......... .......... .......... .......... .......... 14% 93.0M 1s 6350K .......... .......... .......... .......... .......... 14% 83.2M 1s 6400K .......... .......... .......... .......... .......... 14% 82.6M 1s 6450K .......... .......... .......... .......... .......... 14% 80.0M 1s 6500K .......... .......... .......... .......... .......... 14% 95.4M 1s 6550K .......... .......... .......... .......... .......... 14% 155M 1s 6600K .......... .......... .......... .......... .......... 14% 155M 1s 6650K .......... .......... .......... .......... .......... 14% 69.7M 1s 6700K .......... .......... .......... .......... .......... 14% 109M 1s 6750K .......... .......... .......... .......... .......... 15% 76.5M 1s 6800K .......... .......... .......... .......... .......... 15% 156M 1s 6850K .......... .......... .......... .......... .......... 15% 129M 1s 6900K .......... .......... .......... .......... .......... 15% 130M 1s 6950K .......... .......... .......... .......... .......... 15% 153M 1s 7000K .......... .......... .......... .......... .......... 15% 157M 1s 7050K .......... .......... .......... .......... .......... 15% 55.8M 1s 7100K .......... .......... .......... .......... .......... 15% 108M 1s 7150K .......... .......... .......... .......... .......... 15% 60.1M 1s 7200K .......... .......... .......... .......... .......... 16% 87.0M 1s 7250K .......... .......... .......... .......... .......... 16% 39.3M 1s 7300K .......... .......... .......... .......... .......... 16% 53.0M 1s 7350K .......... .......... .......... .......... .......... 16% 82.2M 1s 7400K .......... .......... .......... .......... .......... 16% 115M 1s 7450K .......... .......... .......... .......... .......... 16% 158M 1s 7500K .......... .......... .......... .......... .......... 16% 155M 1s 7550K .......... .......... .......... .......... .......... 16% 67.4M 1s 7600K .......... .......... .......... .......... .......... 16% 22.3M 1s 7650K .......... .......... .......... .......... .......... 17% 23.3M 1s 7700K .......... .......... .......... .......... .......... 17% 9.52M 1s 7750K .......... .......... .......... .......... .......... 17% 14.6M 1s 7800K .......... .......... .......... .......... .......... 17% 30.0M 1s 7850K .......... .......... .......... .......... .......... 17% 13.5M 1s 7900K .......... .......... .......... .......... .......... 17% 7.89M 1s 7950K .......... .......... .......... .......... .......... 17% 8.51M 1s 8000K .......... .......... .......... .......... .......... 17% 15.5M 1s 8050K .......... .......... .......... .......... .......... 17% 11.2M 1s 8100K .......... .......... .......... .......... .......... 18% 42.0M 1s 8150K .......... .......... .......... .......... .......... 18% 8.42M 1s 8200K .......... .......... .......... .......... .......... 18% 135M 1s 8250K .......... .......... .......... .......... .......... 18% 100M 1s 8300K .......... .......... .......... .......... .......... 18% 52.6M 1s 8350K .......... .......... .......... .......... .......... 18% 58.8M 1s 8400K .......... .......... .......... .......... .......... 18% 70.2M 1s 8450K .......... .......... .......... .......... .......... 18% 65.2M 1s 8500K .......... .......... .......... .......... .......... 18% 86.1M 1s 8550K .......... .......... .......... .......... .......... 19% 75.5M 1s 8600K .......... .......... .......... .......... .......... 19% 48.4M 1s 8650K .......... .......... .......... .......... .......... 19% 131M 1s 8700K .......... .......... .......... .......... .......... 19% 156M 1s 8750K .......... .......... .......... .......... .......... 19% 155M 1s 8800K .......... .......... .......... .......... .......... 19% 110M 1s 8850K .......... .......... .......... .......... .......... 19% 136M 1s 8900K .......... .......... .......... .......... .......... 19% 152M 1s 8950K .......... .......... .......... .......... .......... 19% 155M 1s 9000K .......... .......... .......... .......... .......... 20% 10.7M 1s 9050K .......... .......... .......... .......... .......... 20% 82.5M 1s 9100K .......... .......... .......... .......... .......... 20% 69.9M 1s 9150K .......... .......... .......... .......... .......... 20% 81.4M 1s 9200K .......... .......... .......... .......... .......... 20% 20.6M 1s 9250K .......... .......... .......... .......... .......... 20% 57.5M 1s 9300K .......... .......... .......... .......... .......... 20% 44.1M 1s 9350K .......... .......... .......... .......... .......... 20% 26.2M 1s 9400K .......... .......... .......... .......... .......... 20% 60.8M 1s 9450K .......... .......... .......... .......... .......... 21% 48.3M 1s 9500K .......... .......... .......... .......... .......... 21% 74.1M 1s 9550K .......... .......... .......... .......... .......... 21% 49.1M 1s 9600K .......... .......... .......... .......... .......... 21% 55.7M 1s 9650K .......... .......... .......... .......... .......... 21% 60.5M 1s 9700K .......... .......... .......... .......... .......... 21% 42.6M 1s 9750K .......... .......... .......... .......... .......... 21% 24.3M 1s 9800K .......... .......... .......... .......... .......... 21% 37.1M 1s 9850K .......... .......... .......... .......... .......... 21% 61.5M 1s 9900K .......... .......... .......... .......... .......... 22% 58.9M 1s 9950K .......... .......... .......... .......... .......... 22% 10.7M 1s 10000K .......... .......... .......... .......... .......... 22% 9.03M 1s 10050K .......... .......... .......... .......... .......... 22% 20.1M 1s 10100K .......... .......... .......... .......... .......... 22% 10.6M 1s 10150K .......... .......... .......... .......... .......... 22% 12.3M 1s 10200K .......... .......... .......... .......... .......... 22% 6.54M 1s 10250K .......... .......... .......... .......... .......... 22% 7.81M 1s 10300K .......... .......... .......... .......... .......... 22% 20.7M 1s 10350K .......... .......... .......... .......... .......... 23% 9.17M 1s 10400K .......... .......... .......... .......... .......... 23% 9.28M 1s 10450K .......... .......... .......... .......... .......... 23% 7.86M 1s 10500K .......... .......... .......... .......... .......... 23% 12.3M 1s 10550K .......... .......... .......... .......... .......... 23% 14.7M 1s 10600K .......... .......... .......... .......... .......... 23% 22.3M 1s 10650K .......... .......... .......... .......... .......... 23% 9.58M 1s 10700K .......... .......... .......... .......... .......... 23% 46.2M 1s 10750K .......... .......... .......... .......... .......... 23% 44.4M 1s 10800K .......... .......... .......... .......... .......... 24% 40.3M 1s 10850K .......... .......... .......... .......... .......... 24% 48.0M 1s 10900K .......... .......... .......... .......... .......... 24% 67.3M 1s 10950K .......... .......... .......... .......... .......... 24% 60.1M 1s 11000K .......... .......... .......... .......... .......... 24% 33.4M 1s 11050K .......... .......... .......... .......... .......... 24% 56.9M 1s 11100K .......... .......... .......... .......... .......... 24% 52.4M 1s 11150K .......... .......... .......... .......... .......... 24% 62.7M 1s 11200K .......... .......... .......... .......... .......... 24% 42.0M 1s 11250K .......... .......... .......... .......... .......... 25% 15.3M 1s 11300K .......... .......... .......... .......... .......... 25% 96.1M 1s 11350K .......... .......... .......... .......... .......... 25% 70.0M 1s 11400K .......... .......... .......... .......... .......... 25% 99.0M 1s 11450K .......... .......... .......... .......... .......... 25% 79.8M 1s 11500K .......... .......... .......... .......... .......... 25% 82.2M 1s 11550K .......... .......... .......... .......... .......... 25% 94.1M 1s 11600K .......... .......... .......... .......... .......... 25% 96.3M 1s 11650K .......... .......... .......... .......... .......... 25% 96.3M 1s 11700K .......... .......... .......... .......... .......... 26% 65.1M 1s 11750K .......... .......... .......... .......... .......... 26% 89.8M 1s 11800K .......... .......... .......... .......... .......... 26% 62.4M 1s 11850K .......... .......... .......... .......... .......... 26% 78.1M 1s 11900K .......... .......... .......... .......... .......... 26% 48.6M 1s 11950K .......... .......... .......... .......... .......... 26% 52.6M 1s 12000K .......... .......... .......... .......... .......... 26% 63.5M 1s 12050K .......... .......... .......... .......... .......... 26% 60.9M 1s 12100K .......... .......... .......... .......... .......... 26% 54.2M 1s 12150K .......... .......... .......... .......... .......... 27% 67.9M 1s 12200K .......... .......... .......... .......... .......... 27% 39.9M 1s 12250K .......... .......... .......... .......... .......... 27% 1.49M 1s 12300K .......... .......... .......... .......... .......... 27% 62.0M 1s 12350K .......... .......... .......... .......... .......... 27% 68.1M 1s 12400K .......... .......... .......... .......... .......... 27% 68.4M 1s 12450K .......... .......... .......... .......... .......... 27% 64.8M 1s 12500K .......... .......... .......... .......... .......... 27% 67.2M 1s 12550K .......... .......... .......... .......... .......... 27% 63.2M 1s 12600K .......... .......... .......... .......... .......... 28% 61.7M 1s 12650K .......... .......... .......... .......... .......... 28% 59.7M 1s 12700K .......... .......... .......... .......... .......... 28% 61.0M 1s 12750K .......... .......... .......... .......... .......... 28% 62.1M 1s 12800K .......... .......... .......... .......... .......... 28% 63.2M 1s 12850K .......... .......... .......... .......... .......... 28% 64.3M 1s 12900K .......... .......... .......... .......... .......... 28% 59.9M 1s 12950K .......... .......... .......... .......... .......... 28% 65.1M 1s 13000K .......... .......... .......... .......... .......... 28% 58.4M 1s 13050K .......... .......... .......... .......... .......... 28% 113M 1s 13100K .......... .......... .......... .......... .......... 29% 75.8M 1s 13150K .......... .......... .......... .......... .......... 29% 81.7M 1s 13200K .......... .......... .......... .......... .......... 29% 95.6M 1s 13250K .......... .......... .......... .......... .......... 29% 101M 1s 13300K .......... .......... .......... .......... .......... 29% 4.87M 1s 13350K .......... .......... .......... .......... .......... 29% 117M 1s 13400K .......... .......... .......... .......... .......... 29% 149M 1s 13450K .......... .......... .......... .......... .......... 29% 150M 1s 13500K .......... .......... .......... .......... .......... 29% 152M 1s 13550K .......... .......... .......... .......... .......... 30% 125M 1s 13600K .......... .......... .......... .......... .......... 30% 151M 1s 13650K .......... .......... .......... .......... .......... 30% 148M 1s 13700K .......... .......... .......... .......... .......... 30% 153M 1s 13750K .......... .......... .......... .......... .......... 30% 129M 1s 13800K .......... .......... .......... .......... .......... 30% 137M 1s 13850K .......... .......... .......... .......... .......... 30% 12.2M 1s 13900K .......... .......... .......... .......... .......... 30% 74.9M 1s 13950K .......... .......... .......... .......... .......... 30% 69.4M 1s 14000K .......... .......... .......... .......... .......... 31% 72.6M 1s 14050K .......... .......... .......... .......... .......... 31% 106M 1s 14100K .......... .......... .......... .......... .......... 31% 88.6M 1s 14150K .......... .......... .......... .......... .......... 31% 21.6M 1s 14200K .......... .......... .......... .......... .......... 31% 43.4M 1s 14250K .......... .......... .......... .......... .......... 31% 38.9M 1s 14300K .......... .......... .......... .......... .......... 31% 1.85M 1s 14350K .......... .......... .......... .......... .......... 31% 71.0M 1s 14400K .......... .......... .......... .......... .......... 31% 98.4M 1s 14450K .......... .......... .......... .......... .......... 32% 77.8M 1s 14500K .......... .......... .......... .......... .......... 32% 42.0M 1s 14550K .......... .......... .......... .......... .......... 32% 15.8M 1s 14600K .......... .......... .......... .......... .......... 32% 19.4M 1s 14650K .......... .......... .......... .......... .......... 32% 37.1M 1s 14700K .......... .......... .......... .......... .......... 32% 17.9M 1s 14750K .......... .......... .......... .......... .......... 32% 37.7M 1s 14800K .......... .......... .......... .......... .......... 32% 21.9M 1s 14850K .......... .......... .......... .......... .......... 32% 38.8M 1s 14900K .......... .......... .......... .......... .......... 33% 17.9M 1s 14950K .......... .......... .......... .......... .......... 33% 20.3M 1s 15000K .......... .......... .......... .......... .......... 33% 14.9M 1s 15050K .......... .......... .......... .......... .......... 33% 70.4M 1s 15100K .......... .......... .......... .......... .......... 33% 21.7M 1s 15150K .......... .......... .......... .......... .......... 33% 38.3M 1s 15200K .......... .......... .......... .......... .......... 33% 68.4M 1s 15250K .......... .......... .......... .......... .......... 33% 83.6M 1s 15300K .......... .......... .......... .......... .......... 33% 81.9M 1s 15350K .......... .......... .......... .......... .......... 34% 18.1M 1s 15400K .......... .......... .......... .......... .......... 34% 106M 1s 15450K .......... .......... .......... .......... .......... 34% 102M 1s 15500K .......... .......... .......... .......... .......... 34% 90.8M 1s 15550K .......... .......... .......... .......... .......... 34% 31.5M 1s 15600K .......... .......... .......... .......... .......... 34% 149M 1s 15650K .......... .......... .......... .......... .......... 34% 144M 1s 15700K .......... .......... .......... .......... .......... 34% 25.2M 1s 15750K .......... .......... .......... .......... .......... 34% 103M 1s 15800K .......... .......... .......... .......... .......... 35% 76.2M 1s 15850K .......... .......... .......... .......... .......... 35% 33.8M 1s 15900K .......... .......... .......... .......... .......... 35% 133M 1s 15950K .......... .......... .......... .......... .......... 35% 153M 1s 16000K .......... .......... .......... .......... .......... 35% 50.9M 1s 16050K .......... .......... .......... .......... .......... 35% 103M 1s 16100K .......... .......... .......... .......... .......... 35% 30.4M 1s 16150K .......... .......... .......... .......... .......... 35% 149M 1s 16200K .......... .......... .......... .......... .......... 35% 148M 1s 16250K .......... .......... .......... .......... .......... 36% 84.8M 1s 16300K .......... .......... .......... .......... .......... 36% 27.4M 1s 16350K .......... .......... .......... .......... .......... 36% 12.8M 1s 16400K .......... .......... .......... .......... .......... 36% 142M 1s 16450K .......... .......... .......... .......... .......... 36% 144M 1s 16500K .......... .......... .......... .......... .......... 36% 124M 1s 16550K .......... .......... .......... .......... .......... 36% 61.3M 1s 16600K .......... .......... .......... .......... .......... 36% 96.9M 1s 16650K .......... .......... .......... .......... .......... 36% 87.5M 1s 16700K .......... .......... .......... .......... .......... 37% 136M 1s 16750K .......... .......... .......... .......... .......... 37% 154M 1s 16800K .......... .......... .......... .......... .......... 37% 11.9M 1s 16850K .......... .......... .......... .......... .......... 37% 20.3M 1s 16900K .......... .......... .......... .......... .......... 37% 122M 1s 16950K .......... .......... .......... .......... .......... 37% 38.9M 1s 17000K .......... .......... .......... .......... .......... 37% 11.0M 1s 17050K .......... .......... .......... .......... .......... 37% 104M 1s 17100K .......... .......... .......... .......... .......... 37% 97.9M 1s 17150K .......... .......... .......... .......... .......... 38% 70.2M 1s 17200K .......... .......... .......... .......... .......... 38% 13.6M 1s 17250K .......... .......... .......... .......... .......... 38% 28.6M 1s 17300K .......... .......... .......... .......... .......... 38% 89.3M 1s 17350K .......... .......... .......... .......... .......... 38% 47.8M 1s 17400K .......... .......... .......... .......... .......... 38% 9.82M 1s 17450K .......... .......... .......... .......... .......... 38% 66.6M 1s 17500K .......... .......... .......... .......... .......... 38% 29.2M 1s 17550K .......... .......... .......... .......... .......... 38% 41.6M 1s 17600K .......... .......... .......... .......... .......... 39% 14.5M 1s 17650K .......... .......... .......... .......... .......... 39% 56.8M 1s 17700K .......... .......... .......... .......... .......... 39% 20.6M 1s 17750K .......... .......... .......... .......... .......... 39% 64.0M 1s 17800K .......... .......... .......... .......... .......... 39% 23.4M 1s 17850K .......... .......... .......... .......... .......... 39% 46.3M 1s 17900K .......... .......... .......... .......... .......... 39% 67.5M 1s 17950K .......... .......... .......... .......... .......... 39% 17.2M 1s 18000K .......... .......... .......... .......... .......... 39% 15.0M 1s 18050K .......... .......... .......... .......... .......... 40% 23.6M 1s 18100K .......... .......... .......... .......... .......... 40% 63.4M 1s 18150K .......... .......... .......... .......... .......... 40% 34.4M 1s 18200K .......... .......... .......... .......... .......... 40% 15.4M 1s 18250K .......... .......... .......... .......... .......... 40% 66.3M 1s 18300K .......... .......... .......... .......... .......... 40% 28.5M 1s 18350K .......... .......... .......... .......... .......... 40% 45.7M 1s 18400K .......... .......... .......... .......... .......... 40% 9.09M 1s 18450K .......... .......... .......... .......... .......... 40% 76.3M 1s 18500K .......... .......... .......... .......... .......... 41% 24.9M 1s 18550K .......... .......... .......... .......... .......... 41% 96.3M 1s 18600K .......... .......... .......... .......... .......... 41% 67.3M 1s 18650K .......... .......... .......... .......... .......... 41% 22.0M 1s 18700K .......... .......... .......... .......... .......... 41% 89.4M 1s 18750K .......... .......... .......... .......... .......... 41% 43.4M 1s 18800K .......... .......... .......... .......... .......... 41% 19.1M 1s 18850K .......... .......... .......... .......... .......... 41% 17.2M 1s 18900K .......... .......... .......... .......... .......... 41% 22.6M 1s 18950K .......... .......... .......... .......... .......... 42% 38.8M 1s 19000K .......... .......... .......... .......... .......... 42% 58.5M 1s 19050K .......... .......... .......... .......... .......... 42% 34.1M 1s 19100K .......... .......... .......... .......... .......... 42% 88.9M 1s 19150K .......... .......... .......... .......... .......... 42% 58.9M 1s 19200K .......... .......... .......... .......... .......... 42% 13.9M 1s 19250K .......... .......... .......... .......... .......... 42% 31.5M 1s 19300K .......... .......... .......... .......... .......... 42% 92.1M 1s 19350K .......... .......... .......... .......... .......... 42% 23.5M 1s 19400K .......... .......... .......... .......... .......... 43% 18.8M 1s 19450K .......... .......... .......... .......... .......... 43% 14.5M 1s 19500K .......... .......... .......... .......... .......... 43% 88.9M 1s 19550K .......... .......... .......... .......... .......... 43% 62.8M 1s 19600K .......... .......... .......... .......... .......... 43% 18.5M 1s 19650K .......... .......... .......... .......... .......... 43% 43.3M 1s 19700K .......... .......... .......... .......... .......... 43% 37.7M 1s 19750K .......... .......... .......... .......... .......... 43% 37.3M 1s 19800K .......... .......... .......... .......... .......... 43% 18.0M 1s 19850K .......... .......... .......... .......... .......... 44% 43.3M 1s 19900K .......... .......... .......... .......... .......... 44% 39.1M 1s 19950K .......... .......... .......... .......... .......... 44% 20.4M 1s 20000K .......... .......... .......... .......... .......... 44% 30.7M 1s 20050K .......... .......... .......... .......... .......... 44% 38.9M 1s 20100K .......... .......... .......... .......... .......... 44% 40.5M 1s 20150K .......... .......... .......... .......... .......... 44% 20.3M 1s 20200K .......... .......... .......... .......... .......... 44% 32.1M 1s 20250K .......... .......... .......... .......... .......... 44% 37.5M 1s 20300K .......... .......... .......... .......... .......... 45% 39.0M 1s 20350K .......... .......... .......... .......... .......... 45% 19.8M 1s 20400K .......... .......... .......... .......... .......... 45% 20.0M 1s 20450K .......... .......... .......... .......... .......... 45% 8.48M 1s 20500K .......... .......... .......... .......... .......... 45% 112M 1s 20550K .......... .......... .......... .......... .......... 45% 148M 1s 20600K .......... .......... .......... .......... .......... 45% 89.6M 1s 20650K .......... .......... .......... .......... .......... 45% 86.6M 1s 20700K .......... .......... .......... .......... .......... 45% 19.5M 1s 20750K .......... .......... .......... .......... .......... 46% 53.1M 1s 20800K .......... .......... .......... .......... .......... 46% 19.7M 1s 20850K .......... .......... .......... .......... .......... 46% 19.4M 1s 20900K .......... .......... .......... .......... .......... 46% 88.3M 1s 20950K .......... .......... .......... .......... .......... 46% 53.3M 1s 21000K .......... .......... .......... .......... .......... 46% 19.6M 1s 21050K .......... .......... .......... .......... .......... 46% 44.9M 1s 21100K .......... .......... .......... .......... .......... 46% 19.1M 1s 21150K .......... .......... .......... .......... .......... 46% 136M 1s 21200K .......... .......... .......... .......... .......... 47% 19.7M 1s 21250K .......... .......... .......... .......... .......... 47% 47.9M 1s 21300K .......... .......... .......... .......... .......... 47% 17.8M 1s 21350K .......... .......... .......... .......... .......... 47% 19.3M 1s 21400K .......... .......... .......... .......... .......... 47% 107M 1s 21450K .......... .......... .......... .......... .......... 47% 47.9M 1s 21500K .......... .......... .......... .......... .......... 47% 4.80M 1s 21550K .......... .......... .......... .......... .......... 47% 103M 1s 21600K .......... .......... .......... .......... .......... 47% 64.5M 1s 21650K .......... .......... .......... .......... .......... 48% 79.7M 1s 21700K .......... .......... .......... .......... .......... 48% 8.92M 1s 21750K .......... .......... .......... .......... .......... 48% 93.5M 1s 21800K .......... .......... .......... .......... .......... 48% 102M 1s 21850K .......... .......... .......... .......... .......... 48% 93.0M 1s 21900K .......... .......... .......... .......... .......... 48% 88.1M 1s 21950K .......... .......... .......... .......... .......... 48% 10.3M 1s 22000K .......... .......... .......... .......... .......... 48% 154M 1s 22050K .......... .......... .......... .......... .......... 48% 148M 1s 22100K .......... .......... .......... .......... .......... 49% 22.9M 1s 22150K .......... .......... .......... .......... .......... 49% 23.6M 1s 22200K .......... .......... .......... .......... .......... 49% 17.6M 1s 22250K .......... .......... .......... .......... .......... 49% 39.0M 1s 22300K .......... .......... .......... .......... .......... 49% 133M 1s 22350K .......... .......... .......... .......... .......... 49% 144M 1s 22400K .......... .......... .......... .......... .......... 49% 8.67M 1s 22450K .......... .......... .......... .......... .......... 49% 37.1M 1s 22500K .......... .......... .......... .......... .......... 49% 1.28M 1s 22550K .......... .......... .......... .......... .......... 50% 105M 1s 22600K .......... .......... .......... .......... .......... 50% 55.0M 1s 22650K .......... .......... .......... .......... .......... 50% 136M 1s 22700K .......... .......... .......... .......... .......... 50% 125M 1s 22750K .......... .......... .......... .......... .......... 50% 142M 1s 22800K .......... .......... .......... .......... .......... 50% 69.1M 1s 22850K .......... .......... .......... .......... .......... 50% 147M 1s 22900K .......... .......... .......... .......... .......... 50% 121M 1s 22950K .......... .......... .......... .......... .......... 50% 148M 1s 23000K .......... .......... .......... .......... .......... 51% 152M 1s 23050K .......... .......... .......... .......... .......... 51% 148M 1s 23100K .......... .......... .......... .......... .......... 51% 28.7M 1s 23150K .......... .......... .......... .......... .......... 51% 147M 1s 23200K .......... .......... .......... .......... .......... 51% 152M 1s 23250K .......... .......... .......... .......... .......... 51% 151M 1s 23300K .......... .......... .......... .......... .......... 51% 113M 1s 23350K .......... .......... .......... .......... .......... 51% 150M 1s 23400K .......... .......... .......... .......... .......... 51% 152M 1s 23450K .......... .......... .......... .......... .......... 52% 22.7M 1s 23500K .......... .......... .......... .......... .......... 52% 90.4M 1s 23550K .......... .......... .......... .......... .......... 52% 15.7M 1s 23600K .......... .......... .......... .......... .......... 52% 149M 1s 23650K .......... .......... .......... .......... .......... 52% 152M 1s 23700K .......... .......... .......... .......... .......... 52% 106M 1s 23750K .......... .......... .......... .......... .......... 52% 53.1M 1s 23800K .......... .......... .......... .......... .......... 52% 13.7M 1s 23850K .......... .......... .......... .......... .......... 52% 107M 1s 23900K .......... .......... .......... .......... .......... 53% 89.9M 1s 23950K .......... .......... .......... .......... .......... 53% 106M 1s 24000K .......... .......... .......... .......... .......... 53% 8.90M 1s 24050K .......... .......... .......... .......... .......... 53% 104M 1s 24100K .......... .......... .......... .......... .......... 53% 133M 1s 24150K .......... .......... .......... .......... .......... 53% 5.97M 1s 24200K .......... .......... .......... .......... .......... 53% 110M 1s 24250K .......... .......... .......... .......... .......... 53% 112M 1s 24300K .......... .......... .......... .......... .......... 53% 67.6M 1s 24350K .......... .......... .......... .......... .......... 54% 47.5M 1s 24400K .......... .......... .......... .......... .......... 54% 110M 1s 24450K .......... .......... .......... .......... .......... 54% 14.4M 1s 24500K .......... .......... .......... .......... .......... 54% 12.0M 1s 24550K .......... .......... .......... .......... .......... 54% 10.2M 1s 24600K .......... .......... .......... .......... .......... 54% 71.9M 1s 24650K .......... .......... .......... .......... .......... 54% 64.9M 1s 24700K .......... .......... .......... .......... .......... 54% 49.7M 1s 24750K .......... .......... .......... .......... .......... 54% 76.9M 1s 24800K .......... .......... .......... .......... .......... 55% 75.0M 1s 24850K .......... .......... .......... .......... .......... 55% 65.6M 1s 24900K .......... .......... .......... .......... .......... 55% 66.8M 1s 24950K .......... .......... .......... .......... .......... 55% 17.6M 1s 25000K .......... .......... .......... .......... .......... 55% 32.4M 1s 25050K .......... .......... .......... .......... .......... 55% 24.9M 1s 25100K .......... .......... .......... .......... .......... 55% 61.8M 1s 25150K .......... .......... .......... .......... .......... 55% 14.4M 1s 25200K .......... .......... .......... .......... .......... 55% 57.8M 1s 25250K .......... .......... .......... .......... .......... 56% 73.1M 1s 25300K .......... .......... .......... .......... .......... 56% 70.1M 1s 25350K .......... .......... .......... .......... .......... 56% 80.2M 1s 25400K .......... .......... .......... .......... .......... 56% 19.7M 1s 25450K .......... .......... .......... .......... .......... 56% 40.3M 1s 25500K .......... .......... .......... .......... .......... 56% 24.2M 1s 25550K .......... .......... .......... .......... .......... 56% 73.1M 1s 25600K .......... .......... .......... .......... .......... 56% 20.6M 1s 25650K .......... .......... .......... .......... .......... 56% 26.8M 1s 25700K .......... .......... .......... .......... .......... 56% 25.6M 1s 25750K .......... .......... .......... .......... .......... 57% 77.6M 1s 25800K .......... .......... .......... .......... .......... 57% 11.6M 1s 25850K .......... .......... .......... .......... .......... 57% 77.0M 1s 25900K .......... .......... .......... .......... .......... 57% 37.2M 1s 25950K .......... .......... .......... .......... .......... 57% 62.5M 1s 26000K .......... .......... .......... .......... .......... 57% 51.7M 1s 26050K .......... .......... .......... .......... .......... 57% 77.8M 1s 26100K .......... .......... .......... .......... .......... 57% 28.1M 1s 26150K .......... .......... .......... .......... .......... 57% 69.8M 1s 26200K .......... .......... .......... .......... .......... 58% 78.0M 1s 26250K .......... .......... .......... .......... .......... 58% 30.3M 1s 26300K .......... .......... .......... .......... .......... 58% 18.3M 1s 26350K .......... .......... .......... .......... .......... 58% 75.6M 1s 26400K .......... .......... .......... .......... .......... 58% 25.3M 1s 26450K .......... .......... .......... .......... .......... 58% 78.8M 1s 26500K .......... .......... .......... .......... .......... 58% 15.5M 1s 26550K .......... .......... .......... .......... .......... 58% 77.5M 1s 26600K .......... .......... .......... .......... .......... 58% 3.60M 1s 26650K .......... .......... .......... .......... .......... 59% 77.0M 1s 26700K .......... .......... .......... .......... .......... 59% 78.0M 1s 26750K .......... .......... .......... .......... .......... 59% 105M 1s 26800K .......... .......... .......... .......... .......... 59% 28.3M 1s 26850K .......... .......... .......... .......... .......... 59% 99.9M 1s 26900K .......... .......... .......... .......... .......... 59% 89.3M 1s 26950K .......... .......... .......... .......... .......... 59% 70.5M 1s 27000K .......... .......... .......... .......... .......... 59% 52.5M 1s 27050K .......... .......... .......... .......... .......... 59% 90.1M 1s 27100K .......... .......... .......... .......... .......... 60% 72.8M 1s 27150K .......... .......... .......... .......... .......... 60% 88.6M 1s 27200K .......... .......... .......... .......... .......... 60% 69.6M 1s 27250K .......... .......... .......... .......... .......... 60% 87.8M 1s 27300K .......... .......... .......... .......... .......... 60% 6.27M 1s 27350K .......... .......... .......... .......... .......... 60% 89.1M 1s 27400K .......... .......... .......... .......... .......... 60% 64.8M 1s 27450K .......... .......... .......... .......... .......... 60% 87.0M 1s 27500K .......... .......... .......... .......... .......... 60% 22.1M 1s 27550K .......... .......... .......... .......... .......... 61% 94.1M 1s 27600K .......... .......... .......... .......... .......... 61% 96.5M 1s 27650K .......... .......... .......... .......... .......... 61% 13.2M 1s 27700K .......... .......... .......... .......... .......... 61% 125M 1s 27750K .......... .......... .......... .......... .......... 61% 93.5M 1s 27800K .......... .......... .......... .......... .......... 61% 50.4M 1s 27850K .......... .......... .......... .......... .......... 61% 30.3M 1s 27900K .......... .......... .......... .......... .......... 61% 11.7M 1s 27950K .......... .......... .......... .......... .......... 61% 22.8M 1s 28000K .......... .......... .......... .......... .......... 62% 101M 1s 28050K .......... .......... .......... .......... .......... 62% 10.8M 1s 28100K .......... .......... .......... .......... .......... 62% 37.5M 1s 28150K .......... .......... .......... .......... .......... 62% 36.6M 1s 28200K .......... .......... .......... .......... .......... 62% 19.1M 1s 28250K .......... .......... .......... .......... .......... 62% 96.7M 1s 28300K .......... .......... .......... .......... .......... 62% 20.2M 1s 28350K .......... .......... .......... .......... .......... 62% 98.4M 1s 28400K .......... .......... .......... .......... .......... 62% 12.9M 1s 28450K .......... .......... .......... .......... .......... 63% 109M 1s 28500K .......... .......... .......... .......... .......... 63% 24.2M 1s 28550K .......... .......... .......... .......... .......... 63% 12.7M 1s 28600K .......... .......... .......... .......... .......... 63% 107M 1s 28650K .......... .......... .......... .......... .......... 63% 8.03M 1s 28700K .......... .......... .......... .......... .......... 63% 125M 1s 28750K .......... .......... .......... .......... .......... 63% 156M 1s 28800K .......... .......... .......... .......... .......... 63% 23.8M 1s 28850K .......... .......... .......... .......... .......... 63% 13.2M 1s 28900K .......... .......... .......... .......... .......... 64% 83.9M 1s 28950K .......... .......... .......... .......... .......... 64% 24.6M 1s 29000K .......... .......... .......... .......... .......... 64% 150M 1s 29050K .......... .......... .......... .......... .......... 64% 12.8M 1s 29100K .......... .......... .......... .......... .......... 64% 20.9M 1s 29150K .......... .......... .......... .......... .......... 64% 98.8M 1s 29200K .......... .......... .......... .......... .......... 64% 14.6M 1s 29250K .......... .......... .......... .......... .......... 64% 93.9M 1s 29300K .......... .......... .......... .......... .......... 64% 19.7M 1s 29350K .......... .......... .......... .......... .......... 65% 110M 1s 29400K .......... .......... .......... .......... .......... 65% 14.7M 1s 29450K .......... .......... .......... .......... .......... 65% 21.3M 1s 29500K .......... .......... .......... .......... .......... 65% 92.7M 1s 29550K .......... .......... .......... .......... .......... 65% 13.6M 1s 29600K .......... .......... .......... .......... .......... 65% 13.8M 1s 29650K .......... .......... .......... .......... .......... 65% 97.5M 1s 29700K .......... .......... .......... .......... .......... 65% 17.6M 1s 29750K .......... .......... .......... .......... .......... 65% 22.3M 1s 29800K .......... .......... .......... .......... .......... 66% 31.7M 1s 29850K .......... .......... .......... .......... .......... 66% 13.7M 1s 29900K .......... .......... .......... .......... .......... 66% 36.3M 1s 29950K .......... .......... .......... .......... .......... 66% 37.2M 1s 30000K .......... .......... .......... .......... .......... 66% 20.3M 1s 30050K .......... .......... .......... .......... .......... 66% 130M 1s 30100K .......... .......... .......... .......... .......... 66% 13.8M 1s 30150K .......... .......... .......... .......... .......... 66% 13.7M 1s 30200K .......... .......... .......... .......... .......... 66% 141M 1s 30250K .......... .......... .......... .......... .......... 67% 19.8M 0s 30300K .......... .......... .......... .......... .......... 67% 20.0M 0s 30350K .......... .......... .......... .......... .......... 67% 100M 0s 30400K .......... .......... .......... .......... .......... 67% 8.86M 0s 30450K .......... .......... .......... .......... .......... 67% 148M 0s 30500K .......... .......... .......... .......... .......... 67% 40.1M 0s 30550K .......... .......... .......... .......... .......... 67% 12.7M 0s 30600K .......... .......... .......... .......... .......... 67% 147M 0s 30650K .......... .......... .......... .......... .......... 67% 55.7M 0s 30700K .......... .......... .......... .......... .......... 68% 8.73M 0s 30750K .......... .......... .......... .......... .......... 68% 139M 0s 30800K .......... .......... .......... .......... .......... 68% 25.5M 0s 30850K .......... .......... .......... .......... .......... 68% 9.72M 0s 30900K .......... .......... .......... .......... .......... 68% 115M 0s 30950K .......... .......... .......... .......... .......... 68% 47.2M 0s 31000K .......... .......... .......... .......... .......... 68% 22.6M 0s 31050K .......... .......... .......... .......... .......... 68% 11.3M 0s 31100K .......... .......... .......... .......... .......... 68% 121M 0s 31150K .......... .......... .......... .......... .......... 69% 34.0M 0s 31200K .......... .......... .......... .......... .......... 69% 5.46M 0s 31250K .......... .......... .......... .......... .......... 69% 46.3M 0s 31300K .......... .......... .......... .......... .......... 69% 164M 0s 31350K .......... .......... .......... .......... .......... 69% 31.8M 0s 31400K .......... .......... .......... .......... .......... 69% 139M 0s 31450K .......... .......... .......... .......... .......... 69% 44.0M 0s 31500K .......... .......... .......... .......... .......... 69% 6.68M 0s 31550K .......... .......... .......... .......... .......... 69% 82.1M 0s 31600K .......... .......... .......... .......... .......... 70% 134M 0s 31650K .......... .......... .......... .......... .......... 70% 12.5M 0s 31700K .......... .......... .......... .......... .......... 70% 5.82M 0s 31750K .......... .......... .......... .......... .......... 70% 124M 0s 31800K .......... .......... .......... .......... .......... 70% 136M 0s 31850K .......... .......... .......... .......... .......... 70% 108M 0s 31900K .......... .......... .......... .......... .......... 70% 71.6M 0s 31950K .......... .......... .......... .......... .......... 70% 134M 0s 32000K .......... .......... .......... .......... .......... 70% 13.1M 0s 32050K .......... .......... .......... .......... .......... 71% 75.1M 0s 32100K .......... .......... .......... .......... .......... 71% 79.9M 0s 32150K .......... .......... .......... .......... .......... 71% 8.61M 0s 32200K .......... .......... .......... .......... .......... 71% 33.7M 0s 32250K .......... .......... .......... .......... .......... 71% 191M 0s 32300K .......... .......... .......... .......... .......... 71% 14.3M 0s 32350K .......... .......... .......... .......... .......... 71% 18.7M 0s 32400K .......... .......... .......... .......... .......... 71% 36.2M 0s 32450K .......... .......... .......... .......... .......... 71% 186M 0s 32500K .......... .......... .......... .......... .......... 72% 8.64M 0s 32550K .......... .......... .......... .......... .......... 72% 190M 0s 32600K .......... .......... .......... .......... .......... 72% 203M 0s 32650K .......... .......... .......... .......... .......... 72% 22.2M 0s 32700K .......... .......... .......... .......... .......... 72% 9.71M 0s 32750K .......... .......... .......... .......... .......... 72% 15.6M 0s 32800K .......... .......... .......... .......... .......... 72% 186M 0s 32850K .......... .......... .......... .......... .......... 72% 13.0M 0s 32900K .......... .......... .......... .......... .......... 72% 174M 0s 32950K .......... .......... .......... .......... .......... 73% 186M 0s 33000K .......... .......... .......... .......... .......... 73% 8.93M 0s 33050K .......... .......... .......... .......... .......... 73% 35.7M 0s 33100K .......... .......... .......... .......... .......... 73% 33.1M 0s 33150K .......... .......... .......... .......... .......... 73% 186M 0s 33200K .......... .......... .......... .......... .......... 73% 10.8M 0s 33250K .......... .......... .......... .......... .......... 73% 147M 0s 33300K .......... .......... .......... .......... .......... 73% 48.6M 0s 33350K .......... .......... .......... .......... .......... 73% 115M 0s 33400K .......... .......... .......... .......... .......... 74% 8.05M 0s 33450K .......... .......... .......... .......... .......... 74% 142M 0s 33500K .......... .......... .......... .......... .......... 74% 125M 0s 33550K .......... .......... .......... .......... .......... 74% 11.7M 0s 33600K .......... .......... .......... .......... .......... 74% 128M 0s 33650K .......... .......... .......... .......... .......... 74% 66.1M 0s 33700K .......... .......... .......... .......... .......... 74% 17.0M 0s 33750K .......... .......... .......... .......... .......... 74% 5.99M 0s 33800K .......... .......... .......... .......... .......... 74% 126M 0s 33850K .......... .......... .......... .......... .......... 75% 143M 0s 33900K .......... .......... .......... .......... .......... 75% 76.5M 0s 33950K .......... .......... .......... .......... .......... 75% 40.2M 0s 34000K .......... .......... .......... .......... .......... 75% 17.4M 0s 34050K .......... .......... .......... .......... .......... 75% 44.6M 0s 34100K .......... .......... .......... .......... .......... 75% 117M 0s 34150K .......... .......... .......... .......... .......... 75% 10.3M 0s 34200K .......... .......... .......... .......... .......... 75% 132M 0s 34250K .......... .......... .......... .......... .......... 75% 22.3M 0s 34300K .......... .......... .......... .......... .......... 76% 79.3M 0s 34350K .......... .......... .......... .......... .......... 76% 13.7M 0s 34400K .......... .......... .......... .......... .......... 76% 133M 0s 34450K .......... .......... .......... .......... .......... 76% 55.2M 0s 34500K .......... .......... .......... .......... .......... 76% 112M 0s 34550K .......... .......... .......... .......... .......... 76% 8.03M 0s 34600K .......... .......... .......... .......... .......... 76% 123M 0s 34650K .......... .......... .......... .......... .......... 76% 109M 0s 34700K .......... .......... .......... .......... .......... 76% 8.98M 0s 34750K .......... .......... .......... .......... .......... 77% 114M 0s 34800K .......... .......... .......... .......... .......... 77% 3.01M 0s 34850K .......... .......... .......... .......... .......... 77% 128M 0s 34900K .......... .......... .......... .......... .......... 77% 79.9M 0s 34950K .......... .......... .......... .......... .......... 77% 133M 0s 35000K .......... .......... .......... .......... .......... 77% 134M 0s 35050K .......... .......... .......... .......... .......... 77% 127M 0s 35100K .......... .......... .......... .......... .......... 77% 8.69M 0s 35150K .......... .......... .......... .......... .......... 77% 120M 0s 35200K .......... .......... .......... .......... .......... 78% 97.1M 0s 35250K .......... .......... .......... .......... .......... 78% 130M 0s 35300K .......... .......... .......... .......... .......... 78% 7.75M 0s 35350K .......... .......... .......... .......... .......... 78% 195M 0s 35400K .......... .......... .......... .......... .......... 78% 197M 0s 35450K .......... .......... .......... .......... .......... 78% 198M 0s 35500K .......... .......... .......... .......... .......... 78% 7.78M 0s 35550K .......... .......... .......... .......... .......... 78% 146M 0s 35600K .......... .......... .......... .......... .......... 78% 89.8M 0s 35650K .......... .......... .......... .......... .......... 79% 12.9M 0s 35700K .......... .......... .......... .......... .......... 79% 29.1M 0s 35750K .......... .......... .......... .......... .......... 79% 120M 0s 35800K .......... .......... .......... .......... .......... 79% 21.2M 0s 35850K .......... .......... .......... .......... .......... 79% 14.2M 0s 35900K .......... .......... .......... .......... .......... 79% 97.3M 0s 35950K .......... .......... .......... .......... .......... 79% 123M 0s 36000K .......... .......... .......... .......... .......... 79% 23.3M 0s 36050K .......... .......... .......... .......... .......... 79% 12.2M 0s 36100K .......... .......... .......... .......... .......... 80% 15.4M 0s 36150K .......... .......... .......... .......... .......... 80% 52.7M 0s 36200K .......... .......... .......... .......... .......... 80% 88.0M 0s 36250K .......... .......... .......... .......... .......... 80% 135M 0s 36300K .......... .......... .......... .......... .......... 80% 22.0M 0s 36350K .......... .......... .......... .......... .......... 80% 134M 0s 36400K .......... .......... .......... .......... .......... 80% 140M 0s 36450K .......... .......... .......... .......... .......... 80% 8.51M 0s 36500K .......... .......... .......... .......... .......... 80% 126M 0s 36550K .......... .......... .......... .......... .......... 81% 47.5M 0s 36600K .......... .......... .......... .......... .......... 81% 14.6M 0s 36650K .......... .......... .......... .......... .......... 81% 31.8M 0s 36700K .......... .......... .......... .......... .......... 81% 36.5M 0s 36750K .......... .......... .......... .......... .......... 81% 20.4M 0s 36800K .......... .......... .......... .......... .......... 81% 38.8M 0s 36850K .......... .......... .......... .......... .......... 81% 7.42M 0s 36900K .......... .......... .......... .......... .......... 81% 117M 0s 36950K .......... .......... .......... .......... .......... 81% 133M 0s 37000K .......... .......... .......... .......... .......... 82% 29.2M 0s 37050K .......... .......... .......... .......... .......... 82% 138M 0s 37100K .......... .......... .......... .......... .......... 82% 13.9M 0s 37150K .......... .......... .......... .......... .......... 82% 52.8M 0s 37200K .......... .......... .......... .......... .......... 82% 18.1M 0s 37250K .......... .......... .......... .......... .......... 82% 146M 0s 37300K .......... .......... .......... .......... .......... 82% 20.8M 0s 37350K .......... .......... .......... .......... .......... 82% 21.7M 0s 37400K .......... .......... .......... .......... .......... 82% 25.9M 0s 37450K .......... .......... .......... .......... .......... 83% 146M 0s 37500K .......... .......... .......... .......... .......... 83% 25.6M 0s 37550K .......... .......... .......... .......... .......... 83% 9.51M 0s 37600K .......... .......... .......... .......... .......... 83% 19.4M 0s 37650K .......... .......... .......... .......... .......... 83% 127M 0s 37700K .......... .......... .......... .......... .......... 83% 104M 0s 37750K .......... .......... .......... .......... .......... 83% 7.23M 0s 37800K .......... .......... .......... .......... .......... 83% 46.5M 0s 37850K .......... .......... .......... .......... .......... 83% 28.6M 0s 37900K .......... .......... .......... .......... .......... 84% 107M 0s 37950K .......... .......... .......... .......... .......... 84% 20.3M 0s 38000K .......... .......... .......... .......... .......... 84% 99.4M 0s 38050K .......... .......... .......... .......... .......... 84% 142M 0s 38100K .......... .......... .......... .......... .......... 84% 27.0M 0s 38150K .......... .......... .......... .......... .......... 84% 12.6M 0s 38200K .......... .......... .......... .......... .......... 84% 7.98M 0s 38250K .......... .......... .......... .......... .......... 84% 75.7M 0s 38300K .......... .......... .......... .......... .......... 84% 51.8M 0s 38350K .......... .......... .......... .......... .......... 84% 96.5M 0s 38400K .......... .......... .......... .......... .......... 85% 50.8M 0s 38450K .......... .......... .......... .......... .......... 85% 78.1M 0s 38500K .......... .......... .......... .......... .......... 85% 67.8M 0s 38550K .......... .......... .......... .......... .......... 85% 11.2M 0s 38600K .......... .......... .......... .......... .......... 85% 32.0M 0s 38650K .......... .......... .......... .......... .......... 85% 94.3M 0s 38700K .......... .......... .......... .......... .......... 85% 15.0M 0s 38750K .......... .......... .......... .......... .......... 85% 31.7M 0s 38800K .......... .......... .......... .......... .......... 85% 33.7M 0s 38850K .......... .......... .......... .......... .......... 86% 71.6M 0s 38900K .......... .......... .......... .......... .......... 86% 8.95M 0s 38950K .......... .......... .......... .......... .......... 86% 86.0M 0s 39000K .......... .......... .......... .......... .......... 86% 26.1M 0s 39050K .......... .......... .......... .......... .......... 86% 94.6M 0s 39100K .......... .......... .......... .......... .......... 86% 10.8M 0s 39150K .......... .......... .......... .......... .......... 86% 29.1M 0s 39200K .......... .......... .......... .......... .......... 86% 58.3M 0s 39250K .......... .......... .......... .......... .......... 86% 83.8M 0s 39300K .......... .......... .......... .......... .......... 87% 20.3M 0s 39350K .......... .......... .......... .......... .......... 87% 32.4M 0s 39400K .......... .......... .......... .......... .......... 87% 17.6M 0s 39450K .......... .......... .......... .......... .......... 87% 27.7M 0s 39500K .......... .......... .......... .......... .......... 87% 34.4M 0s 39550K .......... .......... .......... .......... .......... 87% 29.0M 0s 39600K .......... .......... .......... .......... .......... 87% 16.6M 0s 39650K .......... .......... .......... .......... .......... 87% 61.7M 0s 39700K .......... .......... .......... .......... .......... 87% 45.5M 0s 39750K .......... .......... .......... .......... .......... 88% 13.7M 0s 39800K .......... .......... .......... .......... .......... 88% 94.3M 0s 39850K .......... .......... .......... .......... .......... 88% 95.0M 0s 39900K .......... .......... .......... .......... .......... 88% 15.6M 0s 39950K .......... .......... .......... .......... .......... 88% 93.5M 0s 40000K .......... .......... .......... .......... .......... 88% 58.6M 0s 40050K .......... .......... .......... .......... .......... 88% 83.9M 0s 40100K .......... .......... .......... .......... .......... 88% 10.8M 0s 40150K .......... .......... .......... .......... .......... 88% 147M 0s 40200K .......... .......... .......... .......... .......... 89% 19.5M 0s 40250K .......... .......... .......... .......... .......... 89% 123M 0s 40300K .......... .......... .......... .......... .......... 89% 15.6M 0s 40350K .......... .......... .......... .......... .......... 89% 33.1M 0s 40400K .......... .......... .......... .......... .......... 89% 119M 0s 40450K .......... .......... .......... .......... .......... 89% 130M 0s 40500K .......... .......... .......... .......... .......... 89% 15.8M 0s 40550K .......... .......... .......... .......... .......... 89% 12.5M 0s 40600K .......... .......... .......... .......... .......... 89% 18.7M 0s 40650K .......... .......... .......... .......... .......... 90% 115M 0s 40700K .......... .......... .......... .......... .......... 90% 68.1M 0s 40750K .......... .......... .......... .......... .......... 90% 17.8M 0s 40800K .......... .......... .......... .......... .......... 90% 138M 0s 40850K .......... .......... .......... .......... .......... 90% 144M 0s 40900K .......... .......... .......... .......... .......... 90% 16.7M 0s 40950K .......... .......... .......... .......... .......... 90% 13.9M 0s 41000K .......... .......... .......... .......... .......... 90% 117M 0s 41050K .......... .......... .......... .......... .......... 90% 117M 0s 41100K .......... .......... .......... .......... .......... 91% 12.5M 0s 41150K .......... .......... .......... .......... .......... 91% 26.9M 0s 41200K .......... .......... .......... .......... .......... 91% 146M 0s 41250K .......... .......... .......... .......... .......... 91% 130M 0s 41300K .......... .......... .......... .......... .......... 91% 17.6M 0s 41350K .......... .......... .......... .......... .......... 91% 12.4M 0s 41400K .......... .......... .......... .......... .......... 91% 142M 0s 41450K .......... .......... .......... .......... .......... 91% 39.9M 0s 41500K .......... .......... .......... .......... .......... 91% 74.5M 0s 41550K .......... .......... .......... .......... .......... 92% 8.59M 0s 41600K .......... .......... .......... .......... .......... 92% 122M 0s 41650K .......... .......... .......... .......... .......... 92% 40.4M 0s 41700K .......... .......... .......... .......... .......... 92% 104M 0s 41750K .......... .......... .......... .......... .......... 92% 9.29M 0s 41800K .......... .......... .......... .......... .......... 92% 199M 0s 41850K .......... .......... .......... .......... .......... 92% 193M 0s 41900K .......... .......... .......... .......... .......... 92% 170M 0s 41950K .......... .......... .......... .......... .......... 92% 4.44M 0s 42000K .......... .......... .......... .......... .......... 93% 49.6M 0s 42050K .......... .......... .......... .......... .......... 93% 109M 0s 42100K .......... .......... .......... .......... .......... 93% 101M 0s 42150K .......... .......... .......... .......... .......... 93% 58.4M 0s 42200K .......... .......... .......... .......... .......... 93% 21.5M 0s 42250K .......... .......... .......... .......... .......... 93% 114M 0s 42300K .......... .......... .......... .......... .......... 93% 99.0M 0s 42350K .......... .......... .......... .......... .......... 93% 13.8M 0s 42400K .......... .......... .......... .......... .......... 93% 133M 0s 42450K .......... .......... .......... .......... .......... 94% 54.7M 0s 42500K .......... .......... .......... .......... .......... 94% 124M 0s 42550K .......... .......... .......... .......... .......... 94% 6.62M 0s 42600K .......... .......... .......... .......... .......... 94% 127M 0s 42650K .......... .......... .......... .......... .......... 94% 118M 0s 42700K .......... .......... .......... .......... .......... 94% 13.3M 0s 42750K .......... .......... .......... .......... .......... 94% 31.6M 0s 42800K .......... .......... .......... .......... .......... 94% 172M 0s 42850K .......... .......... .......... .......... .......... 94% 197M 0s 42900K .......... .......... .......... .......... .......... 95% 164M 0s 42950K .......... .......... .......... .......... .......... 95% 10.9M 0s 43000K .......... .......... .......... .......... .......... 95% 11.8M 0s 43050K .......... .......... .......... .......... .......... 95% 130M 0s 43100K .......... .......... .......... .......... .......... 95% 90.9M 0s 43150K .......... .......... .......... .......... .......... 95% 19.2M 0s 43200K .......... .......... .......... .......... .......... 95% 18.9M 0s 43250K .......... .......... .......... .......... .......... 95% 139M 0s 43300K .......... .......... .......... .......... .......... 95% 93.5M 0s 43350K .......... .......... .......... .......... .......... 96% 14.4M 0s 43400K .......... .......... .......... .......... .......... 96% 135M 0s 43450K .......... .......... .......... .......... .......... 96% 138M 0s 43500K .......... .......... .......... .......... .......... 96% 11.7M 0s 43550K .......... .......... .......... .......... .......... 96% 36.6M 0s 43600K .......... .......... .......... .......... .......... 96% 31.9M 0s 43650K .......... .......... .......... .......... .......... 96% 19.5M 0s 43700K .......... .......... .......... .......... .......... 96% 13.9M 0s 43750K .......... .......... .......... .......... .......... 96% 167M 0s 43800K .......... .......... .......... .......... .......... 97% 113M 0s 43850K .......... .......... .......... .......... .......... 97% 74.1M 0s 43900K .......... .......... .......... .......... .......... 97% 102M 0s 43950K .......... .......... .......... .......... .......... 97% 24.8M 0s 44000K .......... .......... .......... .......... .......... 97% 10.2M 0s 44050K .......... .......... .......... .......... .......... 97% 113M 0s 44100K .......... .......... .......... .......... .......... 97% 106M 0s 44150K .......... .......... .......... .......... .......... 97% 73.4M 0s 44200K .......... .......... .......... .......... .......... 97% 13.8M 0s 44250K .......... .......... .......... .......... .......... 98% 22.9M 0s 44300K .......... .......... .......... .......... .......... 98% 22.0M 0s 44350K .......... .......... .......... .......... .......... 98% 118M 0s 44400K .......... .......... .......... .......... .......... 98% 19.5M 0s 44450K .......... .......... .......... .......... .......... 98% 32.9M 0s 44500K .......... .......... .......... .......... .......... 98% 99.6M 0s 44550K .......... .......... .......... .......... .......... 98% 119M 0s 44600K .......... .......... .......... .......... .......... 98% 78.0M 0s 44650K .......... .......... .......... .......... .......... 98% 7.09M 0s 44700K .......... .......... .......... .......... .......... 99% 165M 0s 44750K .......... .......... .......... .......... .......... 99% 190M 0s 44800K .......... .......... .......... .......... .......... 99% 16.8M 0s 44850K .......... .......... .......... .......... .......... 99% 17.9M 0s 44900K .......... .......... .......... .......... .......... 99% 101M 0s 44950K .......... .......... .......... .......... .......... 99% 114M 0s 45000K .......... .......... .......... .......... .......... 99% 115M 0s 45050K .......... .......... .......... .......... .......... 99% 15.1M 0s 45100K .......... .......... .......... .......... .......... 99% 36.1M 0s 45150K .......... .......... ........ 100% 26.6M=1.6s 2022-10-05 17:19:37 (27.9 MB/s) - ‘libllvm-full.zip’ saved [46262593/46262593] [Pipeline] sh + unzip libllvm-full.zip -d ./vm/Contents/MacOS/Plugins Archive: libllvm-full.zip inflating: ./vm/Contents/MacOS/Plugins/libLLVM.dylib [Pipeline] sh + wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.zip --2022-10-05 17:19:40-- https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2587592 (2.5M) [application/zip] Saving to: ‘libunicorn.zip’ 0K .......... .......... .......... .......... .......... 1% 4.22M 1s 50K .......... .......... .......... .......... .......... 3% 6.19M 0s 100K .......... .......... .......... .......... .......... 5% 7.70M 0s 150K .......... .......... .......... .......... .......... 7% 40.0M 0s 200K .......... .......... .......... .......... .......... 9% 8.88M 0s 250K .......... .......... .......... .......... .......... 11% 15.7M 0s 300K .......... .......... .......... .......... .......... 13% 27.5M 0s 350K .......... .......... .......... .......... .......... 15% 26.1M 0s 400K .......... .......... .......... .......... .......... 17% 26.6M 0s 450K .......... .......... .......... .......... .......... 19% 26.8M 0s 500K .......... .......... .......... .......... .......... 21% 18.0M 0s 550K .......... .......... .......... .......... .......... 23% 64.5M 0s 600K .......... .......... .......... .......... .......... 25% 23.5M 0s 650K .......... .......... .......... .......... .......... 27% 62.3M 0s 700K .......... .......... .......... .......... .......... 29% 24.9M 0s 750K .......... .......... .......... .......... .......... 31% 55.0M 0s 800K .......... .......... .......... .......... .......... 33% 83.0M 0s 850K .......... .......... .......... .......... .......... 35% 22.6M 0s 900K .......... .......... .......... .......... .......... 37% 92.0M 0s 950K .......... .......... .......... .......... .......... 39% 94.4M 0s 1000K .......... .......... .......... .......... .......... 41% 23.6M 0s 1050K .......... .......... .......... .......... .......... 43% 23.7M 0s 1100K .......... .......... .......... .......... .......... 45% 35.3M 0s 1150K .......... .......... .......... .......... .......... 47% 70.1M 0s 1200K .......... .......... .......... .......... .......... 49% 63.2M 0s 1250K .......... .......... .......... .......... .......... 51% 42.8M 0s 1300K .......... .......... .......... .......... .......... 53% 20.2M 0s 1350K .......... .......... .......... .......... .......... 55% 41.3M 0s 1400K .......... .......... .......... .......... .......... 57% 66.2M 0s 1450K .......... .......... .......... .......... .......... 59% 15.1M 0s 1500K .......... .......... .......... .......... .......... 61% 68.1M 0s 1550K .......... .......... .......... .......... .......... 63% 23.1M 0s 1600K .......... .......... .......... .......... .......... 65% 62.8M 0s 1650K .......... .......... .......... .......... .......... 67% 33.9M 0s 1700K .......... .......... .......... .......... .......... 69% 64.7M 0s 1750K .......... .......... .......... .......... .......... 71% 22.5M 0s 1800K .......... .......... .......... .......... .......... 73% 105M 0s 1850K .......... .......... .......... .......... .......... 75% 28.8M 0s 1900K .......... .......... .......... .......... .......... 77% 59.1M 0s 1950K .......... .......... .......... .......... .......... 79% 23.9M 0s 2000K .......... .......... .......... .......... .......... 81% 65.5M 0s 2050K .......... .......... .......... .......... .......... 83% 22.7M 0s 2100K .......... .......... .......... .......... .......... 85% 35.3M 0s 2150K .......... .......... .......... .......... .......... 87% 82.8M 0s 2200K .......... .......... .......... .......... .......... 89% 53.7M 0s 2250K .......... .......... .......... .......... .......... 91% 59.1M 0s 2300K .......... .......... .......... .......... .......... 92% 79.4M 0s 2350K .......... .......... .......... .......... .......... 94% 65.2M 0s 2400K .......... .......... .......... .......... .......... 96% 20.9M 0s 2450K .......... .......... .......... .......... .......... 98% 19.7M 0s 2500K .......... .......... ...... 100% 57.1M=0.1s 2022-10-05 17:19:40 (25.2 MB/s) - ‘libunicorn.zip’ saved [2587592/2587592] [Pipeline] sh + unzip libunicorn.zip -d ./vm/Contents/MacOS/Plugins Archive: libunicorn.zip inflating: ./vm/Contents/MacOS/Plugins/libunicorn.1.dylib [Pipeline] timeout Timeout set to expire in 20 min [Pipeline] { [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true + ./vm/Contents/MacOS/Pharo --headless --logLevel=4 ./image/VMMaker.image test --junit-xml-output VMMakerTests [DEBUG] 2022-10-05 17:19:41.536 logParameters (src/parameters.c:275):Image file name: ./image/VMMaker.image [DEBUG] 2022-10-05 17:19:41.536 logParameters (src/parameters.c:276):Is default Image: no [DEBUG] 2022-10-05 17:19:41.536 logParameters (src/parameters.c:277):Is interactive session: no [DEBUG] 2022-10-05 17:19:41.536 logParameterVector (src/parameters.c:265):vmParameters [count = 3]: [DEBUG] 2022-10-05 17:19:41.537 logParameterVector (src/parameters.c:268): ./vm/Contents/MacOS/Pharo [DEBUG] 2022-10-05 17:19:41.537 logParameterVector (src/parameters.c:268): --headless [DEBUG] 2022-10-05 17:19:41.537 logParameterVector (src/parameters.c:268): --logLevel=4 [DEBUG] 2022-10-05 17:19:41.537 logParameterVector (src/parameters.c:265):imageParameters [count = 3]: [DEBUG] 2022-10-05 17:19:41.537 logParameterVector (src/parameters.c:268): test [DEBUG] 2022-10-05 17:19:41.537 logParameterVector (src/parameters.c:268): --junit-xml-output [DEBUG] 2022-10-05 17:19:41.537 logParameterVector (src/parameters.c:268): VMMakerTests [INFO ] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:94):Opening Image: ./image/VMMaker.image [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:116):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/build/vmmaker [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:118):sizeof(int): 4 [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:119):sizeof(long): 8 [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:120):sizeof(long long): 8 [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:121):sizeof(void*): 8 [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:122):sizeof(sqInt): 8 [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:123):sizeof(sqLong): 8 [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:124):sizeof(float): 4 [DEBUG] 2022-10-05 17:19:41.537 vm_main_with_parameters (src/client.c:125):sizeof(double): 8 [DEBUG] 2022-10-05 17:19:41.537 runOnMainThread (src/client.c:227):Running VM on main thread [DEBUG] 2022-10-05 17:19:41.537 sqAllocateMemory (src/memoryUnix.c:107):Trying to load the image in 0x111c18000 [DEBUG] 2022-10-05 17:19:41.537 sqAllocateMemory (src/memoryUnix.c:149):Loading the image in 0x111c18000 [WARN ] 2022-10-05 17:19:41.663 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveTimezoneOffset [WARN ] 2022-10-05 17:19:41.707 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileMasks [WARN ] 2022-10-05 17:19:41.711 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 17:19:41.720 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: InternetConfigPlugin [WARN ] 2022-10-05 17:19:42.253 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 17:19:42.266 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 17:19:42.267 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 17:19:42.267 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveResolverHostNameResult [WARN ] 2022-10-05 17:19:42.269 ioLoadModule (src/externalPrimitives.c:101):Failed to load module: MD5Plugin [WARN ] 2022-10-05 17:19:42.287 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveFileStdioHandles Running tests in 1 Packages [WARN ] 2022-10-05 17:19:44.813 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primAllocateExecutablePage [WARN ] 2022-10-05 17:19:44.813 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primThunkEntryAddress freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1032 of 3800 (target: 950 (newly freed: 784 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 960 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1024 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 992 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1024 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 984 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 976 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1040 of 3800 (target: 950 (newly freed: 784 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1048 of 3928 (target: 982 (newly freed: 816 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 984 of 3928 (target: 982 (newly freed: 720 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 984 of 3928 (target: 982 (newly freed: 720 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 992 of 3928 (target: 982 (newly freed: 720 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1048 of 3928 (target: 982 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1000 of 3928 (target: 982 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1008 of 3928 (target: 982 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1024 of 3928 (target: 982 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1000 of 3928 (target: 982 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1024 of 3928 (target: 982 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1008 of 3928 (target: 982 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 664 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 704 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 704 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 992 of 3880 (target: 970 (newly freed: 616 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 616 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1000 of 3880 (target: 970 (newly freed: 616 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 992 of 3880 (target: 970 (newly freed: 616 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 704 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 616 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 704 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 616 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 816 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1000 of 3880 (target: 970 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 880 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1040 of 3880 (target: 970 (newly freed: 880 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1032 of 3880 (target: 970 (newly freed: 792 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1040 of 3880 (target: 970 (newly freed: 880 freeing methods with usage 0 freeing methods with usage 1 freeing methods with usage 2 Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 880 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FE1 =2098684 (16r2005FC) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1013400 nil 1 16r51 =10 (16rA) 2 16r9 =1 (16r1) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 6 16r10219A0 a ??nil cnidx?? GC number 0 marking...nilling... 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FE1 =2098684 (16r2005FC) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1013400 nil 1 16r51 =10 (16rA) 2 16r9 =1 (16r1) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 6 16r10219A0 a ??nil cnidx?? 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FE1 =2098684 (16r2005FC) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1013400 nil 1 16r51 =10 (16rA) 2 16r9 =1 (16r1) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 6 16r10219A0 a ??nil cnidx?? 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FE1 =2098684 (16r2005FC) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1013400 nil 1 16r51 =10 (16rA) 2 16r9 =1 (16r1) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 6 16r10219A0 a ??nil cnidx?? 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FF1 =8394744 (16r8017F8) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r100F400 nil 1 16rD =6 (16r6) 2 16r3 =1 (16r1) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 6 16r10166C0 a ??nil cnidx?? GC number 0 marking...nilling... 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FF1 =8394744 (16r8017F8) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r100F400 nil 1 16rD =6 (16r6) 2 16r3 =1 (16r1) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 6 16r10166C0 a ??nil cnidx?? 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FF1 =8394744 (16r8017F8) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r100F400 nil 1 16rD =6 (16r6) 2 16r3 =1 (16r1) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 6 16r10166C0 a ??nil cnidx?? 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FF1 =8394744 (16r8017F8) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r100F400 nil 1 16rD =6 (16r6) 2 16r3 =1 (16r1) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 6 16r10166C0 a ??nil cnidx?? 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FE1 =2098684 (16r2005FC) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1013400 nil 1 16r51 =10 (16rA) 2 16r9 =1 (16r1) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 6 16r10219A0 a ??nil cnidx?? GC number 0 marking...nilling... 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FE1 =2098684 (16r2005FC) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1013400 nil 1 16r51 =10 (16rA) 2 16r9 =1 (16r1) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 6 16r10219A0 a ??nil cnidx?? 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FE1 =2098684 (16r2005FC) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1013400 nil 1 16r51 =10 (16rA) 2 16r9 =1 (16r1) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 6 16r10219A0 a ??nil cnidx?? 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FE1 =2098684 (16r2005FC) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1013400 nil 1 16r51 =10 (16rA) 2 16r9 =1 (16r1) 3 16r10218A0 a ??nil cnidx?? 4 16r1013400 nil 5 16r1013400 nil 6 16r10219A0 a ??nil cnidx?? 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FF1 =8394744 (16r8017F8) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r100F400 nil 1 16rD =6 (16r6) 2 16r3 =1 (16r1) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 6 16r10166C0 a ??nil cnidx?? GC number 0 marking...nilling... 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FF1 =8394744 (16r8017F8) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r100F400 nil 1 16rD =6 (16r6) 2 16r3 =1 (16r1) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 6 16r10166C0 a ??nil cnidx?? 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FF1 =8394744 (16r8017F8) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r100F400 nil 1 16rD =6 (16r6) 2 16r3 =1 (16r1) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 6 16r10166C0 a ??nil cnidx?? 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r1002FF1 =8394744 (16r8017F8) 1 16r1 =0 (16r0) 2 16r1 =0 (16r0) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0 0 16r100F400 nil 1 16rD =6 (16r6) 2 16r3 =1 (16r1) 3 16r1016610 a ??nil cnidx?? 4 16r100F400 nil 5 16r100F400 nil 6 16r10166C0 a ??nil cnidx?? Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 Could not convert argument index: 1 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8C8 up to 16r110AFF0 GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8D8 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102F8D8 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C638 up to 16r1106FF0 GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C648 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C648 up to 16r1106FF0 (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveThatDoNothingWithOneArgument in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay (0) Looking for primitiveFailCounting in vm Looking for module ... loaded...computing accessor depths...done ... okay GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102FA38 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102FA38 up to 16r110AFF0 (0) Looking for setMacFileTypeAndCreator in FilePlugin Looking for module FilePlugin ... loaded...computing accessor depths...done GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102FA38 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102FA38 up to 16r110AFF0 (0) Looking for setMacFileTypeAndCreator in FilePlugin Looking for module FilePlugin ... loaded...computing accessor depths...done GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102FA48 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r102FA48 up to 16r110AFF0 (0) Looking for setMacFileTypeAndCreator in FilePlugin Looking for module FilePlugin ... loaded...computing accessor depths...done GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C720 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C720 up to 16r1106FF0 (0) Looking for setMacFileTypeAndCreator in FilePlugin Looking for module FilePlugin ... loaded...computing accessor depths...done GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C720 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C720 up to 16r1106FF0 (0) Looking for setMacFileTypeAndCreator in FilePlugin Looking for module FilePlugin ... loaded...computing accessor depths...done GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C730 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101C730 up to 16r1106FF0 (0) Looking for setMacFileTypeAndCreator in FilePlugin Looking for module FilePlugin ... loaded...computing accessor depths...done Looking for module ... loaded...computing accessor depths warning, variable nsMethodCache doesn't exist or has already been removed ...done Looking for module ... loaded...computing accessor depths warning, variable nsMethodCache doesn't exist or has already been removed ...done Looking for module ... loaded...computing accessor depths warning, variable nsMethodCache doesn't exist or has already been removed ...done (0) Looking for secHasEnvironmentAccess in SecurityPlugin Looking for module SecurityPlugin ... loaded...computing accessor depths...done Looking for module ... loaded...computing accessor depths warning, variable nsMethodCache doesn't exist or has already been removed ...done (0) Looking for secHasEnvironmentAccess in SecurityPlugin Looking for module SecurityPlugin ... loaded...computing accessor depths...done GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101F980 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101F980 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101F980 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101F980 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...marking...nilling... GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101F980 up to 16r110AFF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r101F980 up to 16r110AFF0 GC number 0 marking...nilling...marking...nilling... GC number 0 marking...nilling...marking...nilling... GC number 0 marking...nilling...marking...nilling... GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r1014698 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r1014698 up to 16r1106FF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r1014698 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r1014698 up to 16r1106FF0 GC number 0 marking...nilling...marking...nilling... GC number 1 marking...nilling...marking...nilling... GC number 0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r1014698 up to 16r1106FF0 marking...nilling...planning...updating pointers...copying and unmarking... freeing at 16r1014698 up to 16r1106FF0 GC number 0 marking...nilling...marking...nilling... GC number 0 marking...nilling...marking...nilling... GC number 0 marking...nilling...marking...nilling...3621 run, 3621 passes, 0 failures, 0 errors. [WARN ] 2022-10-05 17:22:19.975 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:140):Missing Accessor Depth: primitiveCompressToByteArray [Pipeline] } [Pipeline] // timeout [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: Linux-x86_64) [Pipeline] { (Branch: Darwin-x86_64) [Pipeline] { (Branch: Windows-x86_64) [Pipeline] { (Branch: Darwin-arm64) [Pipeline] node [Pipeline] node Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_feat_headless [Pipeline] node [Pipeline] node Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_feat_headless Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_feat_headless [Pipeline] { Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_feat_headless [Pipeline] { [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] 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... [Pipeline] cleanWs [WS-CLEANUP] done [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-Linux-x86_64) [Pipeline] stage [Pipeline] { (Checkout-Darwin-x86_64) [Pipeline] stage [Pipeline] { (Checkout-Windows-x86_64) [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/repository [Pipeline] { [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/repository [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout-Darwin-arm64) [Pipeline] dir Running in C:\builds\workspace\pharo-vm_feat_headless\repository [Pipeline] { [Pipeline] checkout 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 [Pipeline] checkout The recommended git tool is: git [Pipeline] dir Running in /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository using credential pharo-ci-api-user-pass-token [Pipeline] { Cloning the remote Git repository Using shallow clone with depth 2 [Pipeline] checkout 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 [Pipeline] checkout 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_headless/repository # 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 /builds/workspace/pharo-vm_feat_headless/repository # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git > git --version # timeout=10 > git --version # 'git version 2.24.1 (Apple Git-126)' 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_headless\repository # 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 Cloning repository https://github.com/pharo-project/pharo-vm.git > git init /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository # 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 Avoid second fetch Checking out Revision f4fe5697197c28440fef9df0027dad21cc033cb4 (feat/headless) > 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 f4fe5697197c28440fef9df0027dad21cc033cb4 # timeout=10 Avoid second fetch Checking out Revision f4fe5697197c28440fef9df0027dad21cc033cb4 (feat/headless) Commit message: "Merge pull request #315 from tesonep/fixing-32bit-arm-tests" Commit message: "Merge pull request #315 from tesonep/fixing-32bit-arm-tests" > git --version # timeout=10 > git --version # 'git version 2.7.4' > git --version # timeout=10 > git --version # 'git version 2.24.1 (Apple Git-126)' Avoid second fetch Checking out Revision f4fe5697197c28440fef9df0027dad21cc033cb4 (feat/headless) Commit message: "Merge pull request #315 from tesonep/fixing-32bit-arm-tests" > git --version # timeout=10 > git --version # 'git version 2.31.0' [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // dir [Pipeline] stage [Pipeline] { (Build-Linux-x86_64-CoInterpreter) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-Darwin-x86_64-CoInterpreter) [Pipeline] cmakeBuild [build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_feat_headless/repository [Pipeline] } [Pipeline] cmakeBuild [build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_feat_headless/repository [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-Darwin-arm64-CoInterpreter) [Pipeline] cmakeBuild [build] $ /opt/homebrew/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository > 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 f4fe5697197c28440fef9df0027dad21cc033cb4 # timeout=10 CMAKE_GENERATOR=Unix Makefiles No user build settings. -- v9.0.1-1-gf4fe569 - Commit: f4fe569 - Date: 2021-07-22 16:26:24 +0200 -- 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 -- Compiling for architecture: x86_64 -- Building Pharo with executable named pharo -- 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 CMAKE_GENERATOR=Unix Makefiles No user build settings. -- v9.0.1-1-gf4fe5697 - Commit: f4fe5697 - Date: 2021-07-22 16:26:24 +0200 -- The C compiler identification is AppleClang 11.0.3.11030032 -- The CXX compiler identification is AppleClang 11.0.3.11030032 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/usr/bin/c++ CMAKE_GENERATOR=Unix Makefiles No user build settings. -- v9.0.1-1-gf4fe5697 - Commit: f4fe5697 - Date: 2021-07-22 16:26:24 +0200 -- 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 -- Compiling for architecture: arm64 -- Building Pharo with executable named Pharo -- 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* > 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 f4fe5697197c28440fef9df0027dad21cc033cb4 # timeout=10 -- Check size of long long - done -- Check size of void* -- Check size of void* - done -- int 4 -- long 8 -- long long 8 -- void* 8 -- Writing libraries to: /builds/workspace/pharo-vm_feat_headless/build/build/vm/ -- 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 execinfo.h -- Looking for include file execinfo.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 -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Compiling for architecture: x86_64 -- Building Pharo with executable named Pharo -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Check size of void* - done -- int 4 -- long 8 -- long long 8 -- void* 8 -- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins -- 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 - 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 execinfo.h -- Looking for include file execinfo.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 Defining Linux VM to download for code generation -- C Compiler: /usr/bin/cc -- C++ Compiler: /usr/bin/c++ -- Resource Compiler: -- Building FFI -- Downloading/updating libffi -- Configuring done -- Generating done -- Build files have been written to: /builds/workspace/pharo-vm_feat_headless/build/libffi-download Scanning dependencies of target libffi-download [ 11%] Creating directories for 'libffi-download' [ 22%] Performing download step (git clone) for 'libffi-download' Cloning into 'libffi-src'... -- 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 -- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins -- 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 - not found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file ndir.h -- 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 - not found Defining OSX VM to download for code generation -- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- Resource Compiler: -- Looking for FFI in the system -- Found FFI: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -- Adding plugin: FilePlugin -- Adding plugin: FileAttributesPlugin -- Adding plugin: UUIDPlugin -- Adding plugin: SocketPlugin -- Adding plugin: SurfacePlugin -- Adding plugin: LargeIntegers -- Adding plugin: JPEGReaderPlugin -- Adding plugin: JPEGReadWriter2Plugin -- Adding plugin: MiscPrimitivePlugin -- Adding plugin: B2DPlugin -- Adding plugin: LocalePlugin -- Adding plugin: SqueakSSL -- Adding plugin: DSAPrims -- Adding plugin: UnixOSProcessPlugin -- Downloading Git2 binary Adding third-party libraries for Darwin-arm64: openssl-1.1.1k -- Downloading/updating openssl-1.1.1k -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-download Scanning dependencies of target openssl-1.1.1k-download [ 11%] Creating directories for 'openssl-1.1.1k-download' [ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/openssl-1.1.1k.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 17% complete] -- [download 18% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 73% complete] -- [download 74% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'openssl-1.1.1k-download' [ 44%] No patch step for 'openssl-1.1.1k-download' [ 55%] No configure step for 'openssl-1.1.1k-download' [ 66%] No build step for 'openssl-1.1.1k-download' [ 77%] No install step for 'openssl-1.1.1k-download' [ 88%] No test step for 'openssl-1.1.1k-download' [100%] Completed 'openssl-1.1.1k-download' [100%] Built target openssl-1.1.1k-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libcrypto.1.1.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libcrypto.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libssl.1.1.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libssl.dylib Adding third-party libraries for Darwin-arm64: libgit2-1.0.1 -- Downloading/updating libgit2-1.0.1 -- 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 execinfo.h -- Looking for include file execinfo.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 -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-download Scanning dependencies of target libgit2-1.0.1-download [ 11%] Creating directories for 'libgit2-1.0.1-download' [ 22%] Performing download step (download, verify and extract) for 'libgit2-1.0.1-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.0.1.zip' -- [download 0% complete] -- [download 1% complete] -- [download 3% complete] -- [download 6% complete] -- [download 7% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 13% complete] -- [download 15% complete] -- [download 16% complete] -- [download 18% complete] -- [download 20% complete] -- [download 21% complete] -- [download 23% complete] -- [download 24% complete] -- [download 26% complete] -- [download 28% complete] -- [download 29% complete] -- [download 31% complete] -- [download 32% complete] -- [download 34% complete] -- [download 36% complete] -- [download 37% complete] -- [download 39% complete] -- [download 42% complete] -- [download 44% complete] -- [download 46% complete] -- [download 48% complete] -- [download 49% complete] -- [download 51% complete] -- [download 52% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 64% complete] -- [download 66% complete] -- [download 68% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 79% complete] -- [download 81% complete] -- [download 82% complete] -- [download 84% complete] -- [download 85% complete] -- [download 87% complete] -- [download 88% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 96% complete] -- [download 98% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'libgit2-1.0.1-download' [ 44%] No patch step for 'libgit2-1.0.1-download' [ 55%] No configure step for 'libgit2-1.0.1-download' [ 66%] No build step for 'libgit2-1.0.1-download' [ 77%] No install step for 'libgit2-1.0.1-download' [ 88%] No test step for 'libgit2-1.0.1-download' [100%] Completed 'libgit2-1.0.1-download' [100%] Built target libgit2-1.0.1-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.1.0.1.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.1.0.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.dylib Adding third-party libraries for Darwin-arm64: libssh2-1.9.0 -- Downloading/updating libssh2-1.9.0 -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-download Scanning dependencies of target libssh2-1.9.0-download [ 11%] Creating directories for 'libssh2-1.9.0-download' [ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libssh2-1.9.0.zip' -- [download 2% complete] -- [download 9% complete] -- [download 12% complete] -- [download 20% complete] -- [download 35% complete] -- [download 40% complete] -- [download 55% complete] -- [download 69% complete] -- [download 72% complete] -- [download 86% complete] -- [download 91% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'libssh2-1.9.0-download' [ 44%] No patch step for 'libssh2-1.9.0-download' [ 55%] No configure step for 'libssh2-1.9.0-download' [ 66%] No build step for 'libssh2-1.9.0-download' [ 77%] No install step for 'libssh2-1.9.0-download' [ 88%] No test step for 'libssh2-1.9.0-download' [100%] Completed 'libssh2-1.9.0-download' [100%] Built target libssh2-1.9.0-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.1.0.1.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.1.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.dylib Adding third-party libraries for Darwin-arm64: freetype-2.10.0 -- Downloading/updating freetype-2.10.0 -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-download Scanning dependencies of target freetype-2.10.0-download [ 11%] Creating directories for 'freetype-2.10.0-download' [ 22%] Performing download step (download, verify and extract) for 'freetype-2.10.0-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/freetype-2.10.0.zip' -- [download 0% complete] -- [download 2% complete] -- [download 3% complete] -- [download 5% complete] -- [download 7% complete] -- [download 8% complete] -- [download 10% complete] -- [download 11% complete] -- [download 13% complete] -- [download 15% complete] -- [download 18% complete] -- [download 20% complete] -- [download 25% complete] -- [download 26% complete] -- [download 28% complete] -- [download 31% complete] -- [download 34% complete] -- [download 35% complete] -- [download 39% complete] -- [download 41% complete] -- [download 46% complete] -- [download 48% complete] -- [download 50% complete] -- [download 55% complete] -- [download 56% complete] -- [download 60% complete] -- [download 62% complete] -- [download 64% complete] -- [download 67% complete] -- [download 69% complete] -- [download 71% complete] -- [download 73% complete] -- [download 79% complete] -- [download 84% complete] -- [download 86% complete] -- [download 89% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 95% complete] -- [download 98% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'freetype-2.10.0-download' [ 44%] No patch step for 'freetype-2.10.0-download' [ 55%] No configure step for 'freetype-2.10.0-download' [ 66%] No build step for 'freetype-2.10.0-download' [ 77%] No install step for 'freetype-2.10.0-download' [ 88%] No test step for 'freetype-2.10.0-download' [100%] Completed 'freetype-2.10.0-download' [100%] Built target freetype-2.10.0-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-src/libfreetype.6.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-src/libfreetype.dylib Adding third-party libraries for Darwin-arm64: fontconfig-2.13.1 -- Downloading/updating fontconfig-2.13.1 -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-download Scanning dependencies of target fontconfig-2.13.1-download [ 11%] Creating directories for 'fontconfig-2.13.1-download' [ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/fontconfig-2.13.1.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 6% complete] -- [download 9% complete] -- [download 13% complete] -- [download 19% complete] -- [download 23% complete] -- [download 28% complete] -- [download 33% complete] -- [download 42% complete] -- [download 60% complete] -- [download 71% complete] -- [download 79% complete] -- [download 88% complete] -- [download 94% complete] -- [download 98% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'fontconfig-2.13.1-download' [ 44%] No patch step for 'fontconfig-2.13.1-download' [ 55%] No configure step for 'fontconfig-2.13.1-download' [ 66%] No build step for 'fontconfig-2.13.1-download' -- 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 - not found Defining OSX VM to download for code generation -- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- Resource Compiler: -- Building FFI -- Downloading/updating libffi -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-download [ 77%] No install step for 'fontconfig-2.13.1-download' [ 88%] No test step for 'fontconfig-2.13.1-download' [100%] Completed 'fontconfig-2.13.1-download' [100%] Built target fontconfig-2.13.1-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-src/libfontconfig.1.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-src/libfontconfig.dylib Adding third-party libraries for Darwin-arm64: pixman-0.40.0 -- Downloading/updating pixman-0.40.0 -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-download Scanning dependencies of target pixman-0.40.0-download [ 11%] Creating directories for 'pixman-0.40.0-download' [ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/pixman-0.40.0.zip' -- [download 5% complete] -- [download 7% complete] -- [download 12% complete] -- [download 17% complete] -- [download 21% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 28% complete] -- [download 30% complete] -- [download 40% complete] -- [download 50% complete] -- [download 55% complete] -- [download 59% complete] -- [download 63% complete] -- [download 69% complete] -- [download 74% complete] -- [download 86% complete] -- [download 91% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'pixman-0.40.0-download' [ 44%] No patch step for 'pixman-0.40.0-download' [ 55%] No configure step for 'pixman-0.40.0-download' [ 66%] No build step for 'pixman-0.40.0-download' [ 77%] No install step for 'pixman-0.40.0-download' [ 88%] No test step for 'pixman-0.40.0-download' [100%] Completed 'pixman-0.40.0-download' [100%] Built target pixman-0.40.0-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.0.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.dylib Adding third-party libraries for Darwin-arm64: cairo-1.16.0 -- Downloading/updating cairo-1.16.0 -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-download Scanning dependencies of target cairo-1.16.0-download [ 11%] Creating directories for 'cairo-1.16.0-download' [ 22%] Performing download step (download, verify and extract) for 'cairo-1.16.0-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/cairo-1.16.0.zip' -- [download 2% complete] -- [download 5% complete] -- [download 8% complete] -- [download 9% complete] -- [download 15% complete] -- [download 18% complete] -- [download 19% complete] -- [download 22% complete] -- [download 25% complete] -- [download 28% complete] -- [download 29% complete] -- [download 31% complete] -- [download 33% complete] -- [download 37% complete] -- [download 42% complete] -- [download 47% complete] -- [download 50% complete] -- [download 51% complete] -- [download 54% complete] -- [download 57% complete] -- [download 60% complete] -- [download 61% complete] -- [download 68% complete] -- [download 71% complete] -- [download 74% complete] -- [download 77% complete] -- [download 79% complete] -- [download 82% complete] -- [download 86% complete] -- [download 88% complete] -- [download 93% complete] -- [download 97% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'cairo-1.16.0-download' [ 44%] No patch step for 'cairo-1.16.0-download' [ 55%] No configure step for 'cairo-1.16.0-download' [ 66%] No build step for 'cairo-1.16.0-download' [ 77%] No install step for 'cairo-1.16.0-download' [ 88%] No test step for 'cairo-1.16.0-download' [100%] Completed 'cairo-1.16.0-download' [100%] Built target cairo-1.16.0-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-src/libcairo.2.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-src/libcairo.dylib Adding third-party libraries for Darwin-arm64: libpng-1.6.37 -- Downloading/updating libpng-1.6.37 -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-download Scanning dependencies of target libpng-1.6.37-download [ 11%] Creating directories for 'libpng-1.6.37-download' [ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libpng-1.6.37.zip' -- [download 1% complete] -- [download 7% complete] -- [download 9% complete] -- [download 13% complete] -- [download 28% complete] -- [download 40% complete] -- [download 73% complete] -- [download 83% complete] -- [download 89% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'libpng-1.6.37-download' [ 44%] No patch step for 'libpng-1.6.37-download' [ 55%] No configure step for 'libpng-1.6.37-download' [ 66%] No build step for 'libpng-1.6.37-download' [ 77%] No install step for 'libpng-1.6.37-download' [ 88%] No test step for 'libpng-1.6.37-download' [100%] Completed 'libpng-1.6.37-download' [100%] Built target libpng-1.6.37-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng16.16.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng16.dylib -- Downloading SDL2 binary Adding third-party libraries for Darwin-arm64: SDL2-2.0.14 -- Downloading/updating SDL2-2.0.14 -- Configuring done -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-download Scanning dependencies of target SDL2-2.0.14-download [ 11%] Creating directories for 'SDL2-2.0.14-download' [ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.14-download' -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/SDL2-2.0.14.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 5% complete] -- [download 7% complete] -- [download 8% complete] -- [download 13% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 20% complete] -- [download 25% complete] -- [download 28% complete] -- [download 31% complete] -- [download 33% complete] -- [download 37% complete] -- [download 40% complete] -- [download 43% complete] -- [download 47% complete] -- [download 55% complete] -- [download 58% complete] -- [download 60% complete] -- [download 63% complete] -- [download 66% complete] -- [download 68% complete] -- [download 71% complete] -- [download 74% complete] -- [download 77% complete] -- [download 79% complete] -- [download 82% complete] -- [download 83% complete] -- [download 87% complete] -- [download 89% complete] -- [download 93% complete] -- [download 97% complete] -- [download 100% complete] * Closing connection 0 -- Downloading... done -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No update step for 'SDL2-2.0.14-download' [ 44%] No patch step for 'SDL2-2.0.14-download' [ 55%] No configure step for 'SDL2-2.0.14-download' [ 66%] No build step for 'SDL2-2.0.14-download' [ 77%] No install step for 'SDL2-2.0.14-download' [ 88%] No test step for 'SDL2-2.0.14-download' [100%] Completed 'SDL2-2.0.14-download' [100%] Built target SDL2-2.0.14-download -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-src/libSDL2-2.0.0.dylib -- /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-src/libSDL2.dylib -- Configuring done WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. 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 DSAPrims FileAttributesPlugin FilePlugin JPEGReadWriter2Plugin JPEGReaderPlugin LargeIntegers LocalePlugin MiscPrimitivePlugin PharoVMCore SocketPlugin SqueakSSL SurfacePlugin TestLibrary UUIDPlugin UnixOSProcessPlugin 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_headless/build [Pipeline] dir Running in /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build [Pipeline] { [Pipeline] sh + VERBOSE=1 + make install /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository -B/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build --check-build-system CMakeFiles/Makefile.cmake 0 /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build//CMakeFiles/progress.marks /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm-build /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build [ 1%] Creating directories for 'build_vmmaker_get_vm' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/tmp /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir [ 1%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/mac/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] * Closing connection 0 -- verifying file... file='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' -- Downloading... done cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download [ 2%] Performing update step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 2%] No patch step for 'build_vmmaker_get_vm' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch [ 3%] Performing configure step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 4%] Performing build step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 4%] Built target build_vmmaker_get_vm-build /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_image /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build [ 5%] Creating directories for 'build_vmmaker_get_image' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/tmp /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir [ 5%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake -- Downloading... dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' timeout='none' inactivity timeout='none' -- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' Switched to a new branch 'v3.3-cmake' Branch v3.3-cmake set up to track remote branch v3.3-cmake from origin. [ 33%] No patch step for 'libffi-download' [ 44%] Performing update step for 'libffi-download' Current branch v3.3-cmake is up to date. [ 55%] No configure step for 'libffi-download' [ 66%] No build step for 'libffi-download' [ 77%] No install step for 'libffi-download' [ 88%] No test step for 'libffi-download' [100%] Completed 'libffi-download' [100%] Built target libffi-download -- Building for TARGET_PLATFORM: X86_64 -- Check size of size_t -- Check size of size_t - done -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Check size of double -- Check size of double - done -- Check size of long double Scanning dependencies of target libffi-download [ 11%] Creating directories for 'libffi-download' [ 22%] Performing download step (git clone) for 'libffi-download' Cloning into 'libffi-src'... -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] * Closing connection 0 -- verifying file... file='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- Downloading... done cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake -- extracting... src='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' dst='/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download [ 6%] Performing update step for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo [ 6%] No patch step for 'build_vmmaker_get_image' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch [ 7%] Performing configure step for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [ 8%] Performing build step for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker -- Check size of long double - done -- Looking for alloca -- Looking for alloca - not found -- Looking for mmap -- Looking for mmap - found -- Looking for MAP_ANON -- Looking for MAP_ANON - found -- Performing Test HAVE_MMAP_DEV_ZERO -- Performing Test HAVE_MMAP_DEV_ZERO - Success -- Looking for alloca.h -- Looking for alloca.h - found -- Performing Test HAVE_ALLOCA -- Performing Test HAVE_ALLOCA - Success -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Looking for memcpy -- Looking for memcpy - found -- Looking for mkostemp -- Looking for mkostemp - found -- Checking if .eh_frame section is read-only - yes -- Checking HAVE_AS_X86_PCREL - yes -- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - yes -- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes -- Checking if symbols are underscored - no -- Performing Test HAVE_AS_CFI_PSEUDO_OP -- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success -- Adding plugin: FilePlugin -- Adding plugin: FileAttributesPlugin -- Adding plugin: UUIDPlugin -- Using uuid library:/usr/lib/x86_64-linux-gnu/libuuid.so -- Adding plugin: SocketPlugin -- Adding plugin: SurfacePlugin -- Adding plugin: LargeIntegers -- Adding plugin: JPEGReaderPlugin -- Adding plugin: JPEGReadWriter2Plugin -- Adding plugin: MiscPrimitivePlugin -- Adding plugin: B2DPlugin -- Adding plugin: LocalePlugin -- Adding plugin: SqueakSSL -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g") -- Adding plugin: DSAPrims -- Adding plugin: UnixOSProcessPlugin -- Downloading Git2 binary Adding third-party libraries for Linux-x86_64: libgit2-0.25.1 -- Downloading/updating libgit2-0.25.1 Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'. Switched to a new branch 'v3.3-cmake' [ 33%] No patch step for 'libffi-download' [ 44%] Performing update step for 'libffi-download' -- Configuring done -- Generating done -- Build files have been written to: /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-download Scanning dependencies of target libgit2-0.25.1-download [ 11%] Creating directories for 'libgit2-0.25.1-download' [ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download' -- Downloading... dst='/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libgit2-0.25.1.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip' dst='/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libgit2-0.25.1-download' [ 44%] No update step for 'libgit2-0.25.1-download' [ 55%] No configure step for 'libgit2-0.25.1-download' [ 66%] No build step for 'libgit2-0.25.1-download' [ 77%] No install step for 'libgit2-0.25.1-download' [ 88%] No test step for 'libgit2-0.25.1-download' [100%] Completed 'libgit2-0.25.1-download' [100%] Built target libgit2-0.25.1-download -- /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so -- /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so.0.25.1 -- /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so.25 Adding third-party libraries for Linux-x86_64: libgit2-linux-1.0.0 -- Downloading/updating libgit2-linux-1.0.0 -- Configuring done -- Generating done -- Build files have been written to: /builds/workspace/pharo-vm_feat_headless/build/libgit2-linux-1.0.0-download Scanning dependencies of target libgit2-linux-1.0.0-download [ 11%] Creating directories for 'libgit2-linux-1.0.0-download' [ 22%] Performing download step (download, verify and extract) for 'libgit2-linux-1.0.0-download' -- Downloading... dst='/builds/workspace/pharo-vm_feat_headless/build/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip' timeout='none' -- Using src='https://github.com/guillep/libgit_build/releases/download/v1.0.2/libgit2-linux-1.0.0.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/builds/workspace/pharo-vm_feat_headless/build/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip' dst='/builds/workspace/pharo-vm_feat_headless/build/libgit2-linux-1.0.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libgit2-linux-1.0.0-download' [ 44%] No update step for 'libgit2-linux-1.0.0-download' [ 55%] No configure step for 'libgit2-linux-1.0.0-download' [ 66%] No build step for 'libgit2-linux-1.0.0-download' [ 77%] No install step for 'libgit2-linux-1.0.0-download' [ 88%] No test step for 'libgit2-linux-1.0.0-download' [100%] Completed 'libgit2-linux-1.0.0-download' [100%] Built target libgit2-linux-1.0.0-download -- /builds/workspace/pharo-vm_feat_headless/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so Adding third-party libraries for Linux-x86_64: libssh2-1.7.0 -- Downloading/updating libssh2-1.7.0 -- Configuring done -- Generating done -- Build files have been written to: /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-download Scanning dependencies of target libssh2-1.7.0-download [ 11%] Creating directories for 'libssh2-1.7.0-download' [ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download' -- Downloading... dst='/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libssh2-1.7.0.zip' -- [download 0% complete] -- [download 2% complete] -- [download 3% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip' dst='/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libssh2-1.7.0-download' [ 44%] No update step for 'libssh2-1.7.0-download' [ 55%] No configure step for 'libssh2-1.7.0-download' [ 66%] No build step for 'libssh2-1.7.0-download' [ 77%] No install step for 'libssh2-1.7.0-download' Current branch v3.3-cmake is up to date. [ 55%] No configure step for 'libffi-download' [ 66%] No build step for 'libffi-download' [ 77%] No install step for 'libffi-download' [ 88%] No test step for 'libffi-download' [100%] Completed 'libffi-download' [100%] Built target libffi-download -- Building for TARGET_PLATFORM: X86_64 -- Check size of size_t -- Check size of size_t - done -- The ASM compiler identification is Clang -- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check size of double -- Check size of double - done -- Check size of long double -- Check size of long double - done -- Looking for alloca -- Looking for alloca - not found -- Looking for mmap -- Looking for mmap - found -- Looking for MAP_ANON -- Looking for MAP_ANON - found -- Performing Test HAVE_MMAP_DEV_ZERO [ 88%] No test step for 'libssh2-1.7.0-download' [100%] Completed 'libssh2-1.7.0-download' [100%] Built target libssh2-1.7.0-download -- /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so -- /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so.1 -- /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so.1.0.1 Adding third-party libraries for Linux-x86_64: openssl-1.0.2q -- Downloading/updating openssl-1.0.2q -- Configuring done -- Generating done -- Build files have been written to: /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-download Scanning dependencies of target openssl-1.0.2q-download [ 11%] Creating directories for 'openssl-1.0.2q-download' [ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download' -- Downloading... dst='/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.0.2q.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip' dst='/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'openssl-1.0.2q-download' [ 44%] No update step for 'openssl-1.0.2q-download' [ 55%] No configure step for 'openssl-1.0.2q-download' [ 66%] No build step for 'openssl-1.0.2q-download' [ 77%] No install step for 'openssl-1.0.2q-download' [ 88%] No test step for 'openssl-1.0.2q-download' [100%] Completed 'openssl-1.0.2q-download' [100%] Built target openssl-1.0.2q-download -- /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libcrypto.so.1.0.0 -- /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.so -- /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.so.1.0.0 -- Downloading SDL2 binary Adding third-party libraries for Linux-x86_64: SDL2-2.0.7 -- Downloading/updating SDL2-2.0.7 -- Configuring done -- Generating done -- Build files have been written to: /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-download Scanning dependencies of target SDL2-2.0.7-download [ 11%] Creating directories for 'SDL2-2.0.7-download' [ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download' -- Downloading... dst='/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/SDL2-2.0.7.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip' dst='/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'SDL2-2.0.7-download' [ 44%] No update step for 'SDL2-2.0.7-download' [ 55%] No configure step for 'SDL2-2.0.7-download' [ 66%] No build step for 'SDL2-2.0.7-download' [ 77%] No install step for 'SDL2-2.0.7-download' [ 88%] No test step for 'SDL2-2.0.7-download' [100%] Completed 'SDL2-2.0.7-download' [100%] Built target SDL2-2.0.7-download -- /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.so.0 -- /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 -- /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2.so -- Configuring done WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. -- Generating done -- Build files have been written to: /builds/workspace/pharo-vm_feat_headless/build [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/build [Pipeline] { [Pipeline] sh + VERBOSE=1 make install /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_feat_headless/repository -B/builds/workspace/pharo-vm_feat_headless/build --check-build-system CMakeFiles/Makefile.cmake 0 /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build/libffi-src /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/libffi-build /builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/depend.internal". Scanning dependencies of target objlib make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/objlib.dir/src/closures.c.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/closures.c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/closures.c:123:0: warning: "FFI_MMAP_EXEC_WRIT" redefined # define FFI_MMAP_EXEC_WRIT 1 ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/libffi-src/include/ffi_common.h:17:0, from /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/closures.c:36: /builds/workspace/pharo-vm_feat_headless/build/libffi-build/include/fficonfig.h:27:0: note: this is the location of the previous definition #define FFI_MMAP_EXEC_WRIT 0 ^ -- Performing Test HAVE_MMAP_DEV_ZERO - Failed -- Looking for alloca.h -- Looking for alloca.h - found -- Performing Test HAVE_ALLOCA -- Performing Test HAVE_ALLOCA - Success -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/stat.h [ 1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/objlib.dir/src/java_raw_api.c.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c: In function ‘ffi_java_raw_call’: /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations] ffi_java_raw_to_ptrarray (cif, raw, avalue); ^ /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:76:1: note: declared here ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args) ^ /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c: In function ‘ffi_java_translate_args’: /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations] ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif)); ^ /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:45:1: note: declared here ffi_java_raw_size (ffi_cif *cif) ^ /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations] ffi_java_ptrarray_to_raw (cif, avalue, raw); ^ /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:157:1: note: declared here ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) ^ /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’: /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations] return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl); ^ /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:337:1: note: declared here ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl, ^ [ 2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/objlib.dir/src/prep_cif.c.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/prep_cif.c [ 3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/objlib.dir/src/raw_api.c.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/raw_api.c [ 3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/objlib.dir/src/types.c.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/types.c [ 4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/ffi64.c [ 4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -fPIC -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/unix64.S [ 5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/ffiw64.c [ 5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -fPIC -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/win64.S make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 5%] Built target objlib make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build/libffi-src /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/libffi-build /builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal". Scanning dependencies of target ffi_shared make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Linking C shared library ../build/vm/libffi.so cd /builds/workspace/pharo-vm_feat_headless/build/libffi-build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Built target ffi_shared make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm-build make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Creating directories for 'build_vmmaker_get_vm' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/tmp /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir [ 7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake -- Downloading... dst='/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/linux/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] Avoid second fetch Checking out Revision f4fe5697197c28440fef9df0027dad21cc033cb4 (feat/headless) -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- verifying file... file='/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip' -- Downloading... done cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake -- extracting... src='/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1d-StockReplacement-linux64-bin.zip' dst='/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download [ 8%] No patch step for 'build_vmmaker_get_vm' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch [ 8%] Performing update step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 9%] Performing configure step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 9%] Performing build step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 9%] Built target build_vmmaker_get_vm-build make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_image make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 9%] Creating directories for 'build_vmmaker_get_image' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/tmp /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir [ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake -- Downloading... dst='/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' timeout='none' -- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- Looking for sys/stat.h - found -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Looking for memcpy -- Looking for memcpy - found -- Looking for mkostemp -- Looking for mkostemp - not found -- Checking if .eh_frame section is read-only - no -- Checking HAVE_AS_X86_PCREL - yes -- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no -- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no -- Checking if symbols are underscored - no -- Performing Test HAVE_AS_CFI_PSEUDO_OP -- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed -- Adding plugin: FilePlugin -- Adding plugin: FileAttributesPlugin -- Adding plugin: UUIDPlugin -- Adding plugin: SocketPlugin -- Adding plugin: SurfacePlugin -- Adding plugin: LargeIntegers -- Adding plugin: JPEGReaderPlugin -- Adding plugin: JPEGReadWriter2Plugin -- Adding plugin: MiscPrimitivePlugin -- Adding plugin: B2DPlugin -- Adding plugin: LocalePlugin -- Adding plugin: SqueakSSL -- Adding plugin: DSAPrims -- Adding plugin: UnixOSProcessPlugin -- Downloading Git2 binary Adding third-party libraries for Darwin-x86_64: libgit2-0.25.1 -- Downloading/updating libgit2-0.25.1 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-download Scanning dependencies of target libgit2-0.25.1-download [ 11%] Creating directories for 'libgit2-0.25.1-download' [ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-0.25.1.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libgit2-0.25.1-download' [ 44%] No update step for 'libgit2-0.25.1-download' [ 55%] No configure step for 'libgit2-0.25.1-download' [ 66%] No build step for 'libgit2-0.25.1-download' [ 77%] No install step for 'libgit2-0.25.1-download' [ 88%] No test step for 'libgit2-0.25.1-download' [100%] Completed 'libgit2-0.25.1-download' [100%] Built target libgit2-0.25.1-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.25.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.dylib Adding third-party libraries for Darwin-x86_64: libgit2-mac-1.0.0 -- Downloading/updating libgit2-mac-1.0.0 -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image --save --quit /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository httpsUrl -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- verifying file... file='/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- Downloading... done cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake -- extracting... src='/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' dst='/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image' -- extracting... [tar xfz] NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-mac-1.0.0-download Scanning dependencies of target libgit2-mac-1.0.0-download [ 11%] Creating directories for 'libgit2-mac-1.0.0-download' [ 22%] Performing download step (download, verify and extract) for 'libgit2-mac-1.0.0-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-mac-1.0.0.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 35% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 41% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-mac-1.0.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libgit2-mac-1.0.0-download' [ 44%] No update step for 'libgit2-mac-1.0.0-download' [ 55%] No configure step for 'libgit2-mac-1.0.0-download' [ 66%] No build step for 'libgit2-mac-1.0.0-download' [ 77%] No install step for 'libgit2-mac-1.0.0-download' [ 88%] No test step for 'libgit2-mac-1.0.0-download' [100%] Completed 'libgit2-mac-1.0.0-download' [100%] Built target libgit2-mac-1.0.0-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib Adding third-party libraries for Darwin-x86_64: libssh2-1.7.0 -- Downloading/updating libssh2-1.7.0 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-download Scanning dependencies of target libssh2-1.7.0-download [ 11%] Creating directories for 'libssh2-1.7.0-download' [ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libssh2-1.7.0.zip' -- [download 1% complete] -- [download 6% complete] -- [download 8% complete] -- [download 10% complete] -- [download 13% complete] -- [download 15% complete] -- [download 17% complete] -- [download 18% complete] -- [download 21% complete] -- [download 26% complete] -- [download 28% complete] -- [download 30% complete] -- [download 36% complete] -- [download 39% complete] -- [download 41% complete] -- [download 43% complete] -- [download 45% complete] -- [download 46% complete] -- [download 48% complete] -- [download 49% complete] -- [download 53% complete] -- [download 55% complete] -- [download 60% complete] -- [download 64% complete] -- [download 67% complete] -- [download 70% complete] -- [download 73% complete] -- [download 76% complete] -- [download 79% complete] -- [download 82% complete] -- [download 85% complete] -- [download 88% complete] -- [download 96% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libssh2-1.7.0-download' [ 44%] No update step for 'libssh2-1.7.0-download' [ 55%] No configure step for 'libssh2-1.7.0-download' [ 66%] No build step for 'libssh2-1.7.0-download' [ 77%] No install step for 'libssh2-1.7.0-download' [ 88%] No test step for 'libssh2-1.7.0-download' [100%] Completed 'libssh2-1.7.0-download' [100%] Built target libssh2-1.7.0-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.1.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.dylib Adding third-party libraries for Darwin-x86_64: openssl-1.0.2q -- Downloading/updating openssl-1.0.2q -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-download Scanning dependencies of target openssl-1.0.2q-download [ 11%] Creating directories for 'openssl-1.0.2q-download' [ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/openssl-1.0.2q.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'openssl-1.0.2q-download' [ 44%] No update step for 'openssl-1.0.2q-download' [ 55%] No configure step for 'openssl-1.0.2q-download' [ 66%] No build step for 'openssl-1.0.2q-download' [ 77%] No install step for 'openssl-1.0.2q-download' [ 88%] No test step for 'openssl-1.0.2q-download' [100%] Completed 'openssl-1.0.2q-download' [100%] Built target openssl-1.0.2q-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.1.0.0.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.dylib Adding third-party libraries for Darwin-x86_64: freetype-2.9.1 -- Downloading/updating freetype-2.9.1 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-download Scanning dependencies of target freetype-2.9.1-download [ 11%] Creating directories for 'freetype-2.9.1-download' -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download [ 10%] No patch step for 'build_vmmaker_get_image' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch [ 11%] Performing update step for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo [ 12%] Performing configure step for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [ 12%] Performing build step for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... > 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 f4fe5697197c28440fef9df0027dad21cc033cb4 # timeout=10 cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_feat_headless/repository httpsUrl NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... Commit message: "Merge pull request #315 from tesonep/fixing-32bit-arm-tests" [ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/freetype-2.9.1.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'freetype-2.9.1-download' [ 44%] No update step for 'freetype-2.9.1-download' [ 55%] No configure step for 'freetype-2.9.1-download' [ 66%] No build step for 'freetype-2.9.1-download' [ 77%] No install step for 'freetype-2.9.1-download' [ 88%] No test step for 'freetype-2.9.1-download' [100%] Completed 'freetype-2.9.1-download' [100%] Built target freetype-2.9.1-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype.6.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype.dylib Adding third-party libraries for Darwin-x86_64: pixman-0.34.0 -- Downloading/updating pixman-0.34.0 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-download Scanning dependencies of target pixman-0.34.0-download [ 11%] Creating directories for 'pixman-0.34.0-download' [ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'pixman-0.34.0-download' [ 44%] No update step for 'pixman-0.34.0-download' [ 55%] No configure step for 'pixman-0.34.0-download' [ 66%] No build step for 'pixman-0.34.0-download' [ 77%] No install step for 'pixman-0.34.0-download' [ 88%] No test step for 'pixman-0.34.0-download' [100%] Completed 'pixman-0.34.0-download' [100%] Built target pixman-0.34.0-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1.0.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1.dylib Adding third-party libraries for Darwin-x86_64: cairo-1.15.4 -- Downloading/updating cairo-1.15.4 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-download Scanning dependencies of target cairo-1.15.4-download [ 11%] Creating directories for 'cairo-1.15.4-download' [ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 20% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'cairo-1.15.4-download' [ 44%] No update step for 'cairo-1.15.4-download' [ 55%] No configure step for 'cairo-1.15.4-download' [ 66%] No build step for 'cairo-1.15.4-download' [ 77%] No install step for 'cairo-1.15.4-download' [ 88%] No test step for 'cairo-1.15.4-download' [100%] Completed 'cairo-1.15.4-download' [100%] Built target cairo-1.15.4-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo.2.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo.dylib Adding third-party libraries for Darwin-x86_64: libpng-1.2.49 -- Downloading/updating libpng-1.2.49 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-download Scanning dependencies of target libpng-1.2.49-download [ 11%] Creating directories for 'libpng-1.2.49-download' [ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip' -- [download 1% complete] -- [download 3% complete] -- [download 4% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 38% complete] -- [download 41% complete] -- [download 47% complete] -- [download 50% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] > git --version # timeout=10 > git --version # 'git version 2.29.2' MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] [ 33%] No patch step for 'libpng-1.2.49-download' [ 44%] No update step for 'libpng-1.2.49-download' [ 55%] No configure step for 'libpng-1.2.49-download' [ 66%] No build step for 'libpng-1.2.49-download' [ 77%] No install step for 'libpng-1.2.49-download' [ 88%] No test step for 'libpng-1.2.49-download' [100%] Completed 'libpng-1.2.49-download' [100%] Built target libpng-1.2.49-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-src/libpng12.0.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-src/libpng12.dylib -- Downloading SDL2 binary Adding third-party libraries for Darwin-x86_64: SDL2-2.0.7 -- Downloading/updating SDL2-2.0.7 -- Configuring done -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-download Scanning dependencies of target SDL2-2.0.7-download [ 11%] Creating directories for 'SDL2-2.0.7-download' [ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download' -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/SDL2-2.0.7.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'SDL2-2.0.7-download' [ 44%] No update step for 'SDL2-2.0.7-download' [ 55%] No configure step for 'SDL2-2.0.7-download' [ 66%] No build step for 'SDL2-2.0.7-download' [ 77%] No install step for 'SDL2-2.0.7-download' [ 88%] No test step for 'SDL2-2.0.7-download' [100%] Completed 'SDL2-2.0.7-download' [100%] Built target SDL2-2.0.7-download -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.0.dylib -- /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2.dylib -- Configuring done WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. 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 DSAPrims FileAttributesPlugin FilePlugin JPEGReadWriter2Plugin JPEGReaderPlugin LargeIntegers LocalePlugin MiscPrimitivePlugin PharoVMCore SocketPlugin SqueakSSL SurfacePlugin TestLibrary UUIDPlugin UnixOSProcessPlugin ffi_shared This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/build [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-Windows-x86_64-CoInterpreter) MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] [Pipeline] echo Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex mkdir build [Pipeline] withEnv [Pipeline] { [Pipeline] sh + VERBOSE=1 + make install /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_feat_headless/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build --check-build-system CMakeFiles/Makefile.cmake 0 /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/progress.marks /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all /Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/depend.internal". Scanning dependencies of target objlib /Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build [ 1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/objlib.dir/src/closures.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/closures.c MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Project: Unicorn baseline [ 2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/objlib.dir/src/java_raw_api.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations] ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif)); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated)); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations] ffi_java_ptrarray_to_raw (cif, avalue, raw); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated)); ^ 2 warnings generated. [ 2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/objlib.dir/src/prep_cif.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/prep_cif.c [ 3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/objlib.dir/src/raw_api.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/raw_api.c MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc [ 3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/objlib.dir/src/types.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/types.c [ 4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/ffi64.c [ 4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -fPIC -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/unix64.S [ 5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/ffiw64.c + mkdir build [ 6%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -fPIC -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/win64.S [ 6%] Built target objlib /Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal". Scanning dependencies of target ffi_shared /Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build [ 7%] Linking C shared library ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -install_name @executable_path/Plugins/libffi.dylib CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins [ 7%] Built target ffi_shared /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/depend.internal". Scanning dependencies of target libffi_copy /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build [ 7%] Copying libffi binaries to '/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 7%] Built target libffi_copy /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm-build /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build [ 7%] Creating directories for 'build_vmmaker_get_vm' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker [Pipeline] } [Pipeline] // withEnv [Pipeline] echo Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex cd build && cygcheck -c -d > cygwinVersions.txt [Pipeline] withEnv /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/tmp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir [ 8%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/mac/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] [Pipeline] { [Pipeline] sh -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- verifying file... file='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc -- Downloading... done cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-mac64-bin_signed.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm' -- extracting... [tar xfz] MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Project: Unicorn baseline -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download [ 8%] No patch step for 'build_vmmaker_get_vm' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch [ 9%] Performing update step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 10%] Performing configure step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 10%] Performing build step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc + cd build + cygcheck -c -d [ 10%] Built target build_vmmaker_get_vm-build /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_image /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build [ 11%] Creating directories for 'build_vmmaker_get_image' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/tmp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir [ 11%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake -- Downloading... dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' timeout='none' -- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] [Pipeline] } [Pipeline] // withEnv [Pipeline] archiveArtifacts Archiving artifacts -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44[Pipeline] echo % complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex cd build && cmake -DFLAVOUR=CoInterpreter -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl [Pipeline] withEnv [Pipeline] { [Pipeline] sh -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 75% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 99% complete] -- [download 100% complete] -- verifying file... file='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- Downloading... done cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake -- extracting... src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download [ 11%] No patch step for 'build_vmmaker_get_image' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch [ 12%] Performing update step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo [ 13%] Performing configure step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [ 13%] Performing build step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker + cd build + cmake -DFLAVOUR=CoInterpreter -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl CMAKE_GENERATOR=Unix Makefiles No user build settings. -- v9.0.1-1-gf4fe5697 - Commit: f4fe5697 - Date: 2021-07-22 16:26:24 +0200 -- Building on CYGWIN CMAKE: Adapting paths cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_feat_headless/repository httpsUrl NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Project: Unicorn baseline MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Starting atomic load NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Starting atomic load MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Starting atomic load SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Starting atomic load SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Starting atomic load NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Starting atomic load SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) -- The C compiler identification is Clang 8.0.1 NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) -- The CXX compiler identification is Clang 8.0.1 NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - works -- Detecting C compiler ABI info NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulatNewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmor>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>loall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBasegOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEv>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>entTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWaSimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulatorning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarninr>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMg: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>geEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - works -- Detecting CXX compiler ABI info NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Compiling for architecture: x86_64 -- Building for WINDOWS MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- Building Pharo with executable named Pharo -- Looking for sys/types.h MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: ...finished baseline NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [ 13%] Performing install step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [ 14%] Completed 'build_vmmaker_get_image' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: ...finished baseline cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [ 9%] Performing install step for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [ 9%] Completed 'build_vmmaker_get_image' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image-complete /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done [ 9%] Built target build_vmmaker_get_image /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend [ 10%] Generating VM files for flavour: CoInterpreter build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build'" -- Looking for sys/types.h - found -- Looking for stdint.h MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image-complete /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done [ 14%] Built target build_vmmaker_get_image /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend [ 15%] Generating VM files for flavour: CoInterpreter build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build'" MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) Generating #CoInterpreter in '/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build'... NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) Generating #CoInterpreter in '/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build'... NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) warning, variable nsMethodCache doesn't exist or has already been removed NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) warning, variable nsMethodCache doesn't exist or has already been removed -- Looking for stdint.h - found -- Looking for stddef.h MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: ...finished baseline cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [ 13%] Performing install step for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [ 13%] Completed 'build_vmmaker_get_image' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image-complete /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 13%] Built target build_vmmaker_get_image make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/depend.internal". Scanning dependencies of target libffi_copy make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 13%] Copying libffi binaries to '/builds/workspace/pharo-vm_feat_headless/build/build/vm/' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/build/vm/libffi.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 13%] Built target libffi_copy make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 14%] Generating VM files for flavour: CoInterpreter build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/builds/workspace/pharo-vm_feat_headless/build'" Generating #CoInterpreter in '/builds/workspace/pharo-vm_feat_headless/build'... StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining Local variable name 'stack' in pruneStack:stackp: may mask method when inlining Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining Local variable name 'stack' in pruneStack:stackp: may mask method when inlining Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining -- Looking for stddef.h - found -- Check size of int warning, variable nsMethodCache doesn't exist or has already been removed StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: -- Check size of int - done -- Check size of long conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in extendedStoreBytecodePop: Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining Local variable name 'stack' in pruneStack:stackp: may mask method when inlining Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining 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: 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: -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of void* warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining -- Check size of void* - done -- int 4 -- long 4 -- long long 8 -- void* 8 -- Writing libraries to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ -- Looking for include file dirent.h pushNilSizeFunction localised to compileBlockBodies savedFirstOpcodeIndex localised to compileBlockBodies savedLastDumpedLiteralIndex localised to compileBlockBodies savedNextLiteralIndex 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: 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: pushNilSizeFunction localised to compileBlockBodies savedFirstOpcodeIndex localised to compileBlockBodies savedLastDumpedLiteralIndex localised to compileBlockBodies savedNextLiteralIndex 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: -- 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 warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc -- Looking for include file unistd.h - found -- Looking for include file ndir.h 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, variable nsMethodCache doesn't exist or has already been removed warning, variable nsMethodCache doesn't exist or has already been removed -- Looking for include file ndir.h - not found -- Looking for include file sys/ndir.h StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining warning, variable nsMethodCache doesn't exist or has already been removed -- Looking for include file sys/ndir.h - not found -- Looking for include file sys/dir.h StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc -- Looking for include file sys/dir.h - not found -- Looking for include file sys/filio.h pushNilSizeFunction localised to compileBlockBodies savedFirstOpcodeIndex localised to compileBlockBodies savedLastDumpedLiteralIndex localised to compileBlockBodies savedNextLiteralIndex 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 primitiveDescriptor 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 primitiveDescriptor 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: 5 October 2022 5:24:39.413739 pm -- Looking for include file sys/filio.h - not found -- Looking for include file sys/time.h warning, signature of InterpreterProxy>>characterTable does not match reference implementation. warning, signature of InterpreterProxy>>fullGC does not match reference implementation. warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation. warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation. external plugin FilePlugin generated as FilePlugin warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. external plugin SurfacePlugin generated as SurfacePlugin 5 October 2022 5:24:40.622178 pm warning, variable nsMethodCache doesn't exist or has already been removed warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc -- Looking for include file sys/time.h - found -- Looking for include file execinfo.h warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc -- Looking for include file execinfo.h - not found -- Looking for include file dlfcn.h StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIFree Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining Local variable name 'stack' in pruneStack:stackp: may mask method when inlining Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining -- Looking for include file dlfcn.h - not found -- Looking for dlopen in dl 5 October 2022 5:24:45.649915 pm warning, signature of InterpreterProxy>>characterTable does not match reference implementation. warning, signature of InterpreterProxy>>fullGC does not match reference implementation. warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation. warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation. external plugin FilePlugin generated as FilePlugin 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. external plugin SurfacePlugin generated as SurfacePlugin 5 October 2022 5:24:46.024392 pm warning, variable nsMethodCache doesn't exist or has already been removed -- Looking for dlopen in dl - not found -- Looking for dlopen in dyld 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: StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate warning, variable nsMethodCache doesn't exist or has already been removed conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining Local variable name 'stack' in pruneStack:stackp: may mask method when inlining Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining -- Looking for dlopen in dyld - not found -- Performing Test HAVE_TM_GMTOFF StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc -- Performing Test HAVE_TM_GMTOFF - Failed -- Looking for include file sys/uuid.h -- Looking for include file sys/uuid.h - not found -- Looking for include file uuid/uuid.h 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc 5 October 2022 5:24:54.378943 pm warning, signature of InterpreterProxy>>characterTable does not match reference implementation. warning, signature of InterpreterProxy>>fullGC does not match reference implementation. warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation. warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation. -- Looking for include file uuid/uuid.h - not found -- Looking for include file uuid.h external plugin FilePlugin generated as FilePlugin warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. external plugin SurfacePlugin generated as SurfacePlugin 5 October 2022 5:24:54.785574 pm 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: -- Looking for include file uuid.h - not found -- Looking for uuidgen in uuid pushNilSizeFunction localised to compileBlockBodies savedFirstOpcodeIndex localised to compileBlockBodies savedLastDumpedLiteralIndex localised to compileBlockBodies savedNextLiteralIndex 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, variable nsMethodCache doesn't exist or has already been removed -- Looking for uuidgen in uuid - not found -- Looking for uuid_generate in uuid warning, variable nsMethodCache doesn't exist or has already been removed StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in primitiveFFIFree StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc warning, variable nsMethodCache doesn't exist or has already been removed Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining Local variable name 'stack' in pruneStack:stackp: may mask method when inlining Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc -- Looking for uuid_generate in uuid - not found Defining Windows VM to download for code generation -- C Compiler: /usr/bin/x86_64-w64-mingw32-clang -- C++ Compiler: /usr/bin/x86_64-w64-mingw32-clang++ -- Resource Compiler: x86_64-w64-mingw32-windres 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: -- Building FFI -- Downloading/updating libffi pushNilSizeFunction localised to compileBlockBodies savedFirstOpcodeIndex localised to compileBlockBodies savedLastDumpedLiteralIndex localised to compileBlockBodies savedNextLiteralIndex 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-download warning, variable nsMethodCache doesn't exist or has already been removed Scanning dependencies of target libffi-download [ 11%] Creating directories for 'libffi-download' warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc [ 22%] Performing download step (git clone) for 'libffi-download' Cloning into 'libffi-src'... 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: 5 October 2022 5:25:06.754617 pm 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, signature of InterpreterProxy>>characterTable does not match reference implementation. warning, signature of InterpreterProxy>>fullGC does not match reference implementation. warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation. warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation. external plugin FilePlugin generated as FilePlugin 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: warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. external plugin SurfacePlugin generated as SurfacePlugin 5 October 2022 5:25:07.985734 pm PharoVMMaker cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/depend.internal". Scanning dependencies of target PharoVMCore /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build [ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/debug.c [ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/utils.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable] char* tmpBasedir = (char*)alloca(bufferSize); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function] static long int max(long int x, long int y) { return (x > y) ? x : y; } ^ 2 warnings generated. [ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/errorCode.c [ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function] dropInit (void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function] dropShutdown (void) ^ 2 warnings generated. [ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/externalPrimitives.c [ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/client.c [ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/pathUtilities.c [ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/parameterVector.c [ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/parameters.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/parameters.c:345:14: warning: unused variable 'headlessParameter' [-Wunused-variable] const char* headlessParameter = "--headless"; ^ 1 warning generated. [ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/fileDialogCommon.c [ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/stringUtilities.c [ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/imageAccess.c warning, variable nsMethodCache doesn't exist or has already been removed [ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/semaphores/platformSemaphore.c [ 18%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:31:15: warning: 'ffi_prep_cif_var' is only available on macOS 10.15 or newer [-Wunguarded-availability-new] returnCode = ffi_prep_cif_var (cif, FFI_DEFAULT_ABI, fixedArgsCount, totalArguments, returnType, parameters); ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:477:12: note: 'ffi_prep_cif_var' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0 ffi_status ffi_prep_cif_var(ffi_cif *cif, ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:31:15: note: enclose 'ffi_prep_cif_var' in a __builtin_available check to silence this warning returnCode = ffi_prep_cif_var (cif, FFI_DEFAULT_ABI, fixedArgsCount, totalArguments, returnType, parameters); ^~~~~~~~~~~~~~~~ 5 warnings generated. [ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveCalls.c [ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveUtils.c [ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here setHandler(aOop, address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning void* address; ^ = NULL 1 warning generated. [ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/typesPrimitives.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/typesPrimitives.c:182:5: warning: 'ffi_get_struct_offsets' is only available on macOS 10.15 or newer [-Wunguarded-availability-new] if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){ ^~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:491:12: note: 'ffi_get_struct_offsets' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0 ffi_status ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type, ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/typesPrimitives.c:182:5: note: enclose 'ffi_get_struct_offsets' in a __builtin_available check to silence this warning if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){ ^~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/utils.c [ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable] sqInt flags; ^ 1 warning generated. [ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable] void *handler; ^ 1 warning generated. [ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:43:25: warning: 'ffi_closure_alloc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new] callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress)); ^~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:338:40: note: 'ffi_closure_alloc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0 FFI_AVAILABLE_APPLE_2019 FFI_API void *ffi_closure_alloc (size_t size, void **code); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:43:25: note: enclose 'ffi_closure_alloc' in a __builtin_available check to silence this warning callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:54:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new] ffi_closure_free(callback->closure); ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0 FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:54:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning ffi_closure_free(callback->closure); ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:60:22: warning: 'ffi_prep_closure_loc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new] if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){ ^~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:356:1: note: 'ffi_prep_closure_loc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0 ffi_prep_closure_loc (ffi_closure*, ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:60:22: note: enclose 'ffi_prep_closure_loc' in a __builtin_available check to silence this warning if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){ ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:62:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new] ffi_closure_free(callback->closure); ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0 FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:62:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning ffi_closure_free(callback->closure); ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:72:2: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new] ffi_closure_free(callback->closure); ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0 FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:72:2: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning ffi_closure_free(callback->closure); ^~~~~~~~~~~~~~~~ 5 warnings generated. [ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/semaphores/pharoSemaphore.c [ 25%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/threadSafeQueue/threadSafeQueue.c [ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/pThreadedFFI.c [ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/worker.c [ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerPrimitives.c [ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerTask.c [ 28%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3314:15: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] immediate = SQABS((((self_in_computeMaximumSize->operands))[0])); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3314:15: note: remove the call to 'labs' since unsigned values cannot be negative immediate = SQABS((((self_in_computeMaximumSize->operands))[0])); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3480:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3480:12: note: remove the call to 'labs' since unsigned values cannot be negative return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3483:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)), ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3483:19: note: remove the call to 'labs' since unsigned values cannot be negative : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)), ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3505:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3505:12: note: remove the call to 'labs' since unsigned values cannot be negative return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3508:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)), ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3508:19: note: remove the call to 'labs' since unsigned values cannot be negative : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)), ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3514:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] return ((SQABS((((self_in_computeMaximumSize->operands))[0]))) <= 0x7FF ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3514:12: note: remove the call to 'labs' since unsigned values cannot be negative return ((SQABS((((self_in_computeMaximumSize->operands))[0]))) <= 0x7FF ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3517:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[0])))) + 1)), ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3517:19: note: remove the call to 'labs' since unsigned values cannot be negative : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[0])))) + 1)), ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3553:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4466:9: warning: expression result unused [-Wunused-value] error("ARMv8 / aarch64 does not support conditions encoded in the instruction"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4610:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset3 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4629:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset4 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4648:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset5 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4667:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset6 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4686:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset7 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4705:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset8 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4724:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset9 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4744:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset10 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4764:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset11 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4783:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset12 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4802:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset13 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4821:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset14 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4840:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset15 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4859:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset16 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4878:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset17 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4897:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset18 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4916:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset19 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4935:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset20 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4954:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset21 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4973:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset22 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:4992:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset23 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:5011:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset24 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:5030:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast] offset25 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address))))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:5668:8: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] if ((SQABS(offset27)) <= 0x7FF) { ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:5668:8: note: remove the call to 'labs' since unsigned values cannot be negative if ((SQABS(offset27)) <= 0x7FF) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:5671:17: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] : (0xFFF - (SQABS(offset27))) + 1); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:5671:17: note: remove the call to 'labs' since unsigned values cannot be negative : (0xFFF - (SQABS(offset27))) + 1); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:5963:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:6756:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7440:9: warning: expression result unused [-Wunused-value] error("opcode has no inverse"); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8375:50: warning: shift count >= width of type [-Wshift-count-overflow] anInstruction = genoperandoperand(AndCqR, (1ULL << 64) - 16, Extra2Reg); ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8377:51: warning: shift count >= width of type [-Wshift-count-overflow] (anInstruction->dependent = locateLiteral((1ULL << 64) - 16)); ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8502:9: warning: expression result unused [-Wunused-value] error("linking callsite to invalid address"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8529:9: warning: expression result unused [-Wunused-value] error("linking callsite to invalid address"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8585:9: warning: expression result unused [-Wunused-value] error("linking callsite to invalid address"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9663:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9778:8: warning: expression result unused [-Wunused-value] error("what??"); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9994:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9994:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10001:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10001:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10020:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10020:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10029:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10029:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10656:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10656:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10693:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10693:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10801:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:941:36: note: passing argument to parameter 'address' here extern CogMethod * methodFor(void *address); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10855:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10855:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10889:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10889:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10941:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10941:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10972:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:10972:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11007:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11007:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11041:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11041:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11120:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long' [-Wint-conversion] address = positive64BitIntegerFor(mcpc); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here extern sqInt positive64BitIntegerFor(usqLong integerValue); ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11358:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11418:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11418:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11435:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11435:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11581:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11675:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11689:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11703:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11717:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11730:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11996:9: warning: expression result unused [-Wunused-value] error("cannot differentiate checked and unchecked entry-points with current cog method alignment"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11978:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11978:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11985:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:11985:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12033:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12033:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12040:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12040:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12487:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12507:8: warning: expression result unused [-Wunused-value] error("what??"); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12701:10: warning: expression result unused [-Wunused-value] error("too much code for stack check offset"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12997:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12997:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13025:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13025:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13199:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13199:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13206:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13206:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13341:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'CogMethod *' [-Wint-conversion] cPICPrototype = cPIC; ^ ~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13304:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13304:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13311:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13311:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13325:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13325:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13332:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13332:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13370:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13370:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13378:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13378:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13394:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13394:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13411:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13411:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13444:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13444:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13452:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13452:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13468:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13468:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13484:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13484:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13602:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13602:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13610:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13610:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13710:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13710:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13724:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13724:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13735:11: warning: unused variable 'opcodeSize' [-Wunused-variable] sqInt opcodeSize; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13734:11: warning: unused variable 'fixupSize' [-Wunused-variable] sqInt fixupSize; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:13736:11: warning: unused variable 'startAddress' [-Wunused-variable] sqInt startAddress; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14309:8: warning: expression result unused [-Wunused-value] error("could not find selector in method when unlinking send site"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14381:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14381:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14388:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14388:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14398:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14398:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14408:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14408:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14523:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14525:8: warning: expression result unused [-Wunused-value] error("invalid opcode for inverse"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14644:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14644:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14651:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14651:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14877:14: warning: expression result unused [-Wunused-value] error("attempt to become two cogged methods"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14880:14: warning: expression result unused [-Wunused-value] error("attempt to become cogged method into different method"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14848:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14848:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14945:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14945:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14974:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14974:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15030:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15030:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15068:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15068:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15140:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15140:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15169:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15172:9: warning: expression result unused [-Wunused-value] error("youngReferrers list overflowed"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15203:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15203:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15302:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15302:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15519:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15816:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15996:23: warning: incompatible integer to pointer conversion passing 'long' to parameter of type 'char *' [-Wint-conversion] uint32AtPointerput(absoluteAddress + j, ((abstractInstruction->machineCode))[j / 4]); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:187:55: note: passing argument to parameter 'ptr' here static inline unsigned int uint32AtPointerput(char *ptr, unsigned int val) { return (*((unsigned int *)ptr)= val); } ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16061:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16061:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16068:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16068:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16086:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16086:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16096:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16096:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16209:11: warning: expression result unused [-Wunused-value] error("attempt to generate run-time routine containing young object reference. Cannot initialize Cogit run-time."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16381:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14287:66: note: passing argument to parameter 'mcpc' here indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16443:6: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16537:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16602:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16602:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16612:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16612:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16635:8: warning: expression result unused [-Wunused-value] error("couldn't locate end of clean block"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16763:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16763:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16810:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16810:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16860:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16912:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16962:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17010:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17058:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14457:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17088:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17088:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17140:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17140:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17175:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17175:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17216:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17216:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17225:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17225:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17267:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17267:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17297:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17297:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17344:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17344:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17385:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17385:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17438:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17438:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17504:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17504:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17518:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17518:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17544:9: warning: expression result unused [-Wunused-value] error("no room on youngReferrers list"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17579:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17579:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17593:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17593:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24717:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0); ^~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:1091:125: note: passing argument to parameter 'fwdJumpTarget' here static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24765:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long') [-Wint-conversion] finished = nonFwdJumpTargetOrZero; ^ ~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24994:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:25248:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:25268:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:25955:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:25984:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0); ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31220:9: warning: expression result unused [-Wunused-value] error("linking callsite to invalid address"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31407:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] return ((SQABS(constant)) & 0xFFF) != (SQABS(constant)); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31407:12: note: remove the call to 'labs' since unsigned values cannot be negative return ((SQABS(constant)) & 0xFFF) != (SQABS(constant)); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31407:42: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] return ((SQABS(constant)) & 0xFFF) != (SQABS(constant)); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31407:42: note: remove the call to 'labs' since unsigned values cannot be negative return ((SQABS(constant)) & 0xFFF) != (SQABS(constant)); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31441:9: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) { ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31441:9: note: remove the call to 'labs' since unsigned values cannot be negative if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31441:78: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) { ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31441:78: note: remove the call to 'labs' since unsigned values cannot be negative if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31444:39: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) { ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31444:39: note: remove the call to 'labs' since unsigned values cannot be negative if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31444:126: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) { ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31444:126: note: remove the call to 'labs' since unsigned values cannot be negative if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31540:15: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value] constant4 = SQABS((((self_in_usesOutOfLineLiteral->operands))[0])); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31540:15: note: remove the call to 'labs' since unsigned values cannot be negative constant4 = SQABS((((self_in_usesOutOfLineLiteral->operands))[0])); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS' # define SQABS labs ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31686:9: warning: expression result unused [-Wunused-value] error("We should not be here!!!"); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31819:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31911:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32324:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32330:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32347:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2423:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32482:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32488:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32543:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2423:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32552:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2423:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32653:9: warning: expression result unused [-Wunused-value] error("shouldBeImplemented"); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32658:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32663:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32668:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32673:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32677:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32996:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void (*)(void)' [-Wint-conversion] return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32590:47: note: passing argument to parameter 'primitiveRoutine' here compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void)) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:32999:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long (*)(void)')) [-Wcompare-distinct-pointer-types] || (primitiveRoutine == primitiveFail)) { ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:34415:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:35347:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:35347:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:35371:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new] pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0 void pthread_jit_write_protect_np(int enabled); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:35371:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning pthread_jit_write_protect_np(1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:35855:9: warning: expression result unused [-Wunused-value] error("Cog JIT internal error. Too many abstract opcodes. Num opcodes heuristic is too optimistic."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37384:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:1373:78: note: passing argument to parameter 'function' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37384:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:1373:94: note: passing argument to parameter 'name' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37385:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:1373:78: note: passing argument to parameter 'function' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37385:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:1373:94: note: passing argument to parameter 'name' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37404:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion] trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2) ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16692:29: note: passing argument to parameter 'routinePrefix' here trampolineNamenumArgs(char *routinePrefix, sqInt numArgs) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37404:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2) ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:1406:80: note: passing argument to parameter 'aRoutine' here static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37634:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37638:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : argReg), TempReg, label, fixup); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37638:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : argReg), TempReg, label, fixup); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24727:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37717:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:37721:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24727:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:38813:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:38960:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:38812:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:38815:22: note: uninitialized use occurs here if (isIntegerValue(result)) { ^~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:38781:17: note: initialize the variable 'result' to silence this warning sqInt result; ^ = 0 /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:39232:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:39231:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:39235:34: note: uninitialized use occurs here return ssPushAnnotatedConstant((result ^~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:39206:15: note: initialize the variable 'result' to silence this warning int result; ^ = 0 /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:40058:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion] (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:40282:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2275:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function] availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2328:1: warning: unused function 'genSwapRRScratch' [-Wunused-function] genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2398:1: warning: unused function 'isLiteral' [-Wunused-function] isLiteral(AbstractInstruction * self_in_isLiteral) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2412:1: warning: unused function 'isWithinMwOffsetRange' [-Wunused-function] isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2480:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function] wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2645:1: warning: unused function 'andSizeimmediate13bitValuesourceRegisterdestinationRegister' [-Wunused-function] andSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_andSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2664:1: warning: unused function 'andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister' [-Wunused-function] andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister(AbstractInstruction * self_in_andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister, sqInt is64Bits, sqInt shiftedRegister, sqInt shiftType, sqInt immediate6bitValue, sqInt sourceRegister2, sqInt destinationRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:2976:1: warning: unused function 'callInstructionByteSize' [-Wunused-function] callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3042:1: warning: unused function 'cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister' [-Wunused-function] cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister(AbstractInstruction * self_in_cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister, sqInt is64Bits, sqInt leftRegister, sqInt option, sqInt immediate3bitValue, sqInt destinationRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:3987:1: warning: unused function 'cStackPointer' [-Wunused-function] cStackPointer(AbstractInstruction * self_in_cStackPointer) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:6788:1: warning: unused function 'exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister' [-Wunused-function] exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:6829:1: warning: unused function 'extractOffsetFromConditionalBranch' [-Wunused-function] extractOffsetFromConditionalBranch(AbstractInstruction * self_in_extractOffsetFromConditionalBranch, sqInt instruction) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7026:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function] fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7275:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function] genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7356:1: warning: unused function 'instructionIsCMP' [-Wunused-function] instructionIsCMP(AbstractInstruction * self_in_instructionIsCMP, sqInt instr) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7364:1: warning: unused function 'instructionIsConditionalBranch' [-Wunused-function] instructionIsConditionalBranch(AbstractInstruction * self_in_instructionIsConditionalBranch, sqInt instruction) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7381:1: warning: unused function 'instructionIsOR' [-Wunused-function] instructionIsOR(AbstractInstruction * self_in_instructionIsOR, sqInt instr) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7402:1: warning: unused function 'instructionSizeAt' [-Wunused-function] instructionSizeAt(AbstractInstruction * self_in_instructionSizeAt, sqInt pc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7414:1: warning: unused function 'inverseOpcodeFor' [-Wunused-function] inverseOpcodeFor(AbstractInstruction * self_in_inverseOpcodeFor, sqInt armOpcode) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7477:1: warning: unused function 'isInImmediateJumpRange' [-Wunused-function] isInImmediateJumpRange(AbstractInstruction * self_in_isInImmediateJumpRange, usqIntptr_t operand) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7527:1: warning: unused function 'jumpLongByteSize' [-Wunused-function] jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7538:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function] jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7649:1: warning: unused function 'ldrhSourceRegisteroffsetRegisterdestinationRegister' [-Wunused-function] ldrhSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrhSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7671:1: warning: unused function 'ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex' [-Wunused-function] ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex(AbstractInstruction * self_in_ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex, sqInt size, sqInt baseReg, sqInt immediate9bitValue, sqInt destinationRegister, sqInt is128BitVariant, sqInt isPreIndex) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7756:1: warning: unused function 'ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode' [-Wunused-function] ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode(AbstractInstruction * self_in_ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode, sqInt size, sqInt indexRegister, sqInt extendShiftOption, sqInt isScaled, sqInt baseRegister, sqInt destinationRegister, sqInt anOpcode) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7809:1: warning: unused function 'ldrswSourceRegisteroffsetRegisterdestinationRegister' [-Wunused-function] ldrswSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrswSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7816:1: warning: unused function 'ldrrnplusimm' [-Wunused-function] ldrrnplusimm(AbstractInstruction * self_in_ldrrnplusimm, sqInt destReg, sqInt baseReg, sqInt u, sqInt immediate12bitValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:7972:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function] loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8093:1: warning: unused function 'machineCodeBytes' [-Wunused-function] machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8110:1: warning: unused function 'machineCodeWords' [-Wunused-function] machineCodeWords(AbstractInstruction * self_in_machineCodeWords) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8188:1: warning: unused function 'movimmror' [-Wunused-function] movimmror(AbstractInstruction * self_in_movimmror, sqInt destReg, sqInt immediate16bitValue, sqInt rot) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8209:1: warning: unused function 'msr' [-Wunused-function] msr(AbstractInstruction * self_in_msr, sqInt flags) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8276:1: warning: unused function 'nop' [-Wunused-function] nop(AbstractInstruction * self_in_nop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8283:1: warning: unused function 'numIntRegArgs' [-Wunused-function] numIntRegArgs(AbstractInstruction * self_in_numIntRegArgs) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8385:1: warning: unused function 'pushLinkRegisterByteSize' [-Wunused-function] pushLinkRegisterByteSize(AbstractInstruction * self_in_pushLinkRegisterByteSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8452:1: warning: unused function 'rewriteBranchwithNewOffset' [-Wunused-function] rewriteBranchwithNewOffset(AbstractInstruction * self_in_rewriteBranchwithNewOffset, sqInt conditionalBranch, sqInt newOffset) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8482:1: warning: unused function 'rewriteCallFullAttarget' [-Wunused-function] rewriteCallFullAttarget(AbstractInstruction * self_in_rewriteCallFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8496:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function] rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, usqInt callSiteReturnAddress, usqInt callTargetAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8551:1: warning: unused function 'rewriteJumpFullAttarget' [-Wunused-function] rewriteJumpFullAttarget(AbstractInstruction * self_in_rewriteJumpFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8613:1: warning: unused function 'rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister' [-Wunused-function] rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister(AbstractInstruction * self_in_rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shiftValue, sqInt shiftType, sqInt destinationRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8705:1: warning: unused function 'shiftSetsConditionCodesFor' [-Wunused-function] shiftSetsConditionCodesFor(AbstractInstruction * self_in_shiftSetsConditionCodesFor, sqInt aConditionalJumpOpcode) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8768:1: warning: unused function 'stackPageInterruptHeadroomBytes' [-Wunused-function] stackPageInterruptHeadroomBytes(AbstractInstruction * self_in_stackPageInterruptHeadroomBytes) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8818:1: warning: unused function 'strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister' [-Wunused-function] strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister(AbstractInstruction * self_in_strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister, sqInt baseReg, sqInt immediate12bitValue, sqInt sourceRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8915:1: warning: unused function 'strSizeaddressRegisterstoredRegister' [-Wunused-function] strSizeaddressRegisterstoredRegister(AbstractInstruction * self_in_strSizeaddressRegisterstoredRegister, sqInt is64Bits, sqInt baseRegister, sqInt storedRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:8977:1: warning: unused function 'strrnplusimm' [-Wunused-function] strrnplusimm(AbstractInstruction * self_in_strrnplusimm, sqInt destinationRegister, sqInt baseReg, sqInt u, sqInt immediate9bitValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9075:1: warning: unused function 'subsSizesourceRegistershiftimmediate12destinationRegister' [-Wunused-function] subsSizesourceRegistershiftimmediate12destinationRegister(AbstractInstruction * self_in_subsSizesourceRegistershiftimmediate12destinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shift, sqInt immediate12bitValue, sqInt destinationRegister) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9200:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function] zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9329:1: warning: unused function 'addressIsInCurrentCompilation' [-Wunused-function] addressIsInCurrentCompilation(sqInt address) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9415:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function] allMethodsHaveCorrectHeader(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:9742:1: warning: unused function 'gCall' [-Wunused-function] gCall(sqInt callTarget) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12534:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function] expectedClosedPICPrototype(CogMethod *cPIC) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:12813:1: warning: unused function 'firstMappedPCFor' [-Wunused-function] firstMappedPCFor(CogMethod *cogMethod) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:14220:1: warning: unused function 'getOpcodeIndex' [-Wunused-function] getOpcodeIndex(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15629:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function] maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15941:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function] noAssertMethodClassAssociationOf(sqInt methodPointer) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:15953:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function] noCogMethodsMaximallyMarked(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16110:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function] picAbortDiscriminatorValue(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16221:1: warning: unused function 'registerMaskFor' [-Wunused-function] registerMaskFor(sqInt reg) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:16228:1: warning: unused function 'registerMaskForand' [-Wunused-function] registerMaskForand(sqInt reg1, sqInt reg2) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17490:1: warning: unused function 'counters' [-Wunused-function] counters(CogMethod * self_in_counters) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:17758:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function] kosherYoungReferrers(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:18245:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function] voidYoungReferrersPostTenureAll(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24351:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function] checkValidDerivedObjectReference(sqInt bodyAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24366:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function] couldBeDerivedObject(sqInt bodyAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:24528:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function] genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:30778:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function] getActiveContextAllocatesInMachineCode(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:30789:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function] inlineCacheTagIsYoung(sqInt cacheTag) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:30997:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function] cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31063:1: warning: unused function 'inlineCacheTagAt' [-Wunused-function] inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31108:1: warning: unused function 'literalLoadInstructionBytes' [-Wunused-function] literalLoadInstructionBytes(AbstractInstruction * self_in_literalLoadInstructionBytes) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31120:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function] loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31237:1: warning: unused function 'rewriteInlineCacheTagat' [-Wunused-function] rewriteInlineCacheTagat(AbstractInstruction * self_in_rewriteInlineCacheTagat, sqInt cacheTag, sqInt callSiteReturnAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31319:1: warning: unused function 'updateLabel' [-Wunused-function] updateLabel(AbstractInstruction * self_in_updateLabel, AbstractInstruction *labelInstruction) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:31918:1: warning: unused function 'isMergeFixup' [-Wunused-function] isMergeFixup(BytecodeFixup * self_in_isMergeFixup) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:34519:1: warning: unused function 'numSpecialSelectors' [-Wunused-function] numSpecialSelectors(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:35492:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function] v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:40031:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function] receiverIsInReceiverResultReg(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:40738:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function] tempsValidAndVolatileEntriesSpilled(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitaarch64.c:40839:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function] violatesEnsureSpilledSpillAssert(void) ^ StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: 5 October 2022 5:25:11.633674 pm warning, signature of InterpreterProxy>>characterTable does not match reference implementation. warning, signature of InterpreterProxy>>fullGC does not match reference implementation. warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation. warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation. external plugin FilePlugin generated as FilePlugin warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. external plugin SurfacePlugin generated as SurfacePlugin 5 October 2022 5:25:11.93082 pm PharoVMMaker cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/depend.internal". Scanning dependencies of target PharoVMCore /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build [ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/debug.c [ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/utils.c /builds/workspace/pharo-vm_feat_headless/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable] char* tmpBasedir = (char*)alloca(bufferSize); ^ /builds/workspace/pharo-vm_feat_headless/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function] static long int max(long int x, long int y) { return (x > y) ? x : y; } ^ 2 warnings generated. [ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/errorCode.c [ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c /builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function] dropInit (void) ^ /builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function] dropShutdown (void) ^ 2 warnings generated. [ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/externalPrimitives.c [ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/client.c [ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/pathUtilities.c [ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/parameterVector.c [ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/parameters.c /builds/workspace/pharo-vm_feat_headless/repository/src/parameters.c:345:14: warning: unused variable 'headlessParameter' [-Wunused-variable] const char* headlessParameter = "--headless"; ^ 294 warnings generated. [ 29%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma auto_inline(off) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma auto_inline(on) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2969:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2970:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2990:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3004:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3018:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3032:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3046:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3060:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3074:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3088:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3102:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3116:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3130:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3144:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3158:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3186:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3200:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3215:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3217:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3232:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3233:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3234:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3249:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3250:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3266:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3267:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3268:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3283:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3284:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3285:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3300:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3301:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3302:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3317:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3318:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3319:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3334:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3335:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3336:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3351:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3352:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3353:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3368:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3369:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3370:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3385:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3386:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3387:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3402:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3403:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3404:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3418:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3419:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3420:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3434:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3435:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3436:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3450:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3451:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3452:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3466:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3467:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3468:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4688:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4744:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4745:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4748:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4764:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4765:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4784:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4788:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4804:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4805:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4808:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4824:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4825:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4844:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4845:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4848:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4864:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4865:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4868:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4884:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4888:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4904:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4997:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localReturnValue = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5037:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5057:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closure = longAt(localFP + (frameStackedReceiverOffset(localFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5074:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5075:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5076:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5078:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5106:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5107:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5108:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5110:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext1 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5127:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5128:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5129:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5131:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext2 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5155:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5161:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5168:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5191:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5192:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5193:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5195:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext3 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5222:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil2 = longAt((thePage3->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5247:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5288:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localFP = pointerForOop(longAt(localFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5290:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5304:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5315:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5319:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5410:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5418:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5450:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5479:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5482:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5485:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5488:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5518:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5529:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5533:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5549:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5550:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5552:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((localFP + FoxIFrameFlags) + 1)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5563:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5574:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5577:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj1 = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5621:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5622:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5623:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5625:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5658:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord()))))); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5664:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5665:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5666:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5713:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] objOop = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5756:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5757:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5760:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5842:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] objOop = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5885:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5886:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5889:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6172:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6173:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6246:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6261:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6266:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6267:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6278:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6303:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput((localSP -= BytesPerOop), localIP); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6305:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput((localSP -= BytesPerOop), localFP); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6361:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6362:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6424:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6455:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6456:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6472:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6489:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6490:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6491:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6493:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object3 = longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6605:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj1 = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6700:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6701:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6898:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6899:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6900:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6902:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7040:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7041:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7042:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7064:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7066:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7101:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7102:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7103:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7155:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7156:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7158:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7474:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7475:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7480:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7503:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] byteAtput(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7717:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7723:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7861:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7868:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8938:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8944:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8945:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9097:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9103:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9104:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9243:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9251:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9296:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9297:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9365:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9366:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9409:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9410:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9740:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9741:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9793:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9794:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10106:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10107:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10108:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10110:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theThingToPush = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10160:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localReturnValue = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10313:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10319:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10320:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10457:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10463:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10464:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11533:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11539:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11692:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11698:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11699:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11838:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11846:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11884:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11891:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11892:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11960:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11961:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12004:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12005:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12242:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12243:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12295:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12509:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12610:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12641:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12642:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12658:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12675:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12676:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12679:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12761:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12762:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12763:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12938:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(localSP); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13036:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13037:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13042:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] byteAtput(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13175:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13270:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13271:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13395:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13396:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13399:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13424:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13519:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13520:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13641:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13642:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13739:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13740:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13741:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13743:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13807:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13857:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13858:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13859:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13861:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12922:3: warning: unused label 'directedSuperclassSend' [-Wunused-label] directedSuperclassSend: ^~~~~~~~~~~~~~~~~~~~~~~ warning, variable nsMethodCache doesn't exist or has already been removed 1 warning generated. [ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/fileDialogCommon.c [ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/stringUtilities.c [ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/imageAccess.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14246:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14255:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14262:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14265:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14270:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14282:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14285:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14332:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14336:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14343:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14347:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14373:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14377:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14560:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(lifp + FoxMethod); ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14571:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(lifp + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField1 = longAt(lifp + FoxMethod); ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14604:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(lifp + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14619:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = ((usqInt)(longAt((aStackPage->headSP)))); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14668:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14670:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodObj = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14692:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(theFP + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14698:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14699:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14755:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14756:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14778:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14779:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14782:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14782:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14784:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14786:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14786:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))))); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14787:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14790:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14791:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14812:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14812:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14816:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p)); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14823:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), pc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14837:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14866:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14911:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14961:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14961:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14963:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14964:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14967:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14967:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14968:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14969:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14974:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14976:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14977:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14979:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14980:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14985:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14985:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14986:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15012:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] result = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15015:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15073:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] contextToReturnTo = longAt((GIV(stackPage)->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15102:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15132:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15135:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15141:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15159:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15161:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15165:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15167:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15170:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15203:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15207:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15210:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15213:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15239:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] resultOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15241:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15250:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15312:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15317:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15341:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15346:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15419:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15450:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15582:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15602:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15603:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15604:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15606:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15612:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15615:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15618:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15637:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15638:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15639:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15641:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP2 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15650:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15661:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15662:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15663:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15665:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext1 = longAt(theFP6 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15671:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15674:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15691:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15697:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15704:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15728:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15729:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15730:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15732:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP3 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15738:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15741:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15744:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15760:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil2 = longAt((thePage3->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15781:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15816:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15823:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15825:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15867:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15878:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15879:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15978:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16095:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16138:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16139:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16155:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16164:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(p); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16165:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((p - BytesPerWord) - BytesPerWord, longAt(p)); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16165:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((p - BytesPerWord) - BytesPerWord, longAt(p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16172:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16174:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16177:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16179:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16171:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16183:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodObj); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16207:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16211:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16362:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16391:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16470:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16475:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodPointer = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16577:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0 ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16608:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0 ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16622:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16629:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16654:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16658:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16682:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(GIV(framePointer) + FoxMFReceiver)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16686:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(GIV(framePointer) + FoxIFReceiver))), 1, null); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16703:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset()))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16936:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16940:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16948:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16950:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16952:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16953:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16977:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16979:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16988:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) { ^~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16994:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17001:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17090:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17148:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17150:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17164:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxIFSavedIP) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17165:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17219:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17222:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17223:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17226:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17235:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17376:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17380:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17392:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17419:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17427:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17455:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17463:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17466:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17493:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17521:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17577:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17826:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17828:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17940:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17941:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17944:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMFReceiver, followForwarded(oop)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17949:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17952:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFReceiver, followForwarded(oop)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17954:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17971:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17971:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17972:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, (oop = newOop)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17975:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17977:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17980:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) { ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17981:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17981:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17984:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17986:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17988:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + offset); ^~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17991:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + offset, followForwarded(oop)); ^~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17993:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17999:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18001:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, followForwarded(oop)); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18065:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18076:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18077:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18088:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18089:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18097:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18109:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18111:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18125:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18226:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18256:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18258:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18259:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18260:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18261:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18262:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18263:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)), 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18292:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18341:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18350:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18365:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18372:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18379:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18439:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] theIP = oopForPointer(instrPtr); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here static inline sqInt oopForPointer(void *ptr) { return (sqInt)ptr; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18451:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18462:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((thePage->headSP)) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18463:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18467:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext)) ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18572:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18584:4: warning: expression result unused [-Wunused-value] !GIV(primFailCode); ^ ~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18615:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18749:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18767:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), maybeClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18793:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC()); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18796:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18860:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18862:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), (VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18888:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theIP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18976:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18977:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] || ((longAt(theFP + FoxIFSavedIP)) == 0) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18990:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18994:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, remapObj(oop)); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19001:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19003:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19004:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (shouldRemapObj(longAt(theFP + FoxThisContext))) { ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19005:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19005:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19012:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19013:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (shouldRemapObj(longAt(theFP + FoxMethod))) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19015:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(theIPPtr); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19019:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(theIPPtr); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19024:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP -= longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19026:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19028:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19028:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod))); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19032:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19038:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19041:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, remapObj(oop)); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19169:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19173:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19186:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, oop); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19193:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19194:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19195:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19197:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] markAndTrace(longAt(theFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19199:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19201:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19211:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] markAndTrace(longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19213:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19221:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19234:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, oop); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19292:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19295:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19357:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long (long)') from a function with result type 'sqInt' (aka 'long') [-Wint-conversion] return mcprimHashMultiply; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19455:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19465:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19488:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0; ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19511:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19736:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19740:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19743:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19744:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19745:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19747:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19752:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((newSP -= BytesPerWord), theContext); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19755:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19757:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19761:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19761:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19775:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(callerFP + FoxIFSavedIP, callerIP); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + stackedReceiverOffset, callerIP); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC()); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19788:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, 0); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP)); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19796:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19797:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19798:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19799:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(fpInNewPage + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20332:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20334:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = (longAt(address)) & 7; ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20338:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20342:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20354:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20356:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20359:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20360:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20379:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20386:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20387:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20389:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20403:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20405:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20417:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20455:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20512:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20514:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20516:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20531:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20533:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20550:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20551:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20552:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20553:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20565:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20567:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20568:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20570:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20576:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC()) ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20581:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20585:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20592:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0 ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20594:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize)); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20598:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] topThing = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20606:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20607:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20608:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20613:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20624:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20625:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20626:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21235:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), oldBaseAddr - GIV(cogCodeSize))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long')) desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:76: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long') and 'char *') [-Wconditional-type-mismatch] desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ ~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'char *' [-Wint-conversion] desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21354:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize)); ^~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21354:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21439:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21443:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21450:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21456:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] retValue = longAt(GIV(framePointer) + FoxMFReceiver); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21461:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] retValue = longAt(GIV(framePointer) + FoxMFReceiver); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21464:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21467:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21472:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21485:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21512:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21515:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21518:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21523:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21526:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21540:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21696:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21705:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21714:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21754:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21760:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21767:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21767:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21774:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21794:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21804:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21807:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21816:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21831:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21933:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21945:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21995:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21999:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22002:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22002:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22009:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22023:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22029:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22032:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22039:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22047:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22051:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22066:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22124:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22134:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22139:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22140:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22141:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22141:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22143:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22144:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22146:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22147:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22148:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord)))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22405:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22720:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22737:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22738:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22741:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22845:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22847:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22860:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22864:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22888:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22890:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22898:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = ((usqInt)(longAt(theIPPtr))); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22902:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theIPPtr, theIP + ((theMethod->objectHeader))); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22904:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22906:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22931:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22934:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22940:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] tempIndex = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22953:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((longAt(argsPointer)) & (tagMask())) == 0) ^~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22954:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) { ^~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2913:49: note: expanded from macro 'oopisLessThan' #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop)) ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22961:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer)); ^~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22972:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((longAt(pointer)) & (tagMask())) == 0) ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22973:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) { ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2913:49: note: expanded from macro 'oopisLessThan' #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop)) ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22980:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer)); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23004:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory()); ^~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23007:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23011:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theInstrPointer = longAt(fp + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23041:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] senderContextOrNil = longAt((aPage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23042:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23488:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] withDetails = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23529:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] context = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23537:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23591:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23592:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeProc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23597:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23630:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23635:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23662:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23716:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23721:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] flushExternalPrimitiveOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23722:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23738:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] selector = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23776:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23826:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodReceiver = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23862:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23893:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23895:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23896:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat())) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23897:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23900:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23904:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23923:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23924:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat())) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23925:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23927:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23946:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23960:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23980:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23999:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24017:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24036:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24037:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24043:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24126:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24181:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] proc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24240:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (synchronousSignal(longAt(GIV(stackPointer)))) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24261:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24281:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24313:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] process = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24316:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24538:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aContextOrNil = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24548:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24594:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24596:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24604:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24614:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24622:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24622:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24624:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, contextsFP); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24624:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, contextsFP); ^~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24625:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24629:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(contextsFP + FoxIFSavedIP, contextsIP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24632:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxCallerSavedIP, contextsIP); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24660:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24705:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24746:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24819:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24821:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24819:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24925:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24930:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24934:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24967:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24968:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24971:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24996:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25179:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25245:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25248:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, methodField - 4); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] flags = longAt(theFP + FoxIFrameFlags); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25254:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFrameFlags, flags - 2); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25257:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25799:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25800:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25862:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25863:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25907:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] result = allInstancesOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25912:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] result = allInstancesOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25964:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26009:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26034:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26038:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26046:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26046:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26068:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26069:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26089:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] characterCode = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26102:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) ))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26148:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26276:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26308:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26467:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26518:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cursorObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26522:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26523:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] maskObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26746:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26818:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0 ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26820:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (objCouldBeClassObj(longAt(GIV(stackPointer))) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26821:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0 ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26823:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask())) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26863:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26925:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26989:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27006:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27007:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27014:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27047:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27190:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27191:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27198:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27216:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27224:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27262:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27284:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27299:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27365:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27366:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27373:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27502:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27520:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27521:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27528:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27556:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27563:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(nilObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27584:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27672:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27684:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27721:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] instance = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27776:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] s = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27844:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27889:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27972:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28021:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28071:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28078:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28081:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28092:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28097:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28100:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28120:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28127:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28141:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28146:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28149:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28169:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28173:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28176:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28176:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28183:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28192:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28205:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28284:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28334:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28341:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28344:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28360:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28363:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28383:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28390:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28393:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28404:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28412:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28432:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28439:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28439:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28443:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28446:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28464:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28468:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28547:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28569:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28602:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28607:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28629:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28639:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28650:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28655:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28678:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28688:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28699:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28704:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28707:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28727:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28734:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28734:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28738:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28741:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28747:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28759:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28763:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28836:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28870:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28871:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28950:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28957:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28963:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29001:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] order = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29009:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29012:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29059:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29079:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] fillValue = positive64BitValueOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29080:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29170:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29185:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29231:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29330:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((longAt(GIV(stackPointer)))) & 7) == 1)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29331:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] crashInThisThread = ((longAt(GIV(stackPointer))) >> 3); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29335:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29339:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29375:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29405:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29405:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29410:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29435:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29451:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29472:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29510:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29511:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29531:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29554:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29555:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29585:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29600:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29601:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29613:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29632:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29633:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29663:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29685:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29776:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29782:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29786:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29789:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29789:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29796:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29810:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29819:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29826:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29829:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29838:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29903:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29931:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29932:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30011:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30035:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30036:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30064:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30088:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopToStore = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30095:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30096:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30132:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30166:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30167:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30254:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30283:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30284:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30364:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30395:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30396:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30507:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30508:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30619:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30620:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30700:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30731:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30732:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30812:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30842:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30843:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30922:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30951:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30952:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31032:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31062:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31063:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31344:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31356:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31357:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31358:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31463:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31515:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31551:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31558:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31561:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31572:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31577:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31580:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31609:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31616:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31619:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31635:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31658:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31665:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31669:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31672:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31690:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31694:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31713:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31823:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31833:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31844:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31849:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31852:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31881:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31891:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31902:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31930:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31934:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31937:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31944:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31962:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31966:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32059:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32081:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32103:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32127:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32134:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32137:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32148:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32185:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32192:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32195:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32206:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32211:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32214:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32234:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32238:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32241:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32245:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32270:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32289:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32330:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32353:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32380:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] key = cStringOrNullFor(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32403:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32421:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32478:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32620:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32706:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32707:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32734:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32735:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32738:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32754:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32781:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32782:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32785:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32800:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ammount = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32831:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32874:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((longAt(GIV(stackPointer))) == GIV(trueObj)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32921:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32922:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32933:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32950:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32976:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33000:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] s = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33068:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33089:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33112:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33126:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33198:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33199:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33228:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33244:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33258:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33274:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33295:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33306:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33344:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33345:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33346:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33391:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33478:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33504:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33557:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33614:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33621:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33634:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33680:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33689:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33715:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33728:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33729:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33756:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33757:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33775:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33776:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33803:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33804:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33807:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33839:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33908:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33983:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33986:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34027:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34044:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34062:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34105:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34106:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34226:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34226:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34231:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34262:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34263:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34288:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34306:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34322:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34378:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34379:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34400:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34416:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34419:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer)))) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34456:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] header = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34457:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34465:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] class = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34588:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34591:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer)))) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34625:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34693:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34696:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34794:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34797:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34833:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34916:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34939:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] instance = accessibleObjectAfter(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34942:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34948:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34963:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34964:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34967:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34976:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34996:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34999:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35021:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35022:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((longAt(GIV(stackPointer))) == GIV(trueObj)) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35112:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] goal = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35118:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] stack = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35119:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35360:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] path = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35362:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35396:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] lookupClass = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35428:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] selector = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35429:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35459:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35506:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35521:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ~~~~^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35521:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35554:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35555:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] selector = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35556:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35582:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35586:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35621:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35634:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ~~~~^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35634:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35721:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35749:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(GIV(stackPointer))) >> 3) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35769:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35852:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35853:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35871:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35888:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35933:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35934:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35951:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35977:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36006:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36078:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36122:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36126:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36139:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36155:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36171:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36208:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36238:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36252:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36262:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36292:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36328:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] stringOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36394:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36395:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask())); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36397:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36405:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36409:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36430:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36446:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36483:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36501:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] labelOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36563:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36579:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36617:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36623:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36639:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36659:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36660:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36698:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36720:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36752:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36768:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36803:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] bytes = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36838:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36861:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36932:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] byteSize = ((longAt(GIV(stackPointer))) & (tagMask()) ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36934:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : bytesInObject(longAt(GIV(stackPointer)))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36977:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] nElements = ((longAt(GIV(stackPointer))) >> 3); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36978:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37032:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37076:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37091:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37131:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37148:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37187:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37202:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37248:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37273:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37288:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37328:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37346:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer))))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ((((usqInt)(longAt(GIV(stackPointer))))) <= 15 ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37364:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)), ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37383:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37423:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37438:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37478:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37505:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37520:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37587:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37602:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37642:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37669:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37684:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37724:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37746:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37785:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37800:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37840:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37865:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37880:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37939:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38032:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38072:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38090:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38100:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38138:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38173:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] class = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38183:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38232:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38287:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38288:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38291:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38307:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38308:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38309:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38348:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38349:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38483:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38514:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38516:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] array = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] start = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] stop = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38726:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] repl = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38727:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38792:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] arrayFmt = arrayFmt; ~~~~~~~~ ^ ~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38839:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] replFmt = replFmt; ~~~~~~~ ^ ~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38993:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39025:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39026:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39060:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39090:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39091:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeProc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39096:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39123:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39129:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39134:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39172:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39192:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39208:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39211:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39227:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39280:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] moduleName = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39461:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] resultArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39523:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] resultArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39557:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39607:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44972:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50011:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51843:5: warning: expression result unused [-Wunused-value] -classIndex2; ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51908:26: warning: expression result unused [-Wunused-value] 8 /* allocationUnit */ / BytesPerOop; ~ ^ ~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53205:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53420:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion] free((GIV(unscannedEphemerons).start)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here void free(void *); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57377:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion] reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57377:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57814:41: warning: expression result unused [-Wunused-value] asserta((checkInterpreterIntegrity()) == 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta' # define asserta(expr) (expr) ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57835:41: warning: expression result unused [-Wunused-value] asserta((checkInterpreterIntegrity()) == 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta' # define asserta(expr) (expr) ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58846:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] treeNode1 = treeNode1; ~~~~~~~~~ ^ ~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61339:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign] segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize)); ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61800:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62351:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__); ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62900:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62902:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord()))))))) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62903:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62904:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62905:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62912:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] maybeFrameCtxt = longAt(maybeFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62985:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62989:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62995:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62996:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62997:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62999:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63001:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)))); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63004:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63012:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63154:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63156:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63169:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63182:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63195:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63197:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63453:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63509:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63545:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63546:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63547:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63587:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63594:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63595:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63596:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63598:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63628:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63629:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63641:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63822:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign] interpreterProxy = interpreterProxy; ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63837:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63853:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63855:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63857:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64267:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64276:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64284:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64285:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64286:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64288:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerCtx = longAt(callerFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64297:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt((thePage->headSP)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64311:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64349:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64354:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64357:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(callerSP, callerIP); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64381:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(aFramePtr + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64528:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord()))))); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64529:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64544:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64550:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64555:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64672:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64681:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64688:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64689:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64690:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64692:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64711:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64712:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64713:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64714:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64715:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64890:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64982:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64983:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64985:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (homeContext == (longAt(theFP + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64989:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64990:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64991:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64992:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64994:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65004:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65005:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65006:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65008:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65014:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65021:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65110:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65123:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65178:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65179:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65180:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65181:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (homeContext == (longAt(theFP + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65185:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65186:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65188:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65190:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65200:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65201:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65202:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65204:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ctxtOrNilOrZero = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65212:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65219:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65265:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65268:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(ptr); ^~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65271:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(ptr, followForwarded(oop)); ^~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65274:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65276:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65277:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(ptr); ^~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65290:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(ptr, oop); ^~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65293:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65294:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65295:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65300:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65301:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65302:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65341:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65385:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65387:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65401:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65727:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65739:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65741:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65742:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65743:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65744:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65745:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65746:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)), 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65767:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65768:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65769:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65809:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65835:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65836:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((longAt(callerFP + FoxSavedFP)) == 0)))) { ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65845:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65854:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65861:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65863:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65865:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(callerFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66017:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66074:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (longAt(theFP + FoxSavedFP)) == 0; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66114:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66340:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField) ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66341:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66342:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66343:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66345:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] maybeFrameCtxt = longAt(maybeFrame + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66359:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66420:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField) ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66421:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66422:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66423:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66426:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) { ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ [ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/semaphores/platformSemaphore.c [ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67803:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67882:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67884:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67892:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)))) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67897:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67903:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67903:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67904:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67904:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67905:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67905:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67906:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67906:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67911:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67915:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (anOop == (longAt(theSP))) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67923:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (anOop == (longAt(theSP))) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67957:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67969:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68002:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodFieldOrObj = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68004:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68019:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68025:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68030:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] byteAtput((theFP + FoxIFrameFlags) + 2, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68032:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68036:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68037:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68043:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, theContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68055:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag()); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68068:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68070:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68071:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68075:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68076:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68077:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68307:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68336:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68352:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68478:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68480:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68481:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68482:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68483:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68499:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68500:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68501:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68503:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) { ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68507:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68621:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68646:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68706:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68713:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68719:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68729:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69242:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69387:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(cogMethodOf(meth)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1589:32: note: passing argument to parameter 'n' here extern sqInt printHexnp(usqInt n); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69399:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(cogMethodOf(meth)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1589:32: note: passing argument to parameter 'n' here extern sqInt printHexnp(usqInt n); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69455:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69456:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))), ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69457:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69459:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69479:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69505:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69600:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69686:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69697:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69699:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69707:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71132:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71135:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (oop == (longAt(theSP))) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71137:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71139:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71145:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71146:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71147:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71148:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (oop == (longAt(theFP + FoxThisContext))) { ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71156:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (oop == (longAt(theFP + FoxMethod))) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71158:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71163:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71171:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (oop == (longAt(theSP))) { ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71173:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71175:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theSP); ^~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71268:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + (frameStackedReceiverOffset(theFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71280:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71611:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71617:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71620:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71659:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71834:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (index * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71849:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (index * BytesPerWord), oop); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71926:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71967:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71970:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71972:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71974:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxMethod)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71990:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72381:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72423:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP))); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72470:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72529:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72538:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72718:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72822:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72828:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72832:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72835:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72842:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72856:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72865:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72875:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72880:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73305:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73317:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73354:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73435:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73437:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73454:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73537:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73879:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73881:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73894:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73901:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73902:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73903:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73905:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73950:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73952:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74211:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_hBranch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'. Switched to a new branch 'v3.3-cmake' eadless/build/generated/64/vm/src/gcc3x-cointerp.c:74213:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(fp + FoxMethod)), fp); ^~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74502:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74504:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74505:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74506:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74507:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74508:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74560:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74582:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord()))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74598:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74614:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion] parameters = ((sqInt) null); ^~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74622:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] argHolder = alloca((argType->size)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74623:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] parameters[i] = argHolder; ^ ~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74638:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1702:76: note: passing argument to parameter 'returnHolder' here static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74695:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74717:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74724:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord()))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74731:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74751:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74760:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74774:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion] parameters = ((sqInt) null); ^~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74782:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] argHolder = malloc((argType->size)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74783:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] parameters[i] = argHolder; ^ ~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74788:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] aPtr = parameters[i1]; ^ ~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74791:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] free(aPtr); ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here void free(void *); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74813:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)aPointer)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74815:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74864:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74867:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74884:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1702:76: note: passing argument to parameter 'returnHolder' here static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74890:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] anParameterAddress = parameters[i]; ^ ~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74892:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] doFreeFromTask(task, anParameterAddress); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2825:47: note: expanded from macro 'doFreeFromTask' #define doFreeFromTask(aTask,anAddress) (free(anAddress)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here void free(void *); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74901:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] doFreeFromTask(task, ((sqInt)task)); ^~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2825:47: note: expanded from macro 'doFreeFromTask' #define doFreeFromTask(aTask,anAddress) (free(anAddress)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here void free(void *); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74955:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74962:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (callerContextOrNil = longAt((thePage->baseAddress))), ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74967:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74968:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74969:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74972:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(callerFP + FoxThisContext)) ^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74980:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74985:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74986:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74989:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74991:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74992:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74996:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74997:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74998:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75002:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75005:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75006:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75007:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75008:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75038:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion] return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75102:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75123:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75129:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75135:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75144:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75160:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)aPointer)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75162:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75171:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion] memcpy(targetPointer, returnHolder, sizeToCopy); ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy' __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75180:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75187:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75259:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75278:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion] memcpy(argHolder, srcPtr, argTypeSize); ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy' __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0' #define __darwin_obsz0(object) __builtin_object_size (object, 0) ^~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75278:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] memcpy(argHolder, srcPtr, argTypeSize); ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy' __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75929:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76001:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76009:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76128:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76231:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76244:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76246:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76247:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76248:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76249:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76250:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76288:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76292:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76446:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76459:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76460:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76465:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76466:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76469:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76500:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] flag = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76681:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76683:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76868:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76874:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76886:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76912:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76973:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76975:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77010:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77029:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77041:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77086:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77098:2: warning: expression result unused [-Wunused-value] !GIV(primFailCode); ^ ~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77106:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77110:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77144:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77157:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77214:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77216:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77264:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77551:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77569:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] addr = malloc(byteSize); ^ ~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77581:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)addr)); ^ ~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77602:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77623:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77630:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] || (isInMemory(addr)))) { ^~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50668:18: note: passing argument to parameter 'address' here isInMemory(sqInt address) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77663:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77691:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77709:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77725:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77741:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77854:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77870:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77872:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77888:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77952:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77981:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77987:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78018:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] stopContext = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78020:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78050:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] startFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78059:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78060:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78061:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78062:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (stopContext == (longAt(theFP1 + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78066:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78067:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78068:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78069:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP1 + FoxMethod)); ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78081:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78082:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78083:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78085:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] handlerOrNilOrZero = longAt(theFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78093:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78100:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78131:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78167:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78175:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78197:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78501:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78503:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78626:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] newValue = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78630:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78801:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78803:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78861:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78877:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78879:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78921:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78978:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78994:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78996:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79034:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79036:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79109:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79111:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79128:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79207:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79223:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79225:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79242:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79263:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79265:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79322:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79338:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79340:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79357:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79378:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79380:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79437:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79453:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79455:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79472:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79492:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79494:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79550:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79565:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79583:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79604:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79606:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79681:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79683:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79702:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79798:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79894:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79909:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79948:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80009:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80025:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80027:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80046:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] module = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80085:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80130:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize))); ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here void *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80166:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here void *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle); ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80175:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)address)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80178:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80199:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80201:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80272:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80274:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80311:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80313:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80388:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80390:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80409:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80430:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80432:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80489:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80505:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80507:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80616:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80618:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80634:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80703:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80736:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thang = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80738:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80741:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80769:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80790:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80807:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80818:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80840:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80842:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80845:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80845:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80868:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80868:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80870:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80901:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80909:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] boolean = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80944:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80983:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81020:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] msecsObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81091:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] usecsObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81093:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81179:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81181:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81230:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81250:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81263:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81276:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81292:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81339:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] newValue = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81341:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81343:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81397:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81489:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81508:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81522:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81541:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81572:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81574:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81576:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81644:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81661:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81665:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81694:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81715:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81717:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81719:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81778:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81794:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81796:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81838:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81840:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81842:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81901:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81921:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81961:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81965:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82039:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82041:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82043:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82062:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82084:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82086:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82088:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82148:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82165:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82167:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82213:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82215:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82275:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82292:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82294:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82296:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82337:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82339:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82341:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82415:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82417:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82419:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82437:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82458:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82460:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82523:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82539:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82541:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82543:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82585:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82587:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82666:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82668:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82712:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82714:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82716:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82789:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82791:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82793:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82833:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82835:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82837:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82924:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82958:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82983:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82985:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83091:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83093:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83095:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83158:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83174:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83176:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83178:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83222:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83224:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83226:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83287:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83303:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83305:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83307:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83328:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83349:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83351:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83353:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83414:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83430:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83432:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83434:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83476:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83478:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83558:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83560:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83727:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83753:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83962:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83982:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84103:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84114:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84115:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84116:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84118:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] objOrFP = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84122:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84124:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84182:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84282:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84306:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion] return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord()))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13953:1: warning: unused function 'cmHomeMethod' [-Wunused-function] cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14116:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function] pageListIsWellFormed(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14535:1: warning: unused function 'asCogHomeMethod' [-Wunused-function] asCogHomeMethod(CogBlockMethod *aCogMethod) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17184:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function] deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18074:1: warning: unused function 'frameHasContext' [-Wunused-function] frameHasContext(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18086:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function] frameIsBlockActivation(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18095:1: warning: unused function 'frameMethodObject' [-Wunused-function] frameMethodObject(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18107:1: warning: unused function 'frameNumArgs' [-Wunused-function] frameNumArgs(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18123:1: warning: unused function 'frameReceiver' [-Wunused-function] frameReceiver(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18363:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function] iframeIsBlockActivation(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18370:1: warning: unused function 'iframeReceiver' [-Wunused-function] iframeReceiver(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18377:1: warning: unused function 'iframeSavedIP' [-Wunused-function] iframeSavedIP(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18613:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function] isMachineCodeFrame(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19502:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function] mframeIsBlockActivation(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19509:1: warning: unused function 'mframeReceiver' [-Wunused-function] mframeReceiver(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19924:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function] newMethodInLookupCacheAtand(sqInt selector, sqInt classTag) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22464:1: warning: unused function 'stackLimitOffset' [-Wunused-function] stackLimitOffset(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22477:1: warning: unused function 'stackPageHeadroom' [-Wunused-function] stackPageHeadroom(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40044:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function] headerWhileForwardingOf(sqInt aCompiledMethodObjOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40860:1: warning: unused function 'isImmediateFloat' [-Wunused-function] isImmediateFloat(sqInt oop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40968:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function] maxSlotsForAlloc(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40980:1: warning: unused function 'numFreeLists' [-Wunused-function] numFreeLists(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41199:1: warning: unused function 'wordIndexableFormat' [-Wunused-function] wordIndexableFormat(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41260:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function] allNewSpaceObjectsHaveZeroRTRefCount(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41339:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function] allWeakSurvivorsOnWeakList(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41742:1: warning: unused function 'firstCorpse' [-Wunused-function] firstCorpse(sqInt headOfCorpseList) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41993:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function] noUnfiredEphemeronsAtEndOfRememberedSet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43871:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function] allObjectsUnmarked(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43986:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function] allOldMarkedWeakObjectsOnWeaklingStack(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44839:1: warning: unused function 'allocationUnit' [-Wunused-function] allocationUnit(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44850:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function] allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44876:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function] allUnscannedEphemeronsAreActive(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44908:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function] assertInnerValidFreeObject(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45498:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function] bitsSetInFreeSpaceMaskForAllFreeLists(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45560:1: warning: unused function 'bridgeSize' [-Wunused-function] bridgeSize(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45567:1: warning: unused function 'byteFormatMask' [-Wunused-function] byteFormatMask(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:46901:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function] classIndexFieldWidth(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:47038:1: warning: unused function 'classTableRootSlots' [-Wunused-function] classTableRootSlots(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48091:1: warning: unused function 'ephemeronFormat' [-Wunused-function] ephemeronFormat(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48098:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function] existInstancesInNewSpaceOf(sqInt classObj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48306:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function] fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48670:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function] firstFixedFieldOfMaybeImmediate(sqInt oop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48974:1: warning: unused function 'formatOf' [-Wunused-function] formatOf(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48984:1: warning: unused function 'forwardedFormat' [-Wunused-function] forwardedFormat(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48995:1: warning: unused function 'forwardersIn' [-Wunused-function] forwardersIn(sqInt anObject) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49021:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function] freeChunkNextIndex(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49031:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function] freeChunkParentIndex(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49042:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function] freeChunkPrevIndex(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49230:1: warning: unused function 'goodContextSize' [-Wunused-function] goodContextSize(sqInt oop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49328:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function] hasSpurMemoryManagerAPI(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49401:1: warning: unused function 'hiddenRootSlots' [-Wunused-function] hiddenRootSlots(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49408:1: warning: unused function 'hiddenRootsObject' [-Wunused-function] hiddenRootsObject(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50467:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function] isCompiledMethodHeader(sqInt objHeader) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50484:1: warning: unused function 'isContextHeader' [-Wunused-function] isContextHeader(sqInt aHeader) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50502:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function] isCopiedIntoSegment(sqInt anObjectInTheHeap) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50525:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function] isEnumerableObjectNoAssert(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50561:1: warning: unused function 'isEphemeron' [-Wunused-function] isEphemeron(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50581:1: warning: unused function 'isForwardedClassTag' [-Wunused-function] isForwardedClassTag(sqInt classIndex) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50606:1: warning: unused function 'isFreeObject' [-Wunused-function] isFreeObject(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50613:1: warning: unused function 'isFreeOop' [-Wunused-function] isFreeOop(sqInt oop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50628:1: warning: unused function 'isInClassTable' [-Wunused-function] isInClassTable(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50651:1: warning: unused function 'isInEden' [-Wunused-function] isInEden(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50658:1: warning: unused function 'isInFutureSpace' [-Wunused-function] isInFutureSpace(sqInt address) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50693:1: warning: unused function 'isInNewSpace' [-Wunused-function] isInNewSpace(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50708:1: warning: unused function 'isInPastSpace' [-Wunused-function] isInPastSpace(sqInt address) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50715:1: warning: unused function 'isLargeFreeObject' [-Wunused-function] isLargeFreeObject(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50722:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function] isMaybeFiredEphemeron(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50741:1: warning: unused function 'isObjEphemeron' [-Wunused-function] isObjEphemeron(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50752:1: warning: unused function 'isObjImmutable' [-Wunused-function] isObjImmutable(sqInt anOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50855:1: warning: unused function 'isRemembered' [-Wunused-function] isRemembered(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50865:1: warning: unused function 'isSegmentBridge' [-Wunused-function] isSegmentBridge(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50872:1: warning: unused function 'isSemaphoreOop' [-Wunused-function] isSemaphoreOop(sqInt anOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50932:1: warning: unused function 'isValidObjStackAt' [-Wunused-function] isValidObjStackAt(sqInt objStackRootIndex) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51079:1: warning: unused function 'isWeakNonImm' [-Wunused-function] isWeakNonImm(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51217:1: warning: unused function 'knownClassAtIndex' [-Wunused-function] knownClassAtIndex(sqInt classIndex) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51226:1: warning: unused function 'lastPointerFormat' [-Wunused-function] lastPointerFormat(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51355:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function] lengthOfMaybeImmediate(sqInt oop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53697:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function] newSpaceIsEmpty(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53932:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function] noUnscannedEphemerons(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58081:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function] slidingCompactionInProgress(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58149:1: warning: unused function 'startOfObject' [-Wunused-function] startOfObject(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59157:1: warning: unused function 'validClassTableHashes' [-Wunused-function] validClassTableHashes(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59238:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function] validFreeTreeChunk(sqInt chunk) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59281:1: warning: unused function 'validObjStacks' [-Wunused-function] validObjStacks(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60078:1: warning: unused function 'isMobile' [-Wunused-function] isMobile(sqInt obj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60089:1: warning: unused function 'isPostMobile' [-Wunused-function] isPostMobile(sqInt obj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60356:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function] savedFirstFieldsSpaceWasAllocated(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function] validRelocationPlanInPass(sqInt onePass) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61318:1: warning: unused function 'segLimit' [-Wunused-function] segLimit(SpurSegmentInfo * self_in_segLimit) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61413:1: warning: unused function 'allBridgesMarked' [-Wunused-function] allBridgesMarked(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61463:1: warning: unused function 'bridgeAt' [-Wunused-function] bridgeAt(sqInt segIndex) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61478:1: warning: unused function 'bridgeFor' [-Wunused-function] bridgeFor(SpurSegmentInfo *aSegment) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61601:1: warning: unused function 'isInSegments' [-Wunused-function] isInSegments(usqInt address) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61622:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function] isValidSegmentBridge(sqInt objOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61924:1: warning: unused function 'segmentOverlap' [-Wunused-function] segmentOverlap(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62278:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function] allOnesAsCharStar(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62361:1: warning: unused function 'assertValidStackLimits' [-Wunused-function] assertValidStackLimits(sqInt ln) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63096:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function] checkStackPointerForMaybeMarriedContext(sqInt aContext) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63251:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function] contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63353:1: warning: unused function 'cr' [-Wunused-function] cr(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65994:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function] ifCurrentStackPageHasValidHeadPointers(StackPage *thePage) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66015:1: warning: unused function 'iframeMethod' [-Wunused-function] iframeMethod(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66072:1: warning: unused function 'isBaseFrame' [-Wunused-function] isBaseFrame(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66178:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function] isMarriedOrWidowedContext(sqInt aContext) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66197:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function] isMetaPrimitiveIndex(sqInt primIndex) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66210:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function] isNullExternalPrimitiveCall(sqInt aMethodObj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66235:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function] isPrimitiveFunctionPointerAnIndex(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68101:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function] maybeLeakCheckExternalPrimCall(sqInt aMethodObj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68492:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function] noMarkedContextsOnPage(StackPage *thePage) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71266:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function] pushedReceiverOrClosureOfFrame(char *theFP) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72165:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function] saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72905:1: warning: unused function 'space' [-Wunused-function] space(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73339:1: warning: unused function 'stackLimitBytes' [-Wunused-function] stackLimitBytes(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74195:1: warning: unused function 'validBCPCinMethod' [-Wunused-function] validBCPCinMethod(sqInt thePC, usqInt aMethod) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74209:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function] validInstructionPointerinFrame(usqInt anInstrPointer, char *fp) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74222:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function] validStackPageBaseFrames(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2018:13: warning: unused variable 'byteCount' [-Wunused-variable] _iss usqInt byteCount; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2019:12: warning: unused variable 'cifs' [-Wunused-variable] _iss sqInt cifs; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2020:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable] _iss sqInt codeGeneratorToComputeAccessorDepth; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2021:12: warning: unused variable 'functions' [-Wunused-variable] _iss sqInt functions; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2022:12: warning: unused variable 'initialMemoryAddress' [-Wunused-variable] _iss sqInt initialMemoryAddress; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2023:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable] _iss sqInt largeOpaqueMemoryManager; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2024:12: warning: unused variable 'memoryManager' [-Wunused-variable] _iss sqInt memoryManager; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2025:12: warning: unused variable 'nextAddress' [-Wunused-variable] _iss sqInt nextAddress; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2026:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable] _iss sqInt preferredPinningSegment; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2027:12: warning: unused variable 'statCoalesces' [-Wunused-variable] _iss sqInt statCoalesces; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2028:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable] _iss usqLong statFGCDeltaUsecs; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2029:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable] _iss usqLong statIncrGCUsecs; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2030:12: warning: unused variable 'testWorker' [-Wunused-variable] _iss sqInt testWorker; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2031:12: warning: unused variable 'theUnknownShort' [-Wunused-variable] _iss sqInt theUnknownShort; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveCalls.c [ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveUtils.c [ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here setHandler(aOop, address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning void* address; ^ = NULL 1 warning generated. [ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/typesPrimitives.c [ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/utils.c [ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable] sqInt flags; ^ 1 warning generated. [ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable] void *handler; ^ 1 warning generated. [ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c [ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/semaphores/pharoSemaphore.c [ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/threadSafeQueue/threadSafeQueue.c [ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/pThreadedFFI.c [ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/worker.c [ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerPrimitives.c [ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerTask.c [ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2664:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3120:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3236:8: warning: expression result unused [-Wunused-value] error("what??"); ^~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4259:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:773:36: note: passing argument to parameter 'address' here extern CogMethod * methodFor(void *address); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4578:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long' [-Wint-conversion] address = positive64BitIntegerFor(mcpc); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here extern sqInt positive64BitIntegerFor(usqLong integerValue); ^ In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4619:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc))); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2541:72: note: passing argument to parameter 'callSiteReturnAddress' here inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4816:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5026:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5095:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5111:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5127:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5143:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5159:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5383:9: warning: expression result unused [-Wunused-value] error("cannot differentiate checked and unchecked entry-points with current cog method alignment"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5517:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5566:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5893:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5913:8: warning: expression result unused [-Wunused-value] error("what??"); ^~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6105:10: warning: expression result unused [-Wunused-value] error("too much code for stack check offset"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6734:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'CogMethod *' [-Wint-conversion] cPICPrototype = cPIC; ^ ~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7123:11: warning: unused variable 'fixupSize' [-Wunused-variable] sqInt fixupSize; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7125:11: warning: unused variable 'startAddress' [-Wunused-variable] sqInt startAddress; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7124:11: warning: unused variable 'opcodeSize' [-Wunused-variable] sqInt opcodeSize; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7657:8: warning: expression result unused [-Wunused-value] error("could not find selector in method when unlinking send site"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7832:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7834:8: warning: expression result unused [-Wunused-value] error("invalid opcode for inverse"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8203:14: warning: expression result unused [-Wunused-value] error("attempt to become two cogged methods"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8206:14: warning: expression result unused [-Wunused-value] error("attempt to become cogged method into different method"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8495:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8498:9: warning: expression result unused [-Wunused-value] error("youngReferrers list overflowed"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8845:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9142:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9538:11: warning: expression result unused [-Wunused-value] error("attempt to generate run-time routine containing young object reference. Cannot initialize Cogit run-time."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9660:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9715:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7635:66: note: passing argument to parameter 'mcpc' here indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9957:8: warning: expression result unused [-Wunused-value] error("couldn't locate end of clean block"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10179:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10231:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10281:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10329:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10377:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7766:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10850:9: warning: expression result unused [-Wunused-value] error("no room on youngReferrers list"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17179:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0); ^~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:923:125: note: passing argument to parameter 'fwdJumpTarget' here static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17221:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long') [-Wint-conversion] finished = nonFwdJumpTargetOrZero; ^ ~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17430:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17613:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17633:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18234:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18260:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0); ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22772:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22858:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:23444:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:25607:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:25740:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:25874:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:25972:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27115:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27238:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27300:9: warning: expression result unused [-Wunused-value] error("couldn't find unused register in genDivR:R:Quo:Rem:"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27937:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28287:9: warning: expression result unused [-Wunused-value] error("linking callsite to invalid address"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28356:9: warning: expression result unused [-Wunused-value] error("linking callsite to invalid address"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28492:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28524:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28533:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion] memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1); ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:77:62: note: expanded from macro 'memset' __builtin___memset_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0' #define __darwin_obsz0(object) __builtin_object_size (object, 0) ^~~~~~ In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28533:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1); ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:77:27: note: expanded from macro 'memset' __builtin___memset_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^~~~ In file included from /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28572:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28777:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28788:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28806:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28020:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28944:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28955:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29004:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28020:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29014:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28020:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29082:9: warning: expression result unused [-Wunused-value] error("shouldBeImplemented"); ^~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29088:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29094:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29100:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29106:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29112:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29225:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) { ^~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28002:82: note: passing argument to parameter 'anAddress' here isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29383:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void (*)(void)' [-Wint-conversion] return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29047:47: note: passing argument to parameter 'primitiveRoutine' here compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void)) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29386:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long (*)(void)')) [-Wcompare-distinct-pointer-types] || (primitiveRoutine == primitiveFail)) { ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30006:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) { ^~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28002:82: note: passing argument to parameter 'anAddress' here isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30764:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32195:9: warning: expression result unused [-Wunused-value] error("Cog JIT internal error. Too many abstract opcodes. Num opcodes heuristic is too optimistic."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33682:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines); ^~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1259:78: note: passing argument to parameter 'function' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33682:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1259:94: note: passing argument to parameter 'name' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33683:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1259:78: note: passing argument to parameter 'function' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33683:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1259:94: note: passing argument to parameter 'name' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33702:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion] trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2) ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10011:29: note: passing argument to parameter 'routinePrefix' here trampolineNamenumArgs(char *routinePrefix, sqInt numArgs) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33702:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2) ^~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1292:80: note: passing argument to parameter 'aRoutine' here static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33925:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33929:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : argReg), TempReg, label, fixup); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33929:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : argReg), TempReg, label, fixup); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34002:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34006:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35029:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35159:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35028:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35031:22: note: uninitialized use occurs here if (isIntegerValue(result)) { ^~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34997:17: note: initialize the variable 'result' to silence this warning sqInt result; ^ = 0 /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35422:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35421:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35425:34: note: uninitialized use occurs here return ssPushAnnotatedConstant((result ^~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35396:15: note: initialize the variable 'result' to silence this warning int result; ^ = 0 /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36231:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion] (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36455:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2159:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function] availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2193:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function] cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2280:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function] initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2299:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function] initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2322:1: warning: unused function 'isLiteral' [-Wunused-function] isLiteral(AbstractInstruction * self_in_isLiteral) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2378:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function] rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2391:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function] wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2418:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function] computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2433:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function] computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2478:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function] concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2597:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function] loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2872:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function] allMethodsHaveCorrectHeader(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5940:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function] expectedClosedPICPrototype(CogMethod *cPIC) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6217:1: warning: unused function 'firstMappedPCFor' [-Wunused-function] firstMappedPCFor(CogMethod *cogMethod) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8955:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function] maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9267:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function] noAssertMethodClassAssociationOf(sqInt methodPointer) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9279:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function] noCogMethodsMaximallyMarked(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9439:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function] picAbortDiscriminatorValue(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9548:1: warning: unused function 'registerMaskFor' [-Wunused-function] registerMaskFor(sqInt reg) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9555:1: warning: unused function 'registerMaskForand' [-Wunused-function] registerMaskForand(sqInt reg1, sqInt reg2) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10796:1: warning: unused function 'counters' [-Wunused-function] counters(CogMethod * self_in_counters) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11064:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function] kosherYoungReferrers(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11551:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function] voidYoungReferrersPostTenureAll(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16862:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function] checkValidDerivedObjectReference(sqInt bodyAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16877:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function] couldBeDerivedObject(sqInt bodyAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17019:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function] genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22447:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function] getActiveContextAllocatesInMachineCode(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22458:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function] inlineCacheTagIsYoung(sqInt cacheTag) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22865:1: warning: unused function 'isMergeFixup' [-Wunused-function] isMergeFixup(BytecodeFixup * self_in_isMergeFixup) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22924:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function] callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22931:1: warning: unused function 'callInstructionByteSize' [-Wunused-function] callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22952:1: warning: unused function 'cFloatResultToRd' [-Wunused-function] cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22963:1: warning: unused function 'cFloatResultToRs' [-Wunused-function] cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22974:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function] cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:23523:1: warning: unused function 'concretizeFill32' [-Wunused-function] concretizeFill32(AbstractInstruction * self_in_concretizeFill32) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:23699:1: warning: unused function 'cStackPointer' [-Wunused-function] cStackPointer(AbstractInstruction * self_in_cStackPointer) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27245:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function] fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27381:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function] generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27411:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function] generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27501:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function] genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27560:1: warning: unused function 'genMemCopytosize' [-Wunused-function] genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27866:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function] genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27877:1: warning: unused function 'genSwapRRScratch' [-Wunused-function] genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28049:1: warning: unused function 'jumpLongByteSize' [-Wunused-function] jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28056:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function] jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28107:1: warning: unused function 'leafCallStackPointerDelta' [-Wunused-function] leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28118:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function] literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28130:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function] loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28137:1: warning: unused function 'machineCodeAt' [-Wunused-function] machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28150:1: warning: unused function 'machineCodeBytes' [-Wunused-function] machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28193:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function] numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28249:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function] relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28585:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function] zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30864:1: warning: unused function 'numSpecialSelectors' [-Wunused-function] numSpecialSelectors(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31831:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function] v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36204:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function] receiverIsInReceiverResultReg(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36911:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function] tempsValidAndVolatileEntriesSpilled(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:37012:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function] violatesEnsureSpilledSpillAssert(void) ^ [ 33%] No patch step for 'libffi-download' pushNilSizeFunction localised to compileBlockBodies savedFirstOpcodeIndex localised to compileBlockBodies savedLastDumpedLiteralIndex localised to compileBlockBodies savedNextLiteralIndex 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: [ 44%] Performing update step for 'libffi-download' warning, variable nsMethodCache doesn't exist or has already been removed 166 warnings generated. [ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma auto_inline(off) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma auto_inline(on) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2969:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2970:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2990:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3004:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3018:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3032:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3046:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3060:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3074:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3088:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3102:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3116:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3130:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3144:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3158:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3186:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3200:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3215:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3217:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3232:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3233:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3234:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3249:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3250:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3266:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3267:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3268:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3283:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3284:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3285:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3300:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3301:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3302:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3317:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3318:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3319:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3334:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3335:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3336:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3351:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3352:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3353:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3368:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3369:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3370:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3385:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3386:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3387:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3402:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3403:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3404:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3418:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3419:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3420:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3434:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3435:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3436:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3450:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3451:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3452:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3466:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3467:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3468:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4688:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4744:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4745:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4748:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4764:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4765:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4784:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4788:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4804:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4805:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4808:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4824:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4825:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4844:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4845:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4848:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4864:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4865:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4868:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4884:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4888:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4904:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4997:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localReturnValue = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5037:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5057:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closure = longAt(localFP + (frameStackedReceiverOffset(localFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5074:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5075:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5076:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5078:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5106:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5107:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5108:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5110:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext1 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5127:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5128:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5129:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5131:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext2 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5155:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5161:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5168:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5191:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5192:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5193:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5195:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext3 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5222:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil2 = longAt((thePage3->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5247:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5288:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localFP = pointerForOop(longAt(localFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5290:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5304:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5315:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5319:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5410:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5418:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5450:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5479:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5482:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5485:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5488:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5518:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5529:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5533:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5549:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5550:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5552:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((localFP + FoxIFrameFlags) + 1)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5563:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5574:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5577:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj1 = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5621:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5622:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5623:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5625:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5658:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord()))))); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5664:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5665:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5666:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5713:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] objOop = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5756:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5757:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5760:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5842:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] objOop = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5885:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5886:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5889:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6172:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6173:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6246:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6261:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6266:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6267:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6278:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6303:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput((localSP -= BytesPerOop), localIP); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6305:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput((localSP -= BytesPerOop), localFP); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6361:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6362:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6424:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6455:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6456:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6472:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc ~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6489:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6490:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6491:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6493:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object3 = longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6605:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj1 = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6700:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6701:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6898:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6899:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6900:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6902:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7040:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7041:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7042:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7064:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7066:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7101:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7102:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7103:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7155:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7156:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7158:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7474:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7475:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7480:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7503:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] byteAtput(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7717:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7723:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7861:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7868:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8938:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8944:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8945:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9097:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9103:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9104:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9243:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9251:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9296:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9297:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9365:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9366:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9409:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9410:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9740:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9741:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9793:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9794:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10106:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10107:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10108:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10110:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theThingToPush = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10160:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] localReturnValue = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10313:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10319:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10320:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10457:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10463:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10464:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11533:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11539:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11692:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11698:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11699:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11838:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11846:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11884:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11891:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11892:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11960:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11961:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12004:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12005:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12242:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12243:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12295:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12509:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12610:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12641:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12642:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12658:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12675:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12676:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12679:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12761:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12762:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12763:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12938:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(localSP); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13036:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13037:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13042:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] byteAtput(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13175:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13270:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13271:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13395:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13396:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13399:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13424:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13519:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13520:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13641:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13642:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13739:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13740:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13741:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13743:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13807:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13857:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13858:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13859:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13861:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12922:3: warning: unused label 'directedSuperclassSend' [-Wunused-label] directedSuperclassSend: ^~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14246:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14255:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14262:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14265:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14270:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14282:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14285:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14332:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14336:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14343:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14347:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14373:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14377:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14560:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(lifp + FoxMethod); ^~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14571:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(lifp + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField1 = longAt(lifp + FoxMethod); ^~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14604:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(lifp + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14619:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = ((usqInt)(longAt((aStackPage->headSP)))); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14668:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14670:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodObj = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14692:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(theFP + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14698:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14699:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14755:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14756:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14778:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14779:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14782:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14782:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14784:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14786:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14786:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))))); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14787:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14790:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14791:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14812:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14812:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14816:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p)); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14823:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), pc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14837:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14866:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14911:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14961:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14961:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14963:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14964:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14967:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14967:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14968:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14969:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14974:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14976:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14977:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14979:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14980:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14985:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14985:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14986:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15012:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] result = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15015:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15073:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] contextToReturnTo = longAt((GIV(stackPage)->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15102:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15132:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15135:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15141:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15159:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15161:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15165:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15167:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15170:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15203:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15207:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15210:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15213:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15239:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] resultOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15241:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15250:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15312:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15317:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15341:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15346:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15419:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15450:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15582:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15602:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15603:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15604:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15606:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15612:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15615:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15618:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15637:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15638:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15639:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15641:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP2 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15650:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15661:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15662:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15663:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15665:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext1 = longAt(theFP6 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15671:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15674:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15691:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15697:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15704:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15728:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15729:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15730:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15732:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ourContext = longAt(theFP3 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15738:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15741:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15744:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15760:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil2 = longAt((thePage3->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15781:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15816:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15823:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15825:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15867:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15878:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15879:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15978:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16095:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16138:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16139:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16155:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16164:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(p); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16165:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((p - BytesPerWord) - BytesPerWord, longAt(p)); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16165:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((p - BytesPerWord) - BytesPerWord, longAt(p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16172:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16174:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16177:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16179:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16171:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16183:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodObj); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16207:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16211:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16362:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16391:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16470:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16475:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodPointer = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16577:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0 ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16608:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0 ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16622:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16629:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16654:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16658:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16682:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(GIV(framePointer) + FoxMFReceiver)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16686:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(GIV(framePointer) + FoxIFReceiver))), 1, null); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16703:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset()))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16936:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16940:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16948:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16950:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16952:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16953:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16977:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16979:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16988:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) { ^~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16994:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17001:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17090:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17148:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17150:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17164:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxIFSavedIP) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17165:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17219:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17222:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17223:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17226:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17235:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17376:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17380:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17392:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17419:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17427:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17455:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17463:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17466:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17493:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17521:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17577:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17826:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17828:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17940:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17941:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17944:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMFReceiver, followForwarded(oop)); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17949:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17952:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFReceiver, followForwarded(oop)); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17954:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17971:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17971:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17972:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, (oop = newOop)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17975:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17977:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17980:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) { ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17981:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17981:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17984:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17986:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17988:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theFP + offset); ^~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17991:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + offset, followForwarded(oop)); ^~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17993:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17999:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18001:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, followForwarded(oop)); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18065:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18076:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18077:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18088:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18089:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18097:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18109:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18111:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18125:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18226:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18256:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18258:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18259:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18260:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18261:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18262:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18263:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)), 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18292:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18341:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18350:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18365:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18372:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18379:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18439:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] theIP = oopForPointer(instrPtr); ^~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here static inline sqInt oopForPointer(void *ptr) { return (sqInt)ptr; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18451:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18462:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((thePage->headSP)) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18463:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18467:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext)) ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18572:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18584:4: warning: expression result unused [-Wunused-value] !GIV(primFailCode); ^ ~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18615:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18749:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18767:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), maybeClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18793:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC()); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18796:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18860:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18862:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), (VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18888:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theIP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18976:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18977:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] || ((longAt(theFP + FoxIFSavedIP)) == 0) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18990:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18994:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, remapObj(oop)); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19001:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19003:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19004:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (shouldRemapObj(longAt(theFP + FoxThisContext))) { ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19005:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19005:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19012:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19013:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (shouldRemapObj(longAt(theFP + FoxMethod))) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19015:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(theIPPtr); ^~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19019:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(theIPPtr); ^~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19024:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP -= longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19026:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19028:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19028:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod))); ^~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19032:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19038:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19041:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, remapObj(oop)); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19169:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19173:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19186:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, oop); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19193:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19194:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19195:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19197:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] markAndTrace(longAt(theFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19199:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19201:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19211:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] markAndTrace(longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19213:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19221:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19234:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theSP, oop); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19292:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19295:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19357:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long (long)') from a function with result type 'sqInt' (aka 'long') [-Wint-conversion] return mcprimHashMultiply; ^~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19455:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19465:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19488:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0; ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19511:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19736:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19740:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19743:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19744:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19745:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19747:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19752:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((newSP -= BytesPerWord), theContext); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19755:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19757:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19761:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19761:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19775:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(callerFP + FoxIFSavedIP, callerIP); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + stackedReceiverOffset, callerIP); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC()); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19788:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, 0); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19796:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19797:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19798:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19799:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(fpInNewPage + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20332:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20334:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = (longAt(address)) & 7; ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20338:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20342:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20354:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20356:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20359:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20360:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20379:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20386:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20387:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20389:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20403:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20405:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20417:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20455:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20512:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20514:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20516:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20531:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20533:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20550:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20551:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20552:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20553:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20565:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20567:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20568:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20570:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20576:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC()) ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20581:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20585:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20592:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0 ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20594:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize)); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20598:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] topThing = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20606:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20607:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20608:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20613:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20624:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20625:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20626:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21235:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), oldBaseAddr - GIV(cogCodeSize))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long')) desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:76: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long') and 'char *') [-Wconditional-type-mismatch] desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ ~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'char *' [-Wint-conversion] desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21354:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize)); ^~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21354:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21439:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21443:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21450:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21456:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] retValue = longAt(GIV(framePointer) + FoxMFReceiver); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21461:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] retValue = longAt(GIV(framePointer) + FoxMFReceiver); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21464:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21467:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21472:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21485:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21512:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21515:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21518:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21523:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21526:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21540:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21696:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21705:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21714:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21754:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21760:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21767:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21767:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21774:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21794:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21804:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21807:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21816:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21831:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21933:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21945:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21995:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21999:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22002:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22002:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22009:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22023:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22029:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22032:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22039:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22047:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22051:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22066:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22124:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22134:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22139:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22140:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22141:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22141:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22143:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22144:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22146:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22147:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22148:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord)))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22405:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22720:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22737:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22738:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22741:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22845:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22847:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22860:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22864:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22888:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22890:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22898:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = ((usqInt)(longAt(theIPPtr))); ^~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22902:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theIPPtr, theIP + ((theMethod->objectHeader))); ^~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22904:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader))); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22906:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22931:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22934:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22940:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] tempIndex = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22953:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((longAt(argsPointer)) & (tagMask())) == 0) ^~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22954:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) { ^~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2913:49: note: expanded from macro 'oopisLessThan' #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop)) ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22961:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer)); ^~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22972:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((longAt(pointer)) & (tagMask())) == 0) ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22973:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) { ^~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2913:49: note: expanded from macro 'oopisLessThan' #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop)) ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22980:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer)); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23004:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory()); ^~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23007:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23011:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theInstrPointer = longAt(fp + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23041:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] senderContextOrNil = longAt((aPage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23042:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23488:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] withDetails = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23529:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] context = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23537:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23591:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23592:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeProc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23597:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23630:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23635:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23662:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23716:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23721:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] flushExternalPrimitiveOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23722:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23738:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] selector = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23776:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23826:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodReceiver = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23862:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23893:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23895:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23896:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat())) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23897:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23900:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23904:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23923:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23924:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat())) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23925:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23927:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23946:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23960:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23980:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23999:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24017:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24036:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24037:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24043:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24126:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24181:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] proc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24240:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (synchronousSignal(longAt(GIV(stackPointer)))) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24261:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24281:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24313:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] process = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24316:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24538:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aContextOrNil = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24548:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24594:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24596:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24604:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24614:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24622:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24622:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24624:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, contextsFP); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24624:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, contextsFP); ^~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24625:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24629:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(contextsFP + FoxIFSavedIP, contextsIP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24632:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(newFP + FoxCallerSavedIP, contextsIP); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24660:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24705:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24746:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24819:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24821:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24819:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24925:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24930:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24934:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24967:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24968:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24971:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24996:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25179:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25245:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25248:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, methodField - 4); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] flags = longAt(theFP + FoxIFrameFlags); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25254:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxIFrameFlags, flags - 2); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25257:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25799:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25800:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25862:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25863:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25907:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] result = allInstancesOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25912:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] result = allInstancesOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25964:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26009:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26034:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26038:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26046:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26046:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26068:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26069:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26089:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] characterCode = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26102:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) ))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26148:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26276:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26308:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26467:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26518:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cursorObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26522:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26523:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] maskObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26746:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26818:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0 ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26820:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (objCouldBeClassObj(longAt(GIV(stackPointer))) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26821:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0 ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26823:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask())) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26863:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26925:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26989:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27006:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27007:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27014:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27047:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27190:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27191:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27198:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27216:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27224:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27262:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27284:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27299:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27365:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27366:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27373:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27502:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27520:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27521:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27528:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27556:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27563:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(nilObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27584:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27672:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27684:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27721:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] instance = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27776:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] s = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27844:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27889:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27972:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28021:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28071:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28078:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28081:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28092:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28097:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28100:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28120:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28127:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28141:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28146:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28149:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28169:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28173:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28176:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28176:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28183:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28192:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28205:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28284:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28334:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28341:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28344:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28360:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28363:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28383:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28390:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28393:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28404:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28412:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28432:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28439:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28439:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28443:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28446:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28464:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28468:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28547:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28569:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28602:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28607:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28629:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28639:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28650:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28655:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28678:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28688:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28699:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28704:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28707:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28727:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28734:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28734:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28738:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28741:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28747:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28759:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28763:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28836:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28870:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28871:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28950:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28957:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28963:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29001:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] order = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29009:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29012:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29059:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29079:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] fillValue = positive64BitValueOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29080:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29170:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29185:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29231:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29330:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((longAt(GIV(stackPointer)))) & 7) == 1)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29331:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] crashInThisThread = ((longAt(GIV(stackPointer))) >> 3); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29335:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29339:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29375:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29405:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29405:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29410:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29435:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29451:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29472:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29510:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29511:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29531:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29554:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29555:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29585:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29600:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29601:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29613:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29632:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29633:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29663:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29685:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29776:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29782:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29786:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29789:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29789:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29796:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29810:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29819:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29826:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29829:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29838:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29903:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29931:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29932:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30011:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30035:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30036:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30064:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30088:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopToStore = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30095:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30096:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30132:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30166:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30167:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30254:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30283:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30284:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30364:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30395:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30396:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30507:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30508:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30619:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30620:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30700:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30731:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30732:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30812:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30842:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30843:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30922:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30951:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30952:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31032:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31062:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31063:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31344:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31356:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31357:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31358:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31463:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31515:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31551:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31558:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31561:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31572:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31577:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31580:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31609:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31616:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31619:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31635:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31658:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31665:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31669:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31672:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31690:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31694:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31713:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31823:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31833:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31844:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31849:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31852:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31881:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31891:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31902:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31930:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31934:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31937:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31944:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31962:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31966:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32059:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32081:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32103:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32127:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32134:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32137:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32148:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32185:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32192:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32195:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32206:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32211:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32214:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32234:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32238:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32241:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32245:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32270:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32289:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32330:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32353:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32380:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] key = cStringOrNullFor(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32403:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32421:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32478:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32620:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32706:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32707:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32734:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32735:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32738:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32754:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32781:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32782:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32785:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32800:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ammount = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32831:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32874:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((longAt(GIV(stackPointer))) == GIV(trueObj)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32921:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32922:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32933:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32950:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32976:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33000:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] s = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33068:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33089:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33112:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33126:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33198:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33199:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33228:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33244:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33258:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33274:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33295:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33306:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33344:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33345:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33346:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33391:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33478:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33504:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33557:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33614:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33621:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33634:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33680:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33689:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33715:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33728:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33729:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33756:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33757:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33775:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33776:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33803:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33804:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33807:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33839:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33908:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33983:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33986:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34027:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34044:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34062:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34105:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34106:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34226:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34226:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34231:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34262:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34263:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34288:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34306:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34322:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34378:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34379:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34400:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34416:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34419:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer)))) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34456:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] header = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34457:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34465:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] class = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34588:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34591:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer)))) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34625:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34693:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34696:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34794:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34797:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34833:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] object = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34916:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34939:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] instance = accessibleObjectAfter(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34942:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34948:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34963:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34964:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34967:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34976:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34996:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34999:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35021:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35022:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thisObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((longAt(GIV(stackPointer))) == GIV(trueObj)) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35112:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] goal = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35118:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] stack = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35119:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35360:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] path = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35362:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35396:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] lookupClass = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35428:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] selector = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35429:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35459:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35506:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35521:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ~~~~^~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35521:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35554:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35555:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] selector = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35556:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35582:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35586:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35621:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35634:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ~~~~^~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35634:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35721:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35749:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(GIV(stackPointer))) >> 3) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35769:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35852:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35853:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35871:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35888:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35933:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35934:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35951:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35977:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36006:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36078:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36122:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36126:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36139:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36155:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36171:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36208:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36238:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36252:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36262:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36292:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36328:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] stringOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36394:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36395:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask())); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36397:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36405:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36409:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36430:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36446:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36483:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36501:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] labelOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36563:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36579:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36617:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36623:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36639:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36659:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36660:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36698:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36720:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36752:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36768:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36803:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] bytes = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36838:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36861:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36932:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] byteSize = ((longAt(GIV(stackPointer))) & (tagMask()) ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36934:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : bytesInObject(longAt(GIV(stackPointer)))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36977:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] nElements = ((longAt(GIV(stackPointer))) >> 3); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36978:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37032:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37076:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37091:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37131:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37148:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37187:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37202:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37248:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37273:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37288:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37328:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37346:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer))))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ((((usqInt)(longAt(GIV(stackPointer))))) <= 15 ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37364:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)), ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37383:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37423:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37438:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37478:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37505:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37520:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37587:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37602:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37642:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37669:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37684:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37724:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37746:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37785:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37800:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37840:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37865:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37880:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37939:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38032:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38072:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38090:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38100:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38138:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38173:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] class = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38183:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38232:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38287:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38288:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38291:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38307:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38308:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38309:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38348:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38349:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38483:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38514:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38516:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] array = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] start = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] stop = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38726:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] repl = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38727:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38792:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] arrayFmt = arrayFmt; ~~~~~~~~ ^ ~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38839:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] replFmt = replFmt; ~~~~~~~ ^ ~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38993:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39025:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39026:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39060:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39090:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39091:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeProc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39096:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39123:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39129:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39134:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39172:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39192:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39208:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39211:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39227:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39280:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] moduleName = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39461:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] resultArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39523:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] resultArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39557:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39607:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44972:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50011:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51843:5: warning: expression result unused [-Wunused-value] -classIndex2; ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51908:26: warning: expression result unused [-Wunused-value] 8 /* allocationUnit */ / BytesPerOop; ~ ^ ~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53205:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53420:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion] free((GIV(unscannedEphemerons).start)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here void free(void *); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57377:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion] reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here void *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57377:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57814:41: warning: expression result unused [-Wunused-value] asserta((checkInterpreterIntegrity()) == 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta' # define asserta(expr) (expr) ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57835:41: warning: expression result unused [-Wunused-value] asserta((checkInterpreterIntegrity()) == 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta' # define asserta(expr) (expr) ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58846:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] treeNode1 = treeNode1; ~~~~~~~~~ ^ ~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61339:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign] segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize)); ^~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61800:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62351:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__); ^~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62900:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62902:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord()))))))) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62903:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62904:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62905:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62912:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] maybeFrameCtxt = longAt(maybeFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62985:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62989:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62995:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62996:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62997:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62999:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63001:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)))); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63004:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63012:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63154:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63156:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63169:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63182:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63195:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63197:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63453:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63509:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63545:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63546:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63547:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63587:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt(theSP); ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63594:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63595:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63596:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63598:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63628:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63629:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63641:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63822:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign] interpreterProxy = interpreterProxy; ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63837:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63853:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63855:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63857:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64267:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64276:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64284:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64285:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64286:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64288:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerCtx = longAt(callerFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64297:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = longAt((thePage->headSP)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64311:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64349:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64354:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64357:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(callerSP, callerIP); ^~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64381:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(aFramePtr + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64528:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord()))))); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64529:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64544:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64550:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64555:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64672:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64681:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64688:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64689:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64690:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64692:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64711:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64712:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64713:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64714:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64715:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64890:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64982:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64983:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64985:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (homeContext == (longAt(theFP + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64989:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64990:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64991:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64992:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64994:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65004:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65005:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65006:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65008:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65014:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65021:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65110:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65123:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65178:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65179:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65180:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65181:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (homeContext == (longAt(theFP + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65185:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65186:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65188:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65190:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65200:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65201:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65202:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65204:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ctxtOrNilOrZero = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65212:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65219:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65265:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65268:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(ptr); ^~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65271:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(ptr, followForwarded(oop)); ^~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65274:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65276:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65277:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(ptr); ^~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65290:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(ptr, oop); ^~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65293:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65294:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65295:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65300:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65301:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65302:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65341:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65385:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65387:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65401:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65727:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65739:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65741:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65742:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65743:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65744:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65745:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65746:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)), 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65767:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65768:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65769:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65809:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65835:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65836:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((longAt(callerFP + FoxSavedFP)) == 0)))) { ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65845:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65854:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65861:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65863:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65865:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(callerFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66017:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66074:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (longAt(theFP + FoxSavedFP)) == 0; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66114:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66340:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField) ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66341:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66342:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66343:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66345:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] maybeFrameCtxt = longAt(maybeFrame + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66359:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66420:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField) ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66421:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66422:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66423:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66426:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) { ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67803:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67882:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67884:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67892:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)))) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67897:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67903:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67903:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67904:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67904:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67905:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67905:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67906:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67906:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67911:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67915:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (anOop == (longAt(theSP))) { ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67923:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (anOop == (longAt(theSP))) { ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67957:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67969:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68002:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodFieldOrObj = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68004:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68019:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68025:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68030:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] byteAtput((theFP + FoxIFrameFlags) + 2, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68032:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] numArgs = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68036:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68037:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68043:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(theFP + FoxThisContext, theContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68055:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag()); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68068:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68070:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68071:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68075:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68076:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68077:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68307:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68336:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68352:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68478:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68480:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68481:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68482:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68483:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68499:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68500:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68501:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68503:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) { ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68507:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68621:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68646:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68706:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68713:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68719:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68729:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69242:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69387:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(cogMethodOf(meth)); ^~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1589:32: note: passing argument to parameter 'n' here extern sqInt printHexnp(usqInt n); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69399:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(cogMethodOf(meth)); ^~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1589:32: note: passing argument to parameter 'n' here extern sqInt printHexnp(usqInt n); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69455:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69456:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))), ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69457:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69459:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69479:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69505:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69600:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69686:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69697:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69699:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69707:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71132:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71135:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (oop == (longAt(theSP))) { ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71137:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71139:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theSP); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71145:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71146:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71147:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71148:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (oop == (longAt(theFP + FoxThisContext))) { ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71156:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (oop == (longAt(theFP + FoxMethod))) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71158:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71163:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71171:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (oop == (longAt(theSP))) { ^~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71173:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71175:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion] printHexnp(theSP); ^~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71268:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(theFP + (frameStackedReceiverOffset(theFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71280:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71611:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71617:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71620:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71659:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71834:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (index * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71849:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (index * BytesPerWord), oop); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71926:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71967:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71970:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71972:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71974:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxMethod)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71990:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72381:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72423:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP))); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72470:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72529:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72538:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72718:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72822:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72828:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72832:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72835:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72842:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72856:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72865:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72875:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72880:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73305:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73317:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73354:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73435:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73437:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73454:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73537:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73879:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73881:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73894:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73901:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73902:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73903:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73905:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73950:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73952:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74211:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74213:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(fp + FoxMethod)), fp); ^~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74502:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74504:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74505:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74506:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74507:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74508:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74560:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74582:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord()))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74598:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74614:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion] parameters = ((sqInt) null); ^~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74622:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] argHolder = alloca((argType->size)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74623:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] parameters[i] = argHolder; ^ ~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74638:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1702:76: note: passing argument to parameter 'returnHolder' here static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74695:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74717:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74724:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord()))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74731:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74751:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74760:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74774:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion] parameters = ((sqInt) null); ^~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74782:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] argHolder = malloc((argType->size)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74783:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] parameters[i] = argHolder; ^ ~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74788:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] aPtr = parameters[i1]; ^ ~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74791:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] free(aPtr); ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here void free(void *); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74813:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)aPointer)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74815:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74864:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74867:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74884:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1702:76: note: passing argument to parameter 'returnHolder' here static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74890:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] anParameterAddress = parameters[i]; ^ ~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74892:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] doFreeFromTask(task, anParameterAddress); ^~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2825:47: note: expanded from macro 'doFreeFromTask' #define doFreeFromTask(aTask,anAddress) (free(anAddress)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here void free(void *); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74901:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] doFreeFromTask(task, ((sqInt)task)); ^~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2825:47: note: expanded from macro 'doFreeFromTask' #define doFreeFromTask(aTask,anAddress) (free(anAddress)) ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here void free(void *); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74955:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74962:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (callerContextOrNil = longAt((thePage->baseAddress))), ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74967:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74968:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74969:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74972:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(callerFP + FoxThisContext)) ^~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74980:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74985:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74986:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74989:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74991:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74992:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74996:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74997:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74998:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75002:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75005:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75006:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75007:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75008:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75038:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion] return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75102:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75123:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75129:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75135:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75144:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75160:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)aPointer)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75162:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75171:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion] memcpy(targetPointer, returnHolder, sizeToCopy); ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy' __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75180:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75187:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75259:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75278:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion] memcpy(argHolder, srcPtr, argTypeSize); ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy' __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0' #define __darwin_obsz0(object) __builtin_object_size (object, 0) ^~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75278:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion] memcpy(argHolder, srcPtr, argTypeSize); ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy' __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75929:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76001:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76009:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76128:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76231:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76244:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76246:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76247:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76248:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76249:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76250:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76288:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76292:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76446:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76459:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76460:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76465:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76466:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76469:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76500:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] flag = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76681:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76683:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76868:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76874:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76886:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76912:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76973:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76975:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77010:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77029:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77041:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77086:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77098:2: warning: expression result unused [-Wunused-value] !GIV(primFailCode); ^ ~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77106:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77110:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77144:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77157:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77214:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] methodArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77216:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77264:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77551:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77569:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion] addr = malloc(byteSize); ^ ~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77581:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)addr)); ^ ~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77602:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77623:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77630:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] || (isInMemory(addr)))) { ^~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50668:18: note: passing argument to parameter 'address' here isInMemory(sqInt address) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77663:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77691:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77709:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77725:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77741:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77854:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77870:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77872:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77888:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77952:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77981:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77987:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78018:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] stopContext = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78020:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78050:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] startFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78059:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78060:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78061:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78062:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] && (stopContext == (longAt(theFP1 + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78066:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78067:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78068:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78069:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : longAt(theFP1 + FoxMethod)); ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78081:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78082:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78083:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78085:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] handlerOrNilOrZero = longAt(theFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78093:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78100:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78131:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78167:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78175:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78197:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78501:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78503:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78626:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] newValue = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78630:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78801:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78803:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78861:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78877:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78879:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78921:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78978:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78994:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78996:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79034:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79036:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79109:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79111:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79128:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79207:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79223:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79225:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79242:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79263:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79265:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79322:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79338:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79340:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79357:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79378:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79380:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79437:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79453:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79455:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79472:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79492:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79494:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79550:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79565:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79583:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79604:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79606:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79681:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79683:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79702:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79798:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79894:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79909:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79948:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80009:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80025:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80027:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80046:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] module = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80085:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80130:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize))); ^~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here void *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80166:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle); ^~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here void *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle); ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80175:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)address)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80178:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80199:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80201:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80272:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80274:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80311:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80313:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80388:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80390:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] 2481 warnings generated. [ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types] VM->push = push; ^ ~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible function pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-function-pointer-types] VM->pushFloat = pushFloat; ^ ~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible function pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-function-pointer-types] VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible function pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-function-pointer-types] VM->forceInterruptCheck = forceInterruptCheck; ^ ~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible function pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-function-pointer-types] VM->utcMicroseconds = ioUTCMicroseconds; ^ ~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible function pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-function-pointer-types] VM->stringForCString = stringForCString; ^ ~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types] VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types] VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible function pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-function-pointer-types] VM->platformSemaphoreNew = platform_semaphore_new; ^ ~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types] VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 warnings generated. [ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable] int v; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable] sqInt xArray; ^ 6 warnings generated. [ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/osx/aioOSX.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable] int n; ^ 1 warning generated. [ 33%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c:317:8: warning: unused variable 'pc' [-Wunused-variable] void *pc; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c:436:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 - No longer supported [-Wdeprecated-declarations] getcontext(&uap); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ucontext.h:38:6: note: 'getcontext' has been explicitly marked deprecated here int getcontext(ucontext_t *); ^ 2 warnings generated. [ 33%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o /Library/Developer/CommandLineTools/usr/bin/c++ -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/utilsMac.mm [ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/fileDialogMac.m [ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/memoryUnix.c [ 35%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -Wl,-rpath,@executable_path/Plugins /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80409:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80430:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80432:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80489:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80505:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80507:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80616:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80618:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80634:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80703:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80736:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] thang = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80738:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80741:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80769:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80790:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80807:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80818:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80840:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80842:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80845:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80845:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80868:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80868:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80870:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80901:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80909:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] boolean = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80944:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80983:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81020:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] msecsObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81091:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] usecsObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81093:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81179:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81181:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81230:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81250:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81263:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81276:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81292:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81339:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] newValue = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81341:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81343:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81397:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81489:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81508:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81522:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81541:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81572:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81574:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81576:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81644:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81661:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81665:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81694:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81715:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81717:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81719:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81778:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81794:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81796:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81838:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81840:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81842:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81901:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81921:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81961:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81965:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82039:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82041:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82043:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82062:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82084:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82086:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82088:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82148:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82165:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82167:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82213:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82215:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82275:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82292:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82294:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82296:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82337:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82339:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82341:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82415:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82417:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82419:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82437:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82458:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82460:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82523:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82539:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82541:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82543:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82585:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82587:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82666:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82668:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82712:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82714:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82716:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82789:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82791:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82793:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82833:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82835:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82837:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82924:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82958:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82983:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82985:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83091:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83093:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83095:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83158:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83174:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83176:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83178:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83222:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83224:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83226:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83287:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83303:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83305:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83307:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83328:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83349:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83351:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83353:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83414:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83430:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83432:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83434:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83476:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83478:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83558:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83560:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83727:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83753:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83962:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83982:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84103:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84114:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84115:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84116:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84118:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] objOrFP = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84122:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84124:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84182:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84282:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84306:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion] return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord()))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13953:1: warning: unused function 'cmHomeMethod' [-Wunused-function] cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14116:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function] pageListIsWellFormed(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14535:1: warning: unused function 'asCogHomeMethod' [-Wunused-function] asCogHomeMethod(CogBlockMethod *aCogMethod) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17184:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function] deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18074:1: warning: unused function 'frameHasContext' [-Wunused-function] frameHasContext(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18086:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function] frameIsBlockActivation(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18095:1: warning: unused function 'frameMethodObject' [-Wunused-function] frameMethodObject(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18107:1: warning: unused function 'frameNumArgs' [-Wunused-function] frameNumArgs(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18123:1: warning: unused function 'frameReceiver' [-Wunused-function] frameReceiver(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18363:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function] iframeIsBlockActivation(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18370:1: warning: unused function 'iframeReceiver' [-Wunused-function] iframeReceiver(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18377:1: warning: unused function 'iframeSavedIP' [-Wunused-function] iframeSavedIP(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18613:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function] isMachineCodeFrame(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19502:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function] mframeIsBlockActivation(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19509:1: warning: unused function 'mframeReceiver' [-Wunused-function] mframeReceiver(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19924:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function] newMethodInLookupCacheAtand(sqInt selector, sqInt classTag) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22464:1: warning: unused function 'stackLimitOffset' [-Wunused-function] stackLimitOffset(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22477:1: warning: unused function 'stackPageHeadroom' [-Wunused-function] stackPageHeadroom(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40044:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function] headerWhileForwardingOf(sqInt aCompiledMethodObjOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40860:1: warning: unused function 'isImmediateFloat' [-Wunused-function] isImmediateFloat(sqInt oop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40968:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function] maxSlotsForAlloc(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40980:1: warning: unused function 'numFreeLists' [-Wunused-function] numFreeLists(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41199:1: warning: unused function 'wordIndexableFormat' [-Wunused-function] wordIndexableFormat(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41260:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function] allNewSpaceObjectsHaveZeroRTRefCount(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41339:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function] allWeakSurvivorsOnWeakList(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41742:1: warning: unused function 'firstCorpse' [-Wunused-function] firstCorpse(sqInt headOfCorpseList) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41993:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function] noUnfiredEphemeronsAtEndOfRememberedSet(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43871:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function] allObjectsUnmarked(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43986:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function] allOldMarkedWeakObjectsOnWeaklingStack(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44839:1: warning: unused function 'allocationUnit' [-Wunused-function] allocationUnit(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44850:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function] allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44876:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function] allUnscannedEphemeronsAreActive(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44908:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function] assertInnerValidFreeObject(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45498:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function] bitsSetInFreeSpaceMaskForAllFreeLists(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45560:1: warning: unused function 'bridgeSize' [-Wunused-function] bridgeSize(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45567:1: warning: unused function 'byteFormatMask' [-Wunused-function] byteFormatMask(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:46901:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function] classIndexFieldWidth(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:47038:1: warning: unused function 'classTableRootSlots' [-Wunused-function] classTableRootSlots(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48091:1: warning: unused function 'ephemeronFormat' [-Wunused-function] ephemeronFormat(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48098:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function] existInstancesInNewSpaceOf(sqInt classObj) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48306:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function] fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48670:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function] firstFixedFieldOfMaybeImmediate(sqInt oop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48974:1: warning: unused function 'formatOf' [-Wunused-function] formatOf(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48984:1: warning: unused function 'forwardedFormat' [-Wunused-function] forwardedFormat(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48995:1: warning: unused function 'forwardersIn' [-Wunused-function] forwardersIn(sqInt anObject) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49021:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function] freeChunkNextIndex(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49031:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function] freeChunkParentIndex(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49042:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function] freeChunkPrevIndex(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49230:1: warning: unused function 'goodContextSize' [-Wunused-function] goodContextSize(sqInt oop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49328:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function] hasSpurMemoryManagerAPI(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49401:1: warning: unused function 'hiddenRootSlots' [-Wunused-function] hiddenRootSlots(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49408:1: warning: unused function 'hiddenRootsObject' [-Wunused-function] hiddenRootsObject(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50467:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function] isCompiledMethodHeader(sqInt objHeader) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50484:1: warning: unused function 'isContextHeader' [-Wunused-function] isContextHeader(sqInt aHeader) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50502:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function] isCopiedIntoSegment(sqInt anObjectInTheHeap) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50525:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function] isEnumerableObjectNoAssert(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50561:1: warning: unused function 'isEphemeron' [-Wunused-function] isEphemeron(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50581:1: warning: unused function 'isForwardedClassTag' [-Wunused-function] isForwardedClassTag(sqInt classIndex) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50606:1: warning: unused function 'isFreeObject' [-Wunused-function] isFreeObject(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50613:1: warning: unused function 'isFreeOop' [-Wunused-function] isFreeOop(sqInt oop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50628:1: warning: unused function 'isInClassTable' [-Wunused-function] isInClassTable(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50651:1: warning: unused function 'isInEden' [-Wunused-function] isInEden(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50658:1: warning: unused function 'isInFutureSpace' [-Wunused-function] isInFutureSpace(sqInt address) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50693:1: warning: unused function 'isInNewSpace' [-Wunused-function] isInNewSpace(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50708:1: warning: unused function 'isInPastSpace' [-Wunused-function] isInPastSpace(sqInt address) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50715:1: warning: unused function 'isLargeFreeObject' [-Wunused-function] isLargeFreeObject(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50722:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function] isMaybeFiredEphemeron(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50741:1: warning: unused function 'isObjEphemeron' [-Wunused-function] isObjEphemeron(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50752:1: warning: unused function 'isObjImmutable' [-Wunused-function] isObjImmutable(sqInt anOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50855:1: warning: unused function 'isRemembered' [-Wunused-function] isRemembered(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50865:1: warning: unused function 'isSegmentBridge' [-Wunused-function] isSegmentBridge(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50872:1: warning: unused function 'isSemaphoreOop' [-Wunused-function] isSemaphoreOop(sqInt anOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50932:1: warning: unused function 'isValidObjStackAt' [-Wunused-function] isValidObjStackAt(sqInt objStackRootIndex) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51079:1: warning: unused function 'isWeakNonImm' [-Wunused-function] isWeakNonImm(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51217:1: warning: unused function 'knownClassAtIndex' [-Wunused-function] knownClassAtIndex(sqInt classIndex) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51226:1: warning: unused function 'lastPointerFormat' [-Wunused-function] lastPointerFormat(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51355:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function] lengthOfMaybeImmediate(sqInt oop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53697:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function] newSpaceIsEmpty(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53932:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function] noUnscannedEphemerons(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58081:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function] slidingCompactionInProgress(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58149:1: warning: unused function 'startOfObject' [-Wunused-function] startOfObject(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59157:1: warning: unused function 'validClassTableHashes' [-Wunused-function] validClassTableHashes(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59238:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function] validFreeTreeChunk(sqInt chunk) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59281:1: warning: unused function 'validObjStacks' [-Wunused-function] validObjStacks(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60078:1: warning: unused function 'isMobile' [-Wunused-function] isMobile(sqInt obj) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60089:1: warning: unused function 'isPostMobile' [-Wunused-function] isPostMobile(sqInt obj) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60356:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function] savedFirstFieldsSpaceWasAllocated(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function] validRelocationPlanInPass(sqInt onePass) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61318:1: warning: unused function 'segLimit' [-Wunused-function] segLimit(SpurSegmentInfo * self_in_segLimit) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61413:1: warning: unused function 'allBridgesMarked' [-Wunused-function] allBridgesMarked(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61463:1: warning: unused function 'bridgeAt' [-Wunused-function] bridgeAt(sqInt segIndex) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61478:1: warning: unused function 'bridgeFor' [-Wunused-function] bridgeFor(SpurSegmentInfo *aSegment) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61601:1: warning: unused function 'isInSegments' [-Wunused-function] isInSegments(usqInt address) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61622:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function] isValidSegmentBridge(sqInt objOop) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61924:1: warning: unused function 'segmentOverlap' [-Wunused-function] segmentOverlap(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62278:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function] allOnesAsCharStar(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62361:1: warning: unused function 'assertValidStackLimits' [-Wunused-function] assertValidStackLimits(sqInt ln) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63096:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function] checkStackPointerForMaybeMarriedContext(sqInt aContext) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63251:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function] contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63353:1: warning: unused function 'cr' [-Wunused-function] cr(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65994:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function] ifCurrentStackPageHasValidHeadPointers(StackPage *thePage) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66015:1: warning: unused function 'iframeMethod' [-Wunused-function] iframeMethod(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66072:1: warning: unused function 'isBaseFrame' [-Wunused-function] isBaseFrame(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66178:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function] isMarriedOrWidowedContext(sqInt aContext) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66197:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function] isMetaPrimitiveIndex(sqInt primIndex) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66210:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function] isNullExternalPrimitiveCall(sqInt aMethodObj) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66235:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function] isPrimitiveFunctionPointerAnIndex(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68101:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function] maybeLeakCheckExternalPrimCall(sqInt aMethodObj) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68492:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function] noMarkedContextsOnPage(StackPage *thePage) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71266:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function] pushedReceiverOrClosureOfFrame(char *theFP) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72165:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function] saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72905:1: warning: unused function 'space' [-Wunused-function] space(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73339:1: warning: unused function 'stackLimitBytes' [-Wunused-function] stackLimitBytes(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74195:1: warning: unused function 'validBCPCinMethod' [-Wunused-function] validBCPCinMethod(sqInt thePC, usqInt aMethod) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74209:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function] validInstructionPointerinFrame(usqInt anInstrPointer, char *fp) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74222:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function] validStackPageBaseFrames(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2018:13: warning: unused variable 'byteCount' [-Wunused-variable] _iss usqInt byteCount; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2019:12: warning: unused variable 'cifs' [-Wunused-variable] _iss sqInt cifs; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2020:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable] _iss sqInt codeGeneratorToComputeAccessorDepth; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2021:12: warning: unused variable 'functions' [-Wunused-variable] _iss sqInt functions; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2022:12: warning: unused variable 'initialMemoryAddress' [-Wunused-variable] _iss sqInt initialMemoryAddress; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2023:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable] _iss sqInt largeOpaqueMemoryManager; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2024:12: warning: unused variable 'memoryManager' [-Wunused-variable] _iss sqInt memoryManager; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2025:12: warning: unused variable 'nextAddress' [-Wunused-variable] _iss sqInt nextAddress; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2026:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable] _iss sqInt preferredPinningSegment; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2027:12: warning: unused variable 'statCoalesces' [-Wunused-variable] _iss sqInt statCoalesces; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2028:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable] _iss usqLong statFGCDeltaUsecs; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2029:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable] _iss usqLong statIncrGCUsecs; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2030:12: warning: unused variable 'testWorker' [-Wunused-variable] _iss sqInt testWorker; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2031:12: warning: unused variable 'theUnknownShort' [-Wunused-variable] _iss sqInt theUnknownShort; ^ [ 35%] Built target PharoVMCore /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/depend.internal". Scanning dependencies of target SqueakSSL /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build [ 36%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ 1 warning generated. [ 36%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:502:36: warning: cast to smaller integer type 'int' from 'sqSSL *' (aka 'struct sqSSL *') [-Wpointer-to-int-cast] logTrace("sqConnectSSL: %x\n", (int)ssl); ^~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm/debug.h:33:83: note: expanded from macro 'logTrace' #define logTrace(...) logMessage(LOG_TRACE, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__) ^~~~~~~~~~~ 5 warnings generated. [ 37%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 37%] Built target SqueakSSL /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/depend.internal". Scanning dependencies of target FilePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build [ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef] typedef void (*aioHandler)(int fd, void *clientData, int flag); ^ 6 warnings generated. [ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/sqUnixCharConv.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable] int utf8= 0; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/sqUnixCharConv.c:133:87: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast] CFStringRef cfs= CFStringCreateWithBytes(NULL, (unsigned char *)from, fromLen, (CFStringEncoding)fromCode, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/sqUnixCharConv.c:144:45: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast] CFIndex num= CFStringGetBytes(str, rng, (CFStringEncoding)toCode, '?', 0, (UInt8 *)to, toLen - term, &len); ^~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. [ 39%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/fileUtils.c [ 40%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion] return primitiveFailFor(PrimErrBadArgument); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable] sqInt nameString; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable] sqInt createDateOop; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable] char *stringPtr; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable] sqInt i; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable] sqInt modDateOop; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable] sqInt fileSizeOop; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable] sqInt results; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable] size_t startIndex1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable] sqInt objectPointer1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable] sqInt bytesRead1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable] size_t elementSize1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable] SQFile *file1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable] size_t count1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable] sqInt array1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable] sqInt retryCount; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types] characterObjectOf = interpreterProxy->characterObjectOf; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types] fullGC = interpreterProxy->fullGC; ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 434442e5-aca6-0d00-8cef-f36f0a8a6c0e " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function] connectToFdwrite(int fd, sqInt writeFlag) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function] connectToFilewrite(void *cfile, sqInt writeFlag) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function] makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function] primitiveFileReadWithoutPinning(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function] primitiveFileReadWithPinning(void) ^ 24 warnings generated. [ 41%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 42%] Built target FilePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal". Scanning dependencies of target FileAttributesPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build [ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable] unsigned int mask; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function] addressObjectFor(void *aMachineAddress) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function] badSessionId(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function] faSuccess(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function] objectFromStructsize(void *aMachineAddress, sqInt structSize) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function] pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function] pointerFrom(sqInt directoryPointerBytes) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function] readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function] sizeOfFaPath(void) ^ 10 warnings generated. [ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 44%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c Current branch v3.3-cmake is up to date. In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable] int mode; ^ 5 warnings generated. [ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 44%] Built target FileAttributesPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal". Scanning dependencies of target SDL2-2.0.14 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-src/libSDL2-2.0.0.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-src/libSDL2.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target SDL2-2.0.14 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.37.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.37.dir/depend.internal". Scanning dependencies of target libpng-1.6.37 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng16.16.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng16.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target libpng-1.6.37 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.16.0.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.16.0.dir/depend.internal". Scanning dependencies of target cairo-1.16.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-src/libcairo.2.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-src/libcairo.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target cairo-1.16.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.40.0.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.40.0.dir/depend.internal". Scanning dependencies of target pixman-0.40.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target pixman-0.40.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.10.0.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.10.0.dir/depend.internal". Scanning dependencies of target freetype-2.10.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-src/libfreetype.6.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-src/libfreetype.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target freetype-2.10.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal". Scanning dependencies of target libssh2-1.9.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target libssh2-1.9.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal". Scanning dependencies of target libgit2-1.0.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target libgit2-1.0.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal". Scanning dependencies of target openssl-1.1.1k /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libcrypto.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libcrypto.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libssl.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libssl.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target openssl-1.1.1k /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/fontconfig-2.13.1.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/fontconfig-2.13.1.dir/depend.internal". Scanning dependencies of target fontconfig-2.13.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-src/libfontconfig.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-src/libfontconfig.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target fontconfig-2.13.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal". Scanning dependencies of target UnixOSProcessPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build [ 44%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (!(semaIndices == null)) { ^~~~~~~~~~~ ~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (semaIndices == null) { ^~~~~~~~~~~ ~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (semaIndices == null) { ^~~~~~~~~~~ ~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (!(semaIndices == null)) { ^~~~~~~~~~~ ~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible function pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-function-pointer-types] sigchldHandlerAction.sa_sigaction = reapChildProcess; ^ ~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare] if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare] if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (!(semaIndices == null)) { ^~~~~~~~~~~ ~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value] (char *)strncpy(cString, stringPtr, len); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function] argumentAtAsType(sqInt classIdentifier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function] copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function] descriptorTableSize(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function] environmentAtSymbolAsType(sqInt classIdentifier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function] fileDescriptorFrom(sqInt aSQFileByteArray) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function] fileRecordSize(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function] fileValueOf(sqInt anSQFileRecord) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function] getThisSessionIdentifier(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function] isSQFileObject(sqInt objectPointer) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function] isSQSocketObject(sqInt objectPointer) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function] isValidFileSession(sqInt objectPointer) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function] maskForThisThreadAndResend(int sigNum) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function] newSQFileByteArray(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function] newSQSocketByteArray(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function] pointerFrom(sqInt aByteArray) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function] restoreDefaultSignalHandlers(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function] sendSignaltoPid(sqInt sig, sqInt pid) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function] setSigIntDefaultHandler(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function] setSigIntIgnore(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function] setSigPipeDefaultHandler(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function] setSigPipeHandler(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function] setSigPipeIgnore(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function] sigAbrtNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function] sigAlrmNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function] sigChldNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function] sigContNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function] sigHoldNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function] sigHupNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function] sigIntNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function] sigKillNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function] sigPipeNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function] sigQuitNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function] sigStopNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function] sigTermNumber(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function] sigUsr1Number(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function] sigUsr2Number(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function] sizeOfInt(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function] sizeOfPointer(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function] socketDescriptorFrom(sqInt sqSocketOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function] socketRecordSize(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function] socketValueOf(sqInt anSQSocketRecord) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function] unixFileNumber(FILEHANDLETYPE fileHandle) ^ 52 warnings generated. [ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 45%] Built target UnixOSProcessPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal". Scanning dependencies of target MiscPrimitivePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build [ 46%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ 1 warning generated. [ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 46%] Built target MiscPrimitivePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal". Scanning dependencies of target JPEGReaderPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build [ 46%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function] colorConvertGrayscaleMCU(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function] colorConvertMCU(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function] decodeBlockIntocomponent(int *anArray, int *aColorComponent) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function] fillBuffer(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function] getBits(sqInt requestedBits) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function] idctBlockIntqt(int *anArray, int *qt) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function] nextSampleCb(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function] nextSampleCr(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function] nextSampleFromblocks(int *aComponent, int **aBlockArray) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function] nextSampleY(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function] scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function] stInit(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function] storeJPEGStreamOn(sqInt streamOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable] static sqInt cbSampleStream; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable] static sqInt crSampleStream; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable] static sqInt ySampleStream; ^ 17 warnings generated. [ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 47%] Built target JPEGReaderPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/depend.internal". Scanning dependencies of target BitBltPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build [ 47%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable] sqInt pixPerM1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable] sqInt done; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable] sqInt sxLowBits; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable] sqInt startBits1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable] sqInt dxLowBits; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable] sqInt endBits; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable] sqInt startBits; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable] unsigned int m1; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable] sqInt pixPerM11; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable] sqInt t; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] v = v; ~ ^ ~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] v = v; ~ ^ ~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable] sqInt _return_value; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] v = v; ~ ^ ~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] v = v; ~ ^ ~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] rgb = rgb; ~~~ ^ ~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function] affectedBottom(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function] affectedLeft(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function] affectedRight(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function] affectedTop(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function] checkSourceOverlap(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function] copyBitsFastPathSpecialised(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function] default8To32Table(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function] deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function] destMaskAndPointerInit(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function] dither32To16threshold(unsigned int srcWord, sqInt ditherValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function] drawLoopXY(sqInt xDelta, sqInt yDelta) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function] expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function] fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function] ignoreSourceOrHalftone(sqInt formPointer) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function] loadBitBltDestForm(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function] loadBitBltSourceForm(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function] loadColorMap(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function] loadColorMapShiftOrMaskFrom(sqInt mapOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function] loadHalftoneForm(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function] loadWarpBltFrom(sqInt bbObj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function] mapPixelflags(sqInt sourcePixel, sqInt mapperFlags) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function] mergewith(unsigned int sourceWord, unsigned int destinationWord) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function] partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function] performCopyLoop(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function] pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function] pickWarpPixelAtXy(sqInt xx, sqInt yy) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function] rgbMap16To32(sqInt sourcePixel) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function] rgbMap32To32(sqInt sourcePixel) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function] rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function] showDisplayBits(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function] sourceSkewAndPointerInit(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function] tryCopyingBitsQuickly(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function] warpBits(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function] warpLoopSetup(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function] warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags) ^ 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: 53 warnings generated. [ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 48%] Built target BitBltPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/depend.internal". Scanning dependencies of target LargeIntegers /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build [ 49%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function] byteSizeOfCSI(sqInt csi) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function] cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function] cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function] cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function] cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function] cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function] cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function] cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function] cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function] cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function] cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function] cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function] digitAddLargewith(sqInt firstInteger, sqInt secondInteger) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function] digitCompareLargewith(sqInt firstInteger, sqInt secondInteger) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function] digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function] digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function] digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function] digitOfCSIat(sqInt csi, sqInt ix) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function] digitOfLargeIntat(sqInt aBytesOop, sqInt ix) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function] digitSizeOfCSI(sqInt csi) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function] digitSizeOfLargeInt(sqInt anOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function] digitSubLargewith(sqInt firstInteger, sqInt secondInteger) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function] highBitOfLargeInt(sqInt anOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function] normalize(sqInt aLargeInteger) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 26 warnings generated. [ 49%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 49%] Built target LargeIntegers /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/depend.internal". Scanning dependencies of target LocalePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build [ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 2 warnings generated. [ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9: In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9: In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9: In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9: In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion] theTime = time((time_t)NULL); ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/time.h:118:21: note: passing argument to parameter here time_t time(time_t *); ^ 5 warnings generated. [ 51%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 51%] Built target LocalePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/depend.internal". Scanning dependencies of target SurfacePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build [ 52%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 53%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion] result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr); ^~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion] result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr); ^~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 434442e5-aca6-0d00-8cef-f36f0a8a6c0e " __DATE__ ; ^ 4 warnings generated. [ 53%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 53%] Built target SurfacePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/depend.internal". Scanning dependencies of target UUIDPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build [ 54%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable] sqInt ok; ^ 5 warnings generated. [ 55%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 55%] Built target UUIDPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/depend.internal". Scanning dependencies of target DSAPrims /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build [ 55%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function] addBackDivisorDigitShift(sqInt digitShift) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function] bigDivideLoop(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function] leftRotateby(unsigned int anInteger, sqInt bits) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function] subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift) ^ 5 warnings generated. [ 56%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 56%] Built target DSAPrims /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/depend.internal". Scanning dependencies of target SocketPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build [ 57%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable] sqInt okToListen; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch] ? ((SocketPtr) (firstIndexableField(socketOop))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function] netAddressToInt(unsigned char *ptrToByteArray) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function] socketRecordSize(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function] socketValueOf(sqInt socketOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 7 warnings generated. [ 57%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c [ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 58%] Built target SocketPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/depend.internal". Scanning dependencies of target B2DPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build [ 58%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] leftViaY = leftViaY; ~~~~~~~~ ^ ~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] rightViaY = rightViaY; ~~~~~~~~~ ^ ~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value] ((signed)lastX >> 8); ~~~~~~~~~~~~~ ^ ~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value] ((signed)lastX1 >> 8); ~~~~~~~~~~~~~~ ^ ~ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function] aaColorMaskGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function] aaColorMaskPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function] aaColorShiftGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function] aaColorShiftPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function] aaFirstPixelFromto(sqInt leftX, sqInt rightX) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function] aaHalfPixelGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function] aaHalfPixelPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function] aaLastPixelFromto(sqInt leftX, sqInt rightX) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function] aaLevelGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function] aaLevelPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function] aaScanMaskGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function] aaScanMaskPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function] aaShiftGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function] aaShiftPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function] absoluteSquared8Dot24(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function] adjustAALevel(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function] aetStartGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function] aetStartPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function] aetUsedGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function] aetUsedPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function] allocateAETEntry(sqInt nSlots) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function] allocateBezier(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function] allocateBezierStackEntry(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function] allocateBitmapFillcolormap(sqInt cmSize, int *cmBits) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function] allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function] allocateLine(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function] allocateStackEntry(sqInt nSlots) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function] allocateStackFillEntry(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function] allocateWideBezier(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function] allocateWideLine(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function] areEdgeFillsValid(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function] assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function] bezierEndXOf(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function] bezierEndXOfput(sqInt bezier, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function] bezierEndYOf(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function] bezierEndYOfput(sqInt bezier, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function] bezierFinalXOf(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function] bezierFinalXOfput(sqInt bezier, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function] bezierUpdateDataOf(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function] bezierViaXOf(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function] bezierViaXOfput(sqInt bezier, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function] bezierViaYOf(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function] bezierViaYOfput(sqInt bezier, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function] bitmapCmSizeOf(sqInt bmFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function] bitmapCmSizeOfput(sqInt bmFill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function] bitmapDepthOf(sqInt bmFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function] bitmapDepthOfput(sqInt bmFill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function] bitmapHeightOf(sqInt bmFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function] bitmapHeightOfput(sqInt bmFill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function] bitmapRasterOf(sqInt bmFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function] bitmapRasterOfput(sqInt bmFill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function] bitmapSizeOf(sqInt bmFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function] bitmapSizeOfput(sqInt bmFill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function] bitmapTileFlagOf(sqInt bmFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function] bitmapTileFlagOfput(sqInt bmFill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function] bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function] bitmapWidthOf(sqInt bmFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function] bitmapWidthOfput(sqInt bmFill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function] bzEndX(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function] bzEndXput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function] bzEndY(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function] bzEndYput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function] bzStartX(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function] bzStartXput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function] bzStartY(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function] bzStartYput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function] bzViaX(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function] bzViaXput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function] bzViaY(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function] bzViaYput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function] checkedAddBezierToGET(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function] checkedAddEdgeToGET(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function] checkedAddLineToGET(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function] clampValuemax(sqInt value, sqInt maxValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function] clearSpanBufferGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function] clearSpanBufferPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function] clipMaxXGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function] clipMaxXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function] clipMaxYGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function] clipMaxYPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function] clipMinXGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function] clipMinXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function] clipMinYGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function] clipMinYPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function] colormapOf(sqInt bmFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function] colorTransform(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function] computeSqrt(sqInt length2) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function] currentYGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function] currentYPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function] currentZGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function] currentZPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function] destOffsetXGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function] destOffsetXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function] destOffsetYGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function] destOffsetYPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function] drawWideEdgefrom(sqInt edge, sqInt leftX) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function] edgeFillsInvalidate(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function] edgeFillsValidate(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function] edgeLeftFillOf(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function] edgeLeftFillOfput(sqInt edge, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function] edgeNumLinesOf(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function] edgeNumLinesOfput(sqInt edge, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function] edgeRightFillOf(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function] edgeRightFillOfput(sqInt edge, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function] edgeTransform(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function] edgeTypeOf(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function] edgeXValueOf(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function] edgeXValueOfput(sqInt edge, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function] edgeYValueOf(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function] edgeYValueOfput(sqInt edge, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function] edgeZValueOf(sqInt edge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function] edgeZValueOfput(sqInt edge, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function] estimatedLengthOfwith(sqInt deltaX, sqInt deltaY) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function] fillAllFromto(sqInt leftX, sqInt rightX) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function] fillBitmapSpan(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function] fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function] fillDirectionXOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function] fillDirectionXOfput(sqInt fill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function] fillDirectionYOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function] fillDirectionYOfput(sqInt fill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function] fillLinearGradient(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function] fillMaxXGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function] fillMaxXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1:[ 55%] No configure step for 'libffi-download' warning: unused function 'fillMaxYGet' [-Wunused-function] fillMaxYGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function] fillMaxYPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function] fillMinXGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function] fillMinXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function] fillMinYGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function] fillMinYPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function] fillNormalXOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function] fillNormalXOfput(sqInt fill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function] fillNormalYOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function] fillNormalYOfput(sqInt fill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function] fillOffsetXGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function] fillOffsetXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function] fillOffsetYGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function] fillOffsetYPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function] fillOriginXOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function] fillOriginXOfput(sqInt fill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function] fillOriginYOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function] fillOriginYOfput(sqInt fill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function] fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function] fillRadialGradient(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function] fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function] fillTypeOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function] findNextAETEdgeFrom(sqInt leftEdge) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function] finishedProcessing(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function] firstPointListGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function] firstPointListPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function] freeStackFillEntry(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function] getStartGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function] getStartPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function] getUsedGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function] getUsedPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function] gradientRampLengthOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function] gradientRampLengthOfput(sqInt fill, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function] gradientRampOf(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function] hasColorTransform(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function] hasColorTransformGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function] hasColorTransformPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function] hasEdgeTransform(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function] hasEdgeTransformGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function] hasEdgeTransformPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function] incrementPointby(int *point, sqInt delta) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function] incrementStatby(sqInt statIndex, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function] isBezier(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function] isFillColor(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function] isFill(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function] isLine(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function] isObject(sqInt obj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function] isRealFill(sqInt fill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function] isStackEntry(sqInt entry) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function] isStackIndex(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function] isWideBezier(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function] isWideLine(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function] isWide(sqInt object) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function] lastExportedEdgeGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function] lastExportedEdgePut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function] lastExportedFillGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function] lastExportedFillPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function] lastExportedLeftXGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function] lastExportedLeftXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function] lastExportedRightXGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function] lastExportedRightXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function] lineEndXOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function] lineEndXOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function] lineEndYOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function] lineEndYOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function] lineErrorAdjDownOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function] lineErrorAdjDownOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function] lineErrorAdjUpOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function] lineErrorAdjUpOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function] lineErrorOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function] lineErrorOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function] lineXDirectionOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function] lineXDirectionOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function] lineXIncrementOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function] lineXIncrementOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function] lineYDirectionOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function] lineYDirectionOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function] loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function] loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function] loadColorTransformFrom(sqInt transformOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function] loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function] loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function] loadPointIntAtfrom(sqInt index, sqInt intArray) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function] loadPointShortAtfrom(sqInt index, sqInt shortArray) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function] loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function] loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function] magicNumberGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function] magicNumberPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function] makeRectFromPoints(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function] makeUnsignedFrom(sqInt someIntegerValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function] needsFlush(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function] needsFlushGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function] needsFlushPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function] objectHeaderOf(sqInt obj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function] objectIndexOf(sqInt obj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function] objectIndexOfput(sqInt obj, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function] objectLengthOf(sqInt obj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function] objectLengthOfput(sqInt obj, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function] objectTypeOf(sqInt obj) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function] objectTypeOfput(sqInt obj, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function] objStartGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function] objStartPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function] objUsedGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function] objUsedPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function] objat(sqInt object, sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function] objatput(sqInt object, sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function] offsetFromWidth(sqInt lineWidth) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function] point1Get(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function] point2Get(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function] point3Get(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function] point4Get(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function] quickRemoveInvalidFillsAt(sqInt leftX) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function] repeatValuemax(sqInt delta, sqInt maxValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function] returnWideBezierFill(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function] returnWideBezierWidth(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function] returnWideLineFill(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function] returnWideLineWidth(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function] shortRunLengthAtfrom(sqInt i, sqInt runArray) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function] shortRunValueAtfrom(sqInt i, sqInt runArray) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function] sortGlobalEdgeTable(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function] spanEndAAGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function] spanEndAAPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function] spanEndGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function] spanEndPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function] spanSizeGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function] spanSizePut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function] spanStartGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function] spanStartPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function] squaredLengthOfwith(sqInt deltaX, sqInt deltaY) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function] stackFillDepth(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function] stackFillDepthput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function] stackFillEntryLength(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function] stackFillRightX(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function] stackFillRightXput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function] stackFillSize(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function] stackFillValue(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function] stackFillValueput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function] stateGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function] statePut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function] stepToFirstBezier(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function] stepToFirstLine(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function] stepToFirstWideBezier(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function] stepToFirstWideLine(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function] stepToNextBezier(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function] stepToNextBezierForwardat(int *updateData, sqInt yValue) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function] stepToNextLine(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function] stepToNextWideLine(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function] stopBecauseOf(sqInt stopReason) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function] stopReasonGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function] stopReasonPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function] storeEngineStateInto(sqInt oop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function] storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function] topFillDepth(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function] topFillDepthPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function] topFillRightX(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function] topFillRightXPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function] topFillValue(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function] topFillValuePut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function] transformPoints(sqInt n) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function] transformPointXyinto(double xValue, double yValue, int *dstPoint) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function] transformPoint(int *point) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function] transformPointinto(sqInt srcPoint, sqInt dstPoint) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function] wbSizeGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function] wbSizePut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function] wbStackClear(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function] wbStackPop(sqInt nItems) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function] wbStackSize(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function] wbStackValue(sqInt index) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function] wbStackValueput(sqInt index, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function] wbTopGet(void) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function] wbTopPut(sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function] wideBezierEntryOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function] wideBezierEntryOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function] wideBezierExitOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function] wideBezierExitOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function] wideBezierExtentOf(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function] wideBezierExtentOfput(sqInt bezier, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function] wideBezierFillOfput(sqInt bezier, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function] wideBezierUpdateDataOf(sqInt bezier) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function] wideBezierWidthOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function] wideLineEntryOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function] wideLineEntryOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function] wideLineExitOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function] wideLineExitOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function] wideLineExtentOf(sqInt line) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function] wideLineExtentOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function] wideLineFillOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function] wideLineWidthOfput(sqInt line, sqInt value) ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function] workBufferPut(sqInt wbOop) ^ [ 66%] No build step for 'libffi-download' 325 warnings generated. [ 59%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 59%] Built target B2DPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal". [ 77%] No install step for 'libffi-download' Scanning dependencies of target JPEGReadWriter2Plugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build [ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c [ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ; ^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 2 warnings generated. [ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c [ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c [ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c [ 88%] No test step for 'libffi-download' [ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c [ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c [ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c [ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c [ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c [ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c [ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c [ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c [ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c warning, variable nsMethodCache doesn't exist or has already been removed [100%] Completed 'libffi-download' [ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c [ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c [ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c [ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c [ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c [ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c [ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c [ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c [ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c [100%] Built target libffi-download [ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c [ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c [ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ 15 warnings generated. [ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c -- Building for TARGET_PLATFORM: X86_WIN64 -- Check size of size_t StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc [ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c [ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c [ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c [ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c [ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ 15 warnings generated. [ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c [ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c [ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c [ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c [ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c [ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c [ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c [ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c [ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c [ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c [ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c [ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c [ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable] my_src_ptr src = (my_src_ptr) cinfo->src; ^ 1 warning generated. [ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c [ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c [ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c [ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c [ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c [ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c [ 90%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics [ 90%] Built target JPEGReadWriter2Plugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/depend.internal". Scanning dependencies of target Pharo /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build [ 91%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -o CMakeFiles/Pharo.dir/src/unixMain.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/src/unixMain.c [ 91%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Pharo.dir/src/unixMain.c.o -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns [ 91%] Built target Pharo /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build [ 92%] Performing update step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 92%] No patch step for 'build_vmmaker_get_vm' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch [ 93%] Performing configure step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 93%] Performing build step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 94%] Performing install step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install [ 94%] Completed 'build_vmmaker_get_vm' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-complete /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done [ 95%] Built target build_vmmaker_get_vm /Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color= Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal". Dependee "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal". Scanning dependencies of target TestLibrary /Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build [ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/basic_types.c [ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callback_types.c [ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 1 warning generated. [ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callout.c [ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/registerCallback.c [100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=65 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/structures.c [100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins [100%] Built target TestLibrary /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles 0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Nothing to be done for `preinstall'. Install the project... /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/./ -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Pharo -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Info.plist -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqGnu.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqConfig.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqPlatformSpecific.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/config.h -- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/parameterVector.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pharoClient.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/errorCode.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/debug.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pathUtilities.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/interpreter.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/exportDefinition.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/parameters.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threads -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threads/vmthread.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/macros.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqNamedPrims.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/jit -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/jit/jit.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/stringUtilities.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threadSafeQueue -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/imageAccess.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sigjmp_support.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/pSemaphore.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/platformSemaphore.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/fileDialog.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pharo.h -- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/dispdbg.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqAtomicOps.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqAssert.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqVirtualMachine.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqaio.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqCogStackAlignment.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sq.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqMemoryFence.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqMemoryAccess.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Linux.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindSDL2.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importLibFFI.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindFFI.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Windows.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importCairo.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Darwin.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/OpenBSD.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/versionExtraction.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/vmmaker.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importFreetype2.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/DownloadProject.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/packaging.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindCairo.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importLibGit2.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importSDL2.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2 -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/osx -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/parameterVector.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pharoClient.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/errorCode.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/debug.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/interpreter.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/config.h.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/parameters.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threads -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/macros.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/jit -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/jit/jit.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/imageAccess.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/fileDialog.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pharo.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/bin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/launch.sh.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin/common -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/img.image -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoSources.icns -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/Pharo.icns -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoImage.icns -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/Info.plist.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.ico -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/installCygwin.ps1 -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/runTests.sh -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/installVMMaker.st -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1 -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/parameters.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/nullDisplay.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/externalPrimitives.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogUnix.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileUtilsWin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogMac.m -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/imageAccess.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/stringUtilities.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/win32Main.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/macAlias.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogWin32.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/unixMain.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogCommon.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/client.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/pathUtilities.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debug.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/errorCode.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/memoryUnix.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/parameterVector.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/threadSafeQueue -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileUtils.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debugUnix.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debugWin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utilsMac.mm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/callbacks.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/worker.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/workerTask.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/sameThread -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/utils.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/types.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/worker.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/version.info -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/CMakeLists.txt -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/macros.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins.macros.cmake -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated/ -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32 -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/interp.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/examplePlugins.ext -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64 -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/interp.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/examplePlugins.ext -- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cogmethod.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cointerp.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/vmCallback.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/interp.h -- Installing: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cogit.h [Pipeline] sh + VERBOSE=1 + make package /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository -B/Users/lse/Workspace/workspace/pharo-vm_feat_headless/build --check-build-system CMakeFiles/Makefile.cmake 0 /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build//CMakeFiles/progress.marks /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build [ 1%] Performing update step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 1%] No patch step for 'build_vmmaker_get_vm' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch [ 4%] Built target build_vmmaker_get_vm-build /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build [ 5%] Performing update step for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo [ 5%] No patch step for 'build_vmmaker_get_image' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch [ 6%] Performing configure step for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [ 7%] Performing build step for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: 5 October 2022 5:25:31.455911 pm warning, signature of InterpreterProxy>>characterTable does not match reference implementation. warning, signature of InterpreterProxy>>fullGC does not match reference implementation. warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation. warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation. external plugin FilePlugin generated as FilePlugin warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. external plugin SurfacePlugin generated as SurfacePlugin 5 October 2022 5:25:31.882171 pm PharoVMMaker cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/depend.internal". Scanning dependencies of target PharoVMCore make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/debug.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/debug.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/src/debug.c: In function ‘getVersionInfo’: /builds/workspace/pharo-vm_feat_headless/repository/src/debug.c:141:16: warning: unused variable ‘__cogitBuildInfo’ [-Wunused-variable] extern char *__cogitBuildInfo; ^ [ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/utils.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/utils.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ -- Check size of size_t - done -- The ASM compiler identification is Clang /builds/workspace/pharo-vm_feat_headless/repository/src/utils.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/src/utils.c:496:17: warning: ‘max’ defined but not used [-Wunused-function] static long int max(long int x, long int y) { return (x > y) ? x : y; } ^ [ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/errorCode.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/errorCode.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/src/errorCode.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:208:1: warning: ‘dropInit’ defined but not used [-Wunused-function] dropInit (void) ^ /builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:215:1: warning: ‘dropShutdown’ defined but not used [-Wunused-function] dropShutdown (void) ^ cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image --save --quit /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository httpsUrl -- Found assembler: /usr/bin/x86_64-w64-mingw32-clang [ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/externalPrimitives.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/externalPrimitives.c:33: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/client.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/client.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/src/client.c: In function ‘loadPharoImage’: /builds/workspace/pharo-vm_feat_headless/repository/src/client.c:211:12: warning: variable ‘imageSize’ set but not used [-Wunused-but-set-variable] size_t imageSize = 0; ^ [ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/pathUtilities.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/errorCode.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pathUtilities.h:8, from /builds/workspace/pharo-vm_feat_headless/repository/src/pathUtilities.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/parameterVector.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/errorCode.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/parameterVector.h:10, from /builds/workspace/pharo-vm_feat_headless/repository/src/parameterVector.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/parameters.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/parameters.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/src/parameters.c: In function ‘vm_parameters_ensure_interactive_image_parameter’: /builds/workspace/pharo-vm_feat_headless/repository/src/parameters.c:345:14: warning: unused variable ‘headlessParameter’ [-Wunused-variable] const char* headlessParameter = "--headless"; ^ [ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/fileDialogCommon.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/errorCode.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/fileDialog.h:4, from /builds/workspace/pharo-vm_feat_headless/repository/src/fileDialogCommon.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/stringUtilities.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/errorCode.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/stringUtilities.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/src/stringUtilities.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/imageAccess.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/imageAccess.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ -- Check size of double NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc [ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/semaphores/platformSemaphore.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/semaphores/platformSemaphore.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 22%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c:19: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... [ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveCalls.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveCalls.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveCalls.c: In function ‘primitiveReleaseParametersForCall’: /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveCalls.c:102:8: warning: variable ‘aReturnAddress’ set but not used [-Wunused-but-set-variable] sqInt aReturnAddress; ^ [ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveUtils.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveUtils.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c: In function ‘fillBasicType’: /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:112:2: warning: ‘address’ may be used uninitialized in this function [-Wmaybe-uninitialized] setHandler(aOop, address); ^ [ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/typesPrimitives.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/typesPrimitives.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/utils.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/utils.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c:3: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c: In function ‘sameThreadCallbackEnter’: /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable ‘flags’ [-Wunused-variable] sqInt flags; ^ [ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/callbacks.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c: In function ‘primitiveRegisterCallback’: /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable ‘handler’ [-Wunused-variable] void *handler; ^ [ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/callbacks.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/semaphores/pharoSemaphore.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/semaphores/pharoSemaphore.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/threadSafeQueue/threadSafeQueue.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/semaphores/platformSemaphore.h:5, from /builds/workspace/pharo-vm_feat_headless/repository/src/threadSafeQueue/threadSafeQueue.c:2: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/pThreadedFFI.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/pThreadedFFI.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/worker.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/worker.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerPrimitives.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerPrimitives.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerTask.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/callbacks.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/workerTask.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerTask.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o -c /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCaptureCStackPointers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2230:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2229:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2228:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2227:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizePCDependentInstructionAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2664:9: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘gAndCqRR’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2726:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addCogMethodsToHeapMap’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2788:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addressIsInInstructions’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2803:29: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses] return !((usqInt)(address) & BytesPerWord-1) \ ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘allMachineCodeObjectReferencesValid’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2865:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘allMethodsHaveCorrectHeader’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2883:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘callCogCodePopReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3236:7: warning: statement with no effect [-Wunused-value] error("what??"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ceCPICMissreceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3269:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] sqInt result; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ceSICMiss’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3463:4: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize); ^ /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3490:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3379:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] sqInt result; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3373:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable] sqInt extent; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3371:11: warning: variable ‘entryPoint’ set but not used [-Wunused-but-set-variable] sqInt entryPoint; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkAssertsEnabledInCogit’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3499:11: warning: variable ‘assertsAreEnabledInCogit’ set but not used [-Wunused-but-set-variable] sqInt assertsAreEnabledInCogit; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefAndTargetpccogMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3564:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable] sqInt *sendTable1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefpccogMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3682:12: warning: variable ‘sendTable’ set but not used [-Wunused-but-set-variable] sqInt *sendTable; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIntegrityOfObjectReferencesInCode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3831:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cleanUpFailingCogCodeConstituents’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:3900:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogCodeConstituents’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4023:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4072:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogExtendPICCaseNMethodtagisMNUCase’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4154:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)cPIC), (((usqInt)cPIC)) + closedPICSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogMethodDoesntLookKosher’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4259: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_headless/build/generated/64/vm/src/cogitX64SysV.c:773:20: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’ extern CogMethod * methodFor(void *address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogMNUPICSelectorreceivermethodOperandnumArgs’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4350:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogOpenPICSelectornumArgs’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4433:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + openPICSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4367:11: warning: variable ‘mapSize’ set but not used [-Wunused-but-set-variable] sqInt mapSize; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4365:11: warning: variable ‘end’ set but not used [-Wunused-but-set-variable] sqInt end; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4364:11: warning: variable ‘codeSize’ set but not used [-Wunused-but-set-variable] sqInt codeSize; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogPICSelectornumArgsCase0MethodCase1MethodtagisMNUCase’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4502:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘collectCogConstituentForAnnotationMcpcBcpcMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4578: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_headless/build/generated/64/vm/src/cogitX64SysV.c:22:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cointerp.h:93: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4619: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_headless/build/generated/64/vm/src/cogitX64SysV.c:2541: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_headless/build/generated/64/vm/src/cogitX64SysV.c:4569:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable] sqInt *sendTable1; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactCogCompiledCode’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4896:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(youngReferrers()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactPICsWithFreedTargets’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4913:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockDispatchFromto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4952:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:4948:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockEntry’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5026:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileCallFornumArgsargargargargresultRegregsToSave’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5095:3: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5111:3: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5127:3: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5143:3: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5159:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5062:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5061:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5058:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5057:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5056:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction21; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5055:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5054:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5053:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘computeEntryOffsets’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:49: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5382:25: note: in expansion of macro ‘roundUpLength’ if (entryPointMask >= (roundUpLength(1))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5383:8: warning: statement with no effect [-Wunused-value] error("cannot differentiate checked and unchecked entry-points with current cog method alignment"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘configureCPICCase0Case1MethodtagisMNUCasenumArgsdelta’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5517:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5482:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable] sqInt pc; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘configureMNUCPICmethodOperandnumArgsdelta’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5566:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5541:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable] sqInt pc; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘enterCogCodePopReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5913:7: warning: statement with no effect [-Wunused-value] error("what??"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘fillInMethodHeadersizeselector’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6105:9: warning: statement with no effect [-Wunused-value] error("too much code for stack check offset"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6071:16: warning: variable ‘originalMethod’ set but not used [-Wunused-but-set-variable] CogMethod *originalMethod; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘followForwardedMethods’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6319:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘freeUnmarkedMachineCode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6421:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCheckForInterruptsTrampoline’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6459:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnilopmartForandandforCallcalled’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6503:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] sqInt size; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6499:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCaptureCStackPointers’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6604:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)startAddress), ((usqInt)methodZoneBase)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6712:18: note: in expansion of macro ‘roundUpLength’ closedPICSize = roundUpLength(closedPICSize); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6734:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion] cPICPrototype = cPIC; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6633:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6622:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6621:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6620:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6619:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCogFullBlock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6774:14: note: in expansion of macro ‘roundUpLength’ totalSize = roundUpLength((headerSize + codeSize) + mapSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6807:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)method), (((usqInt)method)) + totalSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCogMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6848:14: note: in expansion of macro ‘roundUpLength’ totalSize = roundUpLength((headerSize + codeSize) + mapSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6880:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)method), (((usqInt)method)) + totalSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateOpenPICPrototype’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7009:17: note: in expansion of macro ‘roundUpLength’ openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7009:67: note: in expansion of macro ‘roundUpLength’ openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateTrampolines’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7116:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)methodZoneStart), ((usqInt)methodZoneBase)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateVMOwnerLockFunctions’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7125:11: warning: unused variable ‘startAddress’ [-Wunused-variable] sqInt startAddress; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7124:11: warning: unused variable ‘opcodeSize’ [-Wunused-variable] sqInt opcodeSize; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7123:11: warning: unused variable ‘fixupSize’ [-Wunused-variable] sqInt fixupSize; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetLeafCallStackPointer’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7169:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genInnerPICAbortTrampoline’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7220:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointersForPrimCall’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7241:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7240:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7239:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7238:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadInlineCacheWithSelector’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7296:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNonLocalReturnTrampoline’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7312:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘incrementUsageOfTargetIfLinkedSendmcpcignored’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7587:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable] sqInt *sendTable1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘indexForSelectorinat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7657:7: warning: statement with no effect [-Wunused-value] error("could not find selector in method when unlinking send site"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘inverseBranchFor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7832:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7834:7: warning: statement with no effect [-Wunused-value] error("invalid opcode for inverse"); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘linkSendAtintooffsetreceiver’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7975:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto((((usqInt)callSiteReturnAddress)) - extent, ((usqInt)callSiteReturnAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7952:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable] sqInt extent; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForBecome’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8203:13: warning: statement with no effect [-Wunused-value] error("attempt to become two cogged methods"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8206:13: warning: statement with no effect [-Wunused-value] error("attempt to become cogged method into different method"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8262:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8277:3: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8168:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForFullGC’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8350:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8362:3: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForYoungGC’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8472:3: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8388:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8495:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8498:8: warning: statement with no effect [-Wunused-value] error("youngReferrers list overflowed"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markAndTraceMachineCodeOfMarkedMethods’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8620:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8634:3: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8522:11: warning: variable ‘val1’ set but not used [-Wunused-but-set-variable] sqInt val1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8521:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markAndTraceOrFreeCogMethodfirstVisit’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8679:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markLiteralsAndUnlinkIfUnmarkedSendpcmethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8845: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_headless/build/generated/64/vm/src/cogitX64SysV.c:7766: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_headless/build/generated/64/vm/src/cogitX64SysV.c:8789:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markLiteralspcmethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8866:11: warning: variable ‘entryPoint1’ set but not used [-Wunused-but-set-variable] sqInt entryPoint1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8865:12: warning: variable ‘cacheTag1’ set but not used [-Wunused-but-set-variable] usqInt cacheTag1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘noCogMethodsMaximallyMarked’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9289:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘outputInstructionsForGeneratedRuntimeAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9338:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] sqInt size; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘patchToOpenPICFornumArgsreceiver’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9401:4: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)oPIC), (((usqInt)oPIC)) + openPICSize); ^ /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9428:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9376:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable] sqInt extent; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘recordRunTimeObjectReferences’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9538:10: warning: statement with no effect [-Wunused-value] error("attempt to generate run-time routine containing young object reference. Cannot initialize Cogit run-time."); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateCallsInClosedPIC’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9660:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9619:11: warning: variable ‘pc1’ set but not used [-Wunused-but-set-variable] sqInt pc1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateIfCallOrMethodReferencemcpcdelta’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9715: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_headless/build/generated/64/vm/src/cogitX64SysV.c:7635: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_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘remapIfObjectRefpchasYoung’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9741:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable] sqInt *sendTable1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘spanForCleanBlockStartingAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9957:7: warning: statement with no effect [-Wunused-value] error("couldn't locate end of clean block"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkAllSends’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10124:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10134:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfFreeOrLinkedSendpcof’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10179: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_headless/build/generated/64/vm/src/cogitX64SysV.c:7766: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_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfInvalidClassSendpcignored’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10231: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_headless/build/generated/64/vm/src/cogitX64SysV.c:7766: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_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendToFreepcignored’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10281: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_headless/build/generated/64/vm/src/cogitX64SysV.c:7766: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_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcignored’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10329: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_headless/build/generated/64/vm/src/cogitX64SysV.c:7766: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_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10377: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_headless/build/generated/64/vm/src/cogitX64SysV.c:7766: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_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsLinkedForInvalidClasses’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10451:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10465:3: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsOfisMNUSelector’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10517:32: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10529:32: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10581:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10592:3: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToFree’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10658:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10669:3: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToandFreeIf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10746:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10762:3: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony()))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addAllToYoungReferrers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10819:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addToYoungReferrers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10850:8: warning: statement with no effect [-Wunused-value] error("no room on youngReferrers list"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘clearCogCompiledCode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10893:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactCompiledCode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10929:28: note: in expansion of macro ‘roundUpLength’ source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘freeOlderMethodsForCompaction’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11051:32: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘methodFor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11107:32: note: in expansion of macro ‘roundUpLength’ nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘methodsCompiledToMachineCodeInto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11135:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘numMethodsOfType’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11161:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘planCompaction’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11236:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethods’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11274:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsOfType’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11305:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11322:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithPrimitive’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11339:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithSelector’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11356:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateMethodsPreCompaction’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2114:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses] #define roundUpLength(numBytes) ((numBytes) + 7 & -8) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11503:31: note: in expansion of macro ‘roundUpLength’ cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetMethodHeaderOfintoscratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11628:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11626:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11625:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadSlotsourceRegdestReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11648:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11647:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveBitShift’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11828:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11827:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11826:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11825:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClass’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11931:11: warning: variable ‘reg1’ set but not used [-Wunused-but-set-variable] sqInt reg1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDiv’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11965:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11964:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11963:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11962:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDivide’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12032:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveMod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12215:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12214:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveQuo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12339:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12338:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparison’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12529:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparisonorDoubleComparisoninvert’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12582:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAddSmallIntegerTagsTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12672:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitPositiveIntegerValueintoscratchRegscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12694:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12692:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12691:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12690:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12689:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12688:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12687:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12686:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitSignedIntegerValueintoscratchRegscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12744:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12743:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12740:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12739:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12738:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12737:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12736:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12735:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12734:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12733:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAllocFloatValueintoscratchRegscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12804:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12799:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12798:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12797:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12796:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12795:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12794:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12793:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genClearAndSetSmallIntegerTagsIn’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12894:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12893:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertBitsToSmallFloatInscratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12917:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12916:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12915:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertCharacterToSmallIntegerInReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12948:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertDataFormatnumSlotsintoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12976:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12975:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12974:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12966:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12965:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12964:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12963:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12962:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12961:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToSmallIntegerInReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13042:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertSmallFloatToSmallFloatHashAsIntegerInRegscratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13062:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertSmallIntegerToCharacterInReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13092:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genFloatComparisoninvertboxed’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13182:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfasSmallIntegerInto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13268:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13267:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13266:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfinto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13297:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13296:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetInlineCacheClassTagFromintoforEntry’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13324:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13323:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetNumBytesOfinto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13367:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetOverflowSlotsOfinto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13391:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13390:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetSmallFloatValueOfscratchinto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13413:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13412:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitPositiveIntegerValueintoscratchRegscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13442:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitSignedIntegerValueintoscratchRegscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13475:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13474:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpIsSmallIntegerValuescratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13514:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13513:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13512:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotCharacter’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13543:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloatValueBitsscratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13565:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13564:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13563:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13623:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallIntegerValuescratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13645:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13644:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13643:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallInteger’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13674:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpSmallInteger’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13695:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtPutSigned’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13788:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable] sqInt literal6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13787:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable] sqInt literal5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13786:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable] sqInt literal4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13785:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13784:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13783:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13782:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13753:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13752:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13751:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13750:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13749:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13748:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13747:26: warning: variable ‘anInstruction34’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction34; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13746:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction33; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13745:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction32; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13744:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction31; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13743:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction30; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13742:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13741:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction29; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13740:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction28; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13739:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction27; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13738:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction26; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13737:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction25; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13736:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction24; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13735:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction23; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13734:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction22; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13733:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction21; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13732:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction20; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13731:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13730:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction19; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13729:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction18; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13728:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction17; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13727:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13726:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13725:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13724:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13723:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13722:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13721:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13720:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:13719:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtSigned’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14220:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14219:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14197:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14196:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14195:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14194:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14193:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14192:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14191:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14190:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction20; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14189:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14188:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction19; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14187:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction18; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14186:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction17; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14185:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14184:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14183:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14182:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14180:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14179:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14178:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14177:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdentityHash’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14516:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14515:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveImmediateAsInteger’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14591:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14643:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14642:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14635:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14634:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14633:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14632:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14631:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14712:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14708:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14707:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14706:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14772:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14771:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14763:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14762:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14761:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14760:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14759:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14841:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14836:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14835:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14834:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14899:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14898:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14891:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14890:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14889:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14888:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14887:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14968:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14964:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14963:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:14962:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15028:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15027:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15019:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15018:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15017:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15016:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15015:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15097:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15092:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15091:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15090:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNew’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15178:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15177:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15166:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15165:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15164:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15163:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15162:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15161:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15160:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15159:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15158:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15156:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15155:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15154:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15153:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNewWithArg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15364:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable] sqInt literal8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15363:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable] sqInt literal7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15362:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable] sqInt literal6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15361:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable] sqInt literal5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15360:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable] sqInt literal4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15359:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15358:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15357:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15356:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15338:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15337:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15336:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15335:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15334:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15333:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15332:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15331:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction22; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15329:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction20; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15328:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15327:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction19; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15326:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction18; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15325:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction17; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15324:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15323:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15322:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15321:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15320:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15319:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15318:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15317:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15316:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveShallowCopy’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15605:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15604:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15603:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15602:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15592:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15591:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15590:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15589:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15588:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15587:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15586:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15585:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15584:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15583:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15582:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15581:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15580:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15579:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15578:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15577:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15576:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15734:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15733:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15724:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15723:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15722:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15721:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15720:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15811:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15805:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15804:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15803:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15876:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15875:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15866:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15865:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15864:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15863:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15862:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15953:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15947:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15946:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15945:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16020:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16019:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16009:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16008:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16007:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16006:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16005:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16004:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16103:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16096:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16095:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16094:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16093:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16174:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16173:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16163:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16162:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16161:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16160:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16159:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16158:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16257:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16250:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16249:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16248:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16247:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16342:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable] sqInt literal4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16341:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16340:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16339:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16338:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16326:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16325:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16324:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16323:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16322:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16321:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16320:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16319:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16318:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16317:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16316:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16486:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable] sqInt literal4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16485:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16484:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16483:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16482:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16467:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16466:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16465:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16464:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16463:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16462:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16461:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16460:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16459:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16458:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16457:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16456:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16455:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16454:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genRemoveSmallIntegerTagsInScratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16660:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘getLiteralCountOfplusOneinBytesintoscratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16679:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16678:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16677:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeGenerateSelectorIndexDereferenceRoutine’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16756:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16751:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16750:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16749:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16748:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16747:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16746:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16745:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16744:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16743:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16742:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16741:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16740:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16739:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAllocExternalAddressValueintoscratchRegscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16925:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16923:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16922:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16921:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16920:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16919:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16918:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16917:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCheckRememberedBitOfscratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16968:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16967:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToCharacterInReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16998:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17023:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17021:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCreateFullClosurenumArgsnumCopiedignoreContextcontextNumArgslargeinBlock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17064:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17063:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17062:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17061:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17057:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17056:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17055:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17054:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17053:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17052:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17051:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17050:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17049:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17048:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17047:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17046:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureObjInRegNotForwardedscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17148:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17147:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17179: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:923: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17221:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion] finished = nonFwdJumpTargetOrZero; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17192:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17191:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegupdatingSlotin’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17240:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17238:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17237:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17236:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextLargeinBlock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17430:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17387:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable] sqInt literal9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17386:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable] sqInt literal8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17385:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable] sqInt literal7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17384:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable] sqInt literal6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17383:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable] sqInt literal5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17382:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable] sqInt literal4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17381:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17380:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17379:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17378:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17371:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17370:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17369:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17368:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17367:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17366:26: warning: variable ‘anInstruction36’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction36; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17365:26: warning: variable ‘anInstruction35’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction35; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17363:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction33; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17362:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction32; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17361:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction31; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17360:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction30; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17359:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17358:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction29; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17357:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction28; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17356:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction27; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17355:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction26; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17354:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction25; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17353:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction24; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17352:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction23; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17351:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction22; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17350:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction21; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17349:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction20; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17348:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17347:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction19; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17346:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction18; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17345:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction17; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17344:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17343:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17342:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17341:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17340:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17339:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17338:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17337:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17336:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextNumArgslargeinBlock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17613:9: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17633:9: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17594:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetBitsofFormatByteOfinto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17650:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17649:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassIndexOfNonImminto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17668:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17667:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfClassIndexintoscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17694:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17693:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17692:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17691:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17690:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17689:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfintoscratchReginstRegIsReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17754:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17751:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17750:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17749:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17748:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17747:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetDoubleValueOfinto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17836:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17835:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetFormatOfintoleastSignificantHalfOfBaseHeaderIntoScratch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17867:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17866:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17865:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetNumSlotsOfinto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17900:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetRawSlotSizeOfNonImminto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17926:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17925:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpImmediate’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17939:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpImmutablescratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17956:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17955:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpMutablescratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17976:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17975:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNewArrayOfSizeinitialized’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18014:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18010:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18009:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18008:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18007:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18006:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18005:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18004:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18003:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNoPopCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18096:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable] sqInt literal4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18095:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18094:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18093:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18092:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18089:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18088:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18087:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18086:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18085:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18084:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18083:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18082:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18081:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18080:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18079:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdenticalOrNotIf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18234: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_headless/build/generated/64/vm/src/cogitX64SysV.c:17189: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_headless/build/generated/64/vm/src/cogitX64SysV.c:18260: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_headless/build/generated/64/vm/src/cogitX64SysV.c:17189: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_headless/build/generated/64/vm/src/cogitX64SysV.c:18220:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18219:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18319:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18311:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18310:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction21; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18308:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18307:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18306:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18406:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18401:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18399:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18398:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18397:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18483:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18482:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18475:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18474:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18473:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18472:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18471:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18552:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18548:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18547:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18546:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18611:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18610:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18603:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18602:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18601:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18600:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18599:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18680:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18676:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18675:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18674:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18737:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18730:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18729:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18728:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18727:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18803:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18799:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18798:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18797:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18863:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18862:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18854:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18853:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18852:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18851:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18850:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18933:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18928:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18927:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18926:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18993:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18992:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18984:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18983:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18982:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18981:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:18980:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19061:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19056:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19055:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19054:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19118:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19117:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19110:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19109:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19108:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19107:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19106:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19187:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19183:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19182:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19181:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19244:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19237:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19236:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19235:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19234:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19310:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19306:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19305:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19304:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19370:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19369:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19361:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19360:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19359:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19358:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19357:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19448:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19443:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19442:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19441:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19515:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19514:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19507:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19506:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19505:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19504:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19503:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19584:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19580:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19579:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19578:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19641:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19634:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19633:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19632:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19631:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19707:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19703:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19702:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19701:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveObjectAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19761:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19756:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19755:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19754:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19846:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19845:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19844:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19829:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19828:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19827:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19826:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19825:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19824:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19823:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19822:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19821:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19820:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19819:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19980:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19970:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction31; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19969:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19968:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction21; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19967:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19966:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19965:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:19964:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20078:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20071:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20070:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20069:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20068:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20067:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20066:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20163:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20162:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20153:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20152:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20151:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20150:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20149:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20242:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20236:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20235:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20234:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20309:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20308:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20299:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20298:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20297:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20296:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20295:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20388:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20382:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20381:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20380:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20453:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20444:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20443:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20442:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20441:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20529:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20523:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20522:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20521:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20596:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20595:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20586:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20585:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20584:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20583:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20582:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20673:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20667:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20666:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20665:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20738:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20737:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20728:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20727:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20726:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20725:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20724:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20813:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20807:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20806:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20805:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20876:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20875:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20866:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20865:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20864:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20863:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20862:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20953:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20947:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20946:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:20945:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21016:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21007:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21006:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21005:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21004:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21090:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21084:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21083:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21082:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21158:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21157:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21147:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21146:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21145:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction21; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21144:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21143:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21142:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21141:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21246:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21239:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21238:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21237:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21236:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21235:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21321:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21320:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21310:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21309:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21308:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21307:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21306:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21305:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21402:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21395:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21394:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21393:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21392:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21469:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21459:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21458:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21457:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21456:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21455:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21549:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21542:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21541:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21540:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21539:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringCompareWith’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21624:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21623:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21613:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21612:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21611:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21610:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21609:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21608:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21607:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringReplace’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21804:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21803:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21784:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21783:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21782:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21781:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21780:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21779:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21778:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21777:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction24; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21776:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction23; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21775:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction22; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21774:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction21; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21773:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction20; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21772:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21771:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction19; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21770:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction18; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21769:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction17; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21768:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21767:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21766:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21765:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21764:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21763:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21762:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21761:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:21760:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSetSmallIntegerTagsIn’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22097:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreCheckReceiverRegvalueRegscratchReginFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22133:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexdestRegscratchReginFrameneedsStoreCheck’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22185:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22184:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexintoNewObjectInDestReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22214:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22213:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreTrampolineCalledinstVarIndex’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22237:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityAndStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22285:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22279:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22278:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22277:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityButNoStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22368:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22366:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22365:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘jumpNotCharacterUnsignedValueInRegister’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22467:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeCompileRetryOnPrimitiveFail’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22554:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22553:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22552:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22551:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureSpilledAtfrom’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2131:25: warning: statement with no effect [-Wunused-value] #define traceSpill(ign) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22677:2: note: in expansion of macro ‘traceSpill’ traceSpill(self_in_ensureSpilledAtfrom); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22664:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22663:26: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable] AbstractInstruction *inst; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22662:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘popToReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22772:9: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22733:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22732:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22731:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘storeToReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22858:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22823:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22822:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22821:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘computeMaximumSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:23444:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘dispatchConcretize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:24150: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24171: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24189: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24212: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24230: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24250: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24259: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24279: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24297: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24318: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24336: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24357: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24375: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24396: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24414: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24437: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24455: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24478: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24496: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24517: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24535: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24556: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24574: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24595: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24613: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24634: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24652: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24674: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24692: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24714: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24732: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24753: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24771: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24792: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_headless/build/generated/64/vm/src/cogitX64SysV.c:24810: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_headless/build/generated/64/vm/src/cogitX64SysV.c:25607:4: warning: statement with no effect [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:25740:4: warning: statement with no effect [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:25874:4: warning: statement with no effect [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:25972:4: warning: statement with no effect [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27115:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘dispatchConcretizeProcessorSpecific’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27238:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genDivRRQuoRem’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27300:8: warning: statement with no effect [-Wunused-value] error("couldn't find unused register in genDivR:R:Quo:Rem:"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateLowLevelTryLock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27386:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27385:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27384:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27383:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateLowLevelUnlock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27414:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27413:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointer’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27438:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27459:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27458:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadStackPointers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27483:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27482:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMemCopytoconstantSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27507:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable] AbstractInstruction * inst; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27504:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27503:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMemCopytosize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27565:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable] AbstractInstruction * inst; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27562:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForAbortMissNumArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27686:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable] sqInt literal9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27685:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable] sqInt literal8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27684:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable] sqInt literal7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27683:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable] sqInt literal6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27682:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable] sqInt literal5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27681:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable] sqInt literal4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27680:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27679:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27678:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable] sqInt literal10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27677:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27676:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27675:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27674:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27673:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27672:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27671:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27670:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27669:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27668:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27667:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27666:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27665:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27664:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForNumArgsscratchReg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27770:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27769:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSaveStackPointers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27851:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27850:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘instructionSizeAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27937:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘prepareStackToCallCFunctionInSmalltalkStack’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28214:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28213:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewriteCallAttarget’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28287:8: warning: statement with no effect [-Wunused-value] error("linking callsite to invalid address"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewriteInlineCacheAttagtarget’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28356:8: warning: statement with no effect [-Wunused-value] error("linking callsite to invalid address"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizeHasModrmat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28492:9: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28466:11: warning: variable ‘ro’ set but not used [-Wunused-but-set-variable] sqInt ro; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizeImmediateGroup1at’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28524:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28509:11: warning: variable ‘rm’ set but not used [-Wunused-but-set-variable] sqInt rm; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28507:11: warning: variable ‘mod’ set but not used [-Wunused-but-set-variable] sqInt mod; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘stopsFromto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28533: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 /usr/include/features.h:367:0, from /usr/include/stdint.h:25, from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:12, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /usr/include/x86_64-linux-gnu/bits/string3.h:78:1: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’ __NTH (memset (void *__dest, int __ch, size_t __len)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘twoByteInstructionSizeAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28572:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileGetErrorCode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28644:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28643:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileInterpreterPrimitiveMayCallBackflags’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28777:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28788:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28806:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion] jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28020:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’ jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28707:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28704:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28703:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28701:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28700:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28699:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28698:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28697:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction19; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28696:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28695:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28694:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28693:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28692:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28691:26: warning: variable ‘anInstruction110’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction110; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28690:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileInterpreterPrimitiveflags’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28944:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28955:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29004:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion] jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28020:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’ jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29014:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion] jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28020:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’ jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28868:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28864:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28863:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28861:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28860:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28859:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28858:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction28; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28857:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction27; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28856:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction26; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28855:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction25; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28854:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction24; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28853:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction20; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28852:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28851:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction19; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28850:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction18; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28849:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction17; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28848:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28847:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28846:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28845:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28844:26: warning: variable ‘anInstruction112’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction112; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28843:26: warning: variable ‘anInstruction111’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction111; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileMachineCodeInterpreterPrimitive’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29082:8: warning: statement with no effect [-Wunused-value] error("shouldBeImplemented"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29088:3: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29094:3: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29100:3: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29106:3: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29112:2: warning: statement with no effect [-Wunused-value] ((AbstractInstruction *) backEnd); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29053:11: warning: variable ‘n’ set but not used [-Wunused-but-set-variable] sqInt n; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29050:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29049:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileOpenPICMethodCacheProbeForwithShiftbaseRegOrNone’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29152:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29151:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29150:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29149:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29148:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileOpenPICnumArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29225: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_headless/build/generated/64/vm/src/cogitX64SysV.c:28002: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_headless/build/generated/64/vm/src/cogitX64SysV.c:29209:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29207:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compilePerformMethodCacheProbeForwithShiftbaseRegOrNone’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29276:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29275:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29274:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29273:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29272:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compilePrimitive’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29383: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_headless/build/generated/64/vm/src/cogitX64SysV.c:29047:1: note: expected ‘void (*)(void)’ but argument is of type ‘sqInt {aka long int}’ compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void)) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29386:24: warning: comparison of distinct pointer types lacks a cast || (primitiveRoutine == primitiveFail)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genDoubleFailIfZeroArgRcvrarg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29505:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genFastPrimTraceUsingand’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29872:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29871:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29870:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29869:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29868:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29867:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLookupForPerformNumArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30006: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_headless/build/generated/64/vm/src/cogitX64SysV.c:28002: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_headless/build/generated/64/vm/src/cogitX64SysV.c:29993:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:29991:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMustBeBooleanTrampolineForcalled’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30065:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveHashMultiply’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30084:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30083:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimReturnEnterCogCodeEnilopmart’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30146:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30141:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30140:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30139:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30138:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30137:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction18; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30136:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction16; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30135:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30134:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30133:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30132:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction12; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30131:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30130:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genQuickReturnConst’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30320:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnFalse’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30366:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnNil’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30385:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnNilFromBlock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30404:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnTrue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30424:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeCompileAllocFillerCheck’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30838:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30837:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30836:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30835:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:15:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewritePrimInvocationInto’: /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value] #define flushICacheFromto(startAddress,endAddress) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31713:2: note: in expansion of macro ‘flushICacheFromto’ flushICacheFromto((((usqInt)cogMethod)) + cmNoCheckEntryOffset, (((usqInt)address)) + extent); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31683:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable] sqInt extent; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘adjustArgumentsForPerform’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31994:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable] sqInt literal9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31993:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable] sqInt literal5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31992:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31991:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31990:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable] sqInt literal10; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31988:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction9; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31987:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction8; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31986:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31985:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31984:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31983:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction15; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31982:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction14; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31981:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction13; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileAbstractInstructionsFromthrough’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2130:25: warning: statement with no effect [-Wunused-value] #define traceSimStack() 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32138:2: note: in expansion of macro ‘traceSimStack’ traceSimStack(); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2092:30: warning: statement with no effect [-Wunused-value] #define maybeHaltIfDebugPC() 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32144:3: note: in expansion of macro ‘maybeHaltIfDebugPC’ maybeHaltIfDebugPC(); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2127:30: warning: statement with no effect [-Wunused-value] #define traceDescriptor(ign) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32159:3: note: in expansion of macro ‘traceDescriptor’ traceDescriptor(descriptor); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2130:25: warning: statement with no effect [-Wunused-value] #define traceSimStack() 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32160:3: note: in expansion of macro ‘traceSimStack’ traceSimStack(); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32195:8: warning: statement with no effect [-Wunused-value] error("Cog JIT internal error. Too many abstract opcodes. Num opcodes heuristic is too optimistic."); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32133:11: warning: variable ‘generateBranchAround’ set but not used [-Wunused-but-set-variable] sqInt generateBranchAround; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockBodies’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32206:11: warning: variable ‘initialCounterIndex’ set but not used [-Wunused-but-set-variable] sqInt initialCounterIndex; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockFrameBuild’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32288:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32287:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32286:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileFrameBuild’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32609:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32608:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32607:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileFullBlockMethodFrameBuild’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32729:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32728:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFrameBuild’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32844:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32843:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32842:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32841:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFramelessInit’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:32946:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureFixupAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2128:34: warning: statement with no effect [-Wunused-value] #define traceFixupmerge(igu,ana) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33109:2: note: in expansion of macro ‘traceFixupmerge’ traceFixupmerge(fixup, 1); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureNonMergeFixupAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2128:34: warning: statement with no effect [-Wunused-value] #define traceFixupmerge(igu,ana) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33145:2: note: in expansion of macro ‘traceFixupmerge’ traceFixupmerge(fixup, 1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCallPICEnilopmartNumArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33341:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable] sqInt size; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33336:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCallPrimitiveBytecode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33393:11: warning: variable ‘primSet’ set but not used [-Wunused-but-set-variable] sqInt primSet; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genExternalizePointersForPrimitiveCall’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33418:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33417:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33416:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateInstructionsAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2091:41: warning: statement with no effect [-Wunused-value] #define maybeBreakGeneratingAt(address) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33606:3: note: in expansion of macro ‘maybeBreakGeneratingAt’ maybeBreakGeneratingAt(absoluteAddress); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2091:41: warning: statement with no effect [-Wunused-value] #define maybeBreakGeneratingAt(address) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33633:3: note: in expansion of macro ‘maybeBreakGeneratingAt’ maybeBreakGeneratingAt((abstractInstruction->address)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateSendTrampolines’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33682:47: warning: passing argument 1 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1259:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘sqInt (*)(sqInt, sqInt, sqInt, sqInt) {aka long int (*)(long int, long int, long int, long int)}’ static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33682:69: warning: passing argument 2 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1259:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33683:47: warning: passing argument 1 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1259:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void (*)(sqInt, sqInt, sqInt, sqInt) {aka void (*)(long int, long int, long int, long int)}’ static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33683:81: warning: passing argument 2 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1259:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateSuperSendTrampolineTonamednumArgsin’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33702:102: warning: passing argument 1 of ‘trampolineNamenumArgs’ makes pointer from integer without a cast [-Wint-conversion] trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2) ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10011:1: note: expected ‘char *’ but argument is of type ‘sqInt {aka long int}’ trampolineNamenumArgs(char *routinePrefix, sqInt numArgs) ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33702:61: warning: passing argument 1 of ‘genSendTrampolineFornumArgscalledargargargarg’ makes pointer from integer without a cast [-Wint-conversion] trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2) ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1292:28: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’ static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genForwardersInlinedIdenticalOrNotIf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33925: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33929: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33929: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘BytecodeFixup * {aka struct <anonymous> *}’ genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33744:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33732:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33731:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33730:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34002: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34006: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17189: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_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33947:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33946:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33945:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:33944:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genInlinedIdenticalOrNotIf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34061:25: warning: variable ‘primDescriptor’ set but not used [-Wunused-but-set-variable] BytecodeDescriptor *primDescriptor; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpBackTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34087:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpIfto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34132:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34131:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMarshalledSendnumArgssendTable’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34273:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34272:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMethodAbortTrampolineFor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34333:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPopStackBytecode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34381:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34380:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClosureValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34421:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34414:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34413:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34412:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34411:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveFullClosureValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34495:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34490:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34489:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34488:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitivePerform’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34546:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushLiteralVariable’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34628:11: warning: variable ‘eA’ set but not used [-Wunused-but-set-variable] sqInt eA; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34624:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushMaybeContextReceiverVariable’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34718:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34717:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRemoteTempLongBytecode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34840:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35029:9: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35159:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34992:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable] sqInt literal3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34991:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable] sqInt literal2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34990:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable] sqInt literal1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34989:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable] sqInt literal; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34981:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction7; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34980:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction6; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34979:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction5; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34978:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction4; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34977:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34976:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34975:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34974:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35243:11: warning: variable ‘nextPC’ set but not used [-Wunused-but-set-variable] sqInt nextPC; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35232:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35231:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStaticallyResolvedSpecialSelectorComparison’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35422:8: warning: statement with no effect [-Wunused-value] error("Case not found and no otherwise clause"); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopLiteralVariableneedsStoreCheckneedsImmutabilityCheck’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35439:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopMaybeContextReceiverVariableneedsStoreCheckneedsImmutabilityCheck’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35500:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35499:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopRemoteTempAtneedsStoreCheck’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35623:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopTemporaryVariable’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35649:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable] AbstractInstruction *anInstruction; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mergeWithFixupIfRequired’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2129:25: warning: statement with no effect [-Wunused-value] #define traceMerge(ign) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36059:2: note: in expansion of macro ‘traceMerge’ traceMerge(fixup); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘reinitializeFixupsFromthrough’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36231:45: warning: assignment makes pointer from integer without a cast [-Wint-conversion] (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ssAllocateRequiredRegMaskupThrough’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36502:11: warning: variable ‘lastRequiredNative’ set but not used [-Wunused-but-set-variable] sqInt lastRequiredNative; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c: At top level: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2159:1: warning: ‘availableFloatRegisterOrNoneFor’ defined but not used [-Wunused-function] availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2193:1: warning: ‘cloneLiteralFrom’ defined but not used [-Wunused-function] cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2280:1: warning: ‘initializeSharableLiteral’ defined but not used [-Wunused-function] initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2299:1: warning: ‘initializeUniqueLiteral’ defined but not used [-Wunused-function] initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2322:1: warning: ‘isLiteral’ defined but not used [-Wunused-function] isLiteral(AbstractInstruction * self_in_isLiteral) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2378:1: warning: ‘rewriteConditionalJumpLongAttarget’ defined but not used [-Wunused-function] rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2391:1: warning: ‘wantsNearAddressFor’ defined but not used [-Wunused-function] wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2418:1: warning: ‘computeSizeOfArithCqR’ defined but not used [-Wunused-function] computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2433:1: warning: ‘computeSizeOfArithCwR’ defined but not used [-Wunused-function] computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2478:1: warning: ‘concretizeMoveCwR’ defined but not used [-Wunused-function] concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2597:1: warning: ‘loadLiteralByteSize’ defined but not used [-Wunused-function] loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2872:1: warning: ‘allMethodsHaveCorrectHeader’ defined but not used [-Wunused-function] allMethodsHaveCorrectHeader(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:5940:1: warning: ‘expectedClosedPICPrototype’ defined but not used [-Wunused-function] expectedClosedPICPrototype(CogMethod *cPIC) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6217:1: warning: ‘firstMappedPCFor’ defined but not used [-Wunused-function] firstMappedPCFor(CogMethod *cogMethod) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:8955:1: warning: ‘maybeFreeCogMethodDoesntLookKosher’ defined but not used [-Wunused-function] maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9267:1: warning: ‘noAssertMethodClassAssociationOf’ defined but not used [-Wunused-function] noAssertMethodClassAssociationOf(sqInt methodPointer) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9279:1: warning: ‘noCogMethodsMaximallyMarked’ defined but not used [-Wunused-function] noCogMethodsMaximallyMarked(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9439:1: warning: ‘picAbortDiscriminatorValue’ defined but not used [-Wunused-function] picAbortDiscriminatorValue(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9548:1: warning: ‘registerMaskFor’ defined but not used [-Wunused-function] registerMaskFor(sqInt reg) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:9555:1: warning: ‘registerMaskForand’ defined but not used [-Wunused-function] registerMaskForand(sqInt reg1, sqInt reg2) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:10796:1: warning: ‘counters’ defined but not used [-Wunused-function] counters(CogMethod * self_in_counters) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11064:1: warning: ‘kosherYoungReferrers’ defined but not used [-Wunused-function] kosherYoungReferrers(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:11551:1: warning: ‘voidYoungReferrersPostTenureAll’ defined but not used [-Wunused-function] voidYoungReferrersPostTenureAll(void) ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16862:1: warning: ‘checkValidDerivedObjectReference’ defined but not used [-Wunused-function] checkValidDerivedObjectReference(sqInt bodyAddress) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:16877:1: warning: ‘couldBeDerivedObject’ defined but not used [-Wunused-function] couldBeDerivedObject(sqInt bodyAddress) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:17019:1: warning: ‘genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’ defined but not used [-Wunused-function] genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22447:1: warning: ‘getActiveContextAllocatesInMachineCode’ defined but not used [-Wunused-function] getActiveContextAllocatesInMachineCode(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22458:1: warning: ‘inlineCacheTagIsYoung’ defined but not used [-Wunused-function] inlineCacheTagIsYoung(sqInt cacheTag) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22865:1: warning: ‘isMergeFixup’ defined but not used [-Wunused-function] isMergeFixup(BytecodeFixup * self_in_isMergeFixup) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22924:1: warning: ‘callFullTargetFromReturnAddress’ defined but not used [-Wunused-function] callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22931:1: warning: ‘callInstructionByteSize’ defined but not used [-Wunused-function] callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22952:1: warning: ‘cFloatResultToRd’ defined but not used [-Wunused-function] cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22963:1: warning: ‘cFloatResultToRs’ defined but not used [-Wunused-function] cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:22974:1: warning: ‘cmpC32RTempByteSize’ defined but not used [-Wunused-function] cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:23523:1: warning: ‘concretizeFill32’ defined but not used [-Wunused-function] concretizeFill32(AbstractInstruction * self_in_concretizeFill32) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:23699:1: warning: ‘cStackPointer’ defined but not used [-Wunused-function] cStackPointer(AbstractInstruction * self_in_cStackPointer) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27245:1: warning: ‘fullCallsAreRelative’ defined but not used [-Wunused-function] fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27381:1: warning: ‘generateLowLevelTryLock’ defined but not used [-Wunused-function] generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27411:1: warning: ‘generateLowLevelUnlock’ defined but not used [-Wunused-function] generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27501:1: warning: ‘genMemCopytoconstantSize’ defined but not used [-Wunused-function] genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27560:1: warning: ‘genMemCopytosize’ defined but not used [-Wunused-function] genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27866:1: warning: ‘genSubstituteReturnAddress’ defined but not used [-Wunused-function] genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:27877:1: warning: ‘genSwapRRScratch’ defined but not used [-Wunused-function] genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28049:1: warning: ‘jumpLongByteSize’ defined but not used [-Wunused-function] jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28056:1: warning: ‘jumpLongConditionalByteSize’ defined but not used [-Wunused-function] jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28107:1: warning: ‘leafCallStackPointerDelta’ defined but not used [-Wunused-function] leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28118:1: warning: ‘literalBeforeInlineCacheTagAt’ defined but not used [-Wunused-function] literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28130:1: warning: ‘loadPICLiteralByteSize’ defined but not used [-Wunused-function] loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28137:1: warning: ‘machineCodeAt’ defined but not used [-Wunused-function] machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28150:1: warning: ‘machineCodeBytes’ defined but not used [-Wunused-function] machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28193:1: warning: ‘numLowLevelLockOpcodes’ defined but not used [-Wunused-function] numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28249:1: warning: ‘relocateMethodReferenceBeforeAddressby’ defined but not used [-Wunused-function] relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:28585:1: warning: ‘zoneCallsAreRelative’ defined but not used [-Wunused-function] zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:30864:1: warning: ‘numSpecialSelectors’ defined but not used [-Wunused-function] numSpecialSelectors(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:31831:1: warning: ‘v4LongForwardBranchDistance’ defined but not used [-Wunused-function] v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj) ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36204:1: warning: ‘receiverIsInReceiverResultReg’ defined but not used [-Wunused-function] receiverIsInReceiverResultReg(void) ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:36911:1: warning: ‘tempsValidAndVolatileEntriesSpilled’ defined but not used [-Wunused-function] tempsValidAndVolatileEntriesSpilled(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:37012:1: warning: ‘violatesEnsureSpilledSpillAssert’ defined but not used [-Wunused-function] violatesEnsureSpilledSpillAssert(void) ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1358:14: warning: ‘breakBlock’ defined but not used [-Wunused-variable] static sqInt breakBlock; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1372:14: warning: ‘ceByteSizeOfTrampoline’ defined but not used [-Wunused-variable] static sqInt ceByteSizeOfTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1382:22: warning: ‘ceCheckFeaturesFunction’ defined but not used [-Wunused-variable] static usqIntptr_t (*ceCheckFeaturesFunction)(void); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1384:14: warning: ‘ceCPICMissTrampoline’ defined but not used [-Wunused-variable] static sqInt ceCPICMissTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1388:14: warning: ‘ceFloatObjectOfTrampoline’ defined but not used [-Wunused-variable] static sqInt ceFloatObjectOfTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1389:14: warning: ‘ceFloatValueOfTrampoline’ defined but not used [-Wunused-variable] static sqInt ceFloatValueOfTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1390:15: warning: ‘ceFlushICache’ defined but not used [-Wunused-variable] static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1394:14: warning: ‘ceInlineNewHashTrampoline’ defined but not used [-Wunused-variable] static sqInt ceInlineNewHashTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1395:14: warning: ‘ceInstantiateClassIndexableSizeTrampoline’ defined but not used [-Wunused-variable] static sqInt ceInstantiateClassIndexableSizeTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1396:14: warning: ‘ceInstantiateClassTrampoline’ defined but not used [-Wunused-variable] static sqInt ceInstantiateClassTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1401:14: warning: ‘ceMethodAbortTrampoline’ defined but not used [-Wunused-variable] static sqInt ceMethodAbortTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1404:14: warning: ‘cePICAbortTrampoline’ defined but not used [-Wunused-variable] static sqInt cePICAbortTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1405:14: warning: ‘cePositive64BitIntegerTrampoline’ defined but not used [-Wunused-variable] static sqInt cePositive64BitIntegerTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1406:14: warning: ‘cePositive64BitValueOfTrampoline’ defined but not used [-Wunused-variable] static sqInt cePositive64BitValueOfTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1414:14: warning: ‘ceSigned64BitIntegerTrampoline’ defined but not used [-Wunused-variable] static sqInt ceSigned64BitIntegerTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1415:14: warning: ‘ceSigned64BitValueOfTrampoline’ defined but not used [-Wunused-variable] static sqInt ceSigned64BitValueOfTrampoline; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1440:14: warning: ‘compilationTrace’ defined but not used [-Wunused-variable] static sqInt compilationTrace; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1445:14: warning: ‘currentCallCleanUpSize’ defined but not used [-Wunused-variable] static sqInt currentCallCleanUpSize; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1447:14: warning: ‘debugBytecodePointers’ defined but not used [-Wunused-variable] static sqInt debugBytecodePointers; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1448:14: warning: ‘debugFixupBreaks’ defined but not used [-Wunused-variable] static sqInt debugFixupBreaks; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1449:14: warning: ‘debugOpcodeIndices’ defined but not used [-Wunused-variable] static sqInt debugOpcodeIndices; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1451:14: warning: ‘debugStackPointers’ defined but not used [-Wunused-variable] static sqInt debugStackPointers; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1455:14: warning: ‘disassemblingMethod’ defined but not used [-Wunused-variable] static sqInt disassemblingMethod; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1461:14: warning: ‘expectedFPAlignment’ defined but not used [-Wunused-variable] static sqInt expectedFPAlignment; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1462:14: warning: ‘expectedSPAlignment’ defined but not used [-Wunused-variable] static sqInt expectedSPAlignment; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1987:14: warning: ‘guardPageSize’ defined but not used [-Wunused-variable] static sqInt guardPageSize; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:1997:14: warning: ‘memoryManager’ defined but not used [-Wunused-variable] static sqInt memoryManager; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2019:14: warning: ‘percentageToEnsureRelease’ defined but not used [-Wunused-variable] static sqInt percentageToEnsureRelease; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2041:14: warning: ‘simulateFPInUse’ defined but not used [-Wunused-variable] static sqInt simulateFPInUse; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:2055:15: warning: ‘unpairedMethodList’ defined but not used [-Wunused-variable] static usqInt unpairedMethodList; ^ MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Project: Unicorn baseline MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- Check size of double - done -- Check size of long double MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:6710:31: warning: ‘endCPICCase1’ may be used uninitialized in this function [-Wmaybe-uninitialized] cPICCaseSize = ((endCPICCase1->address)) - ((endCPICCase0->address)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35425:9: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized] return ssPushAnnotatedConstant((result ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35396:9: note: ‘result’ was declared here int result; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35162:6: warning: ‘jumpContinue’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (!(jumpContinue)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7519:39: warning: ‘rcvrInt’ may be used uninitialized in this function [-Wmaybe-uninitialized] ((abstractInstruction->operands))[0] = operandOne; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34994:11: note: ‘rcvrInt’ was declared here sqInt rcvrInt; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:35035:31: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized] ssPushAnnotatedConstant((((usqInt)result << 3) | 1))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:7519:39: warning: ‘argInt’ may be used uninitialized in this function [-Wmaybe-uninitialized] ((abstractInstruction->operands))[0] = operandOne; ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:15:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64SysV.c:34982:11: note: ‘argInt’ was declared here sqInt argInt; ^ 2481 warnings generated. [ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types] VM->push = push; ^ ~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types] VM->pushFloat = pushFloat; ^ ~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-pointer-types] VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-pointer-types] VM->forceInterruptCheck = forceInterruptCheck; ^ ~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-pointer-types] VM->utcMicroseconds = ioUTCMicroseconds; ^ ~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-pointer-types] VM->stringForCString = stringForCString; ^ ~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types] VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types] VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types] VM->platformSemaphoreNew = platform_semaphore_new; ^ ~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types] VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 14 warnings generated. [ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable 'v' [-Wunused-variable] int v; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable 'xArray' [-Wunused-variable] sqInt xArray; ^ 6 warnings generated. [ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/osx/aioOSX.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable] int n; ^ 1 warning generated. [ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c /builds/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c:317:8: warning: unused variable 'pc' [-Wunused-variable] void *pc; ^ /builds/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c:436:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] getcontext(&uap); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here int getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; ^ 2 warnings generated. [ 37%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o /Library/Developer/CommandLineTools/usr/bin/c++ -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/utilsMac.mm NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Starting atomic load [ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/fileDialogMac.m -- Check size of long double - done -- Looking for alloca NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) [ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/memoryUnix.c [ 38%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/c++ -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Starting atomic load [ 38%] Built target PharoVMCore /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/depend.internal". Scanning dependencies of target SqueakSSL /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build [ 38%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) 1 warning generated. [ 39%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 40%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 40%] Built target SqueakSSL /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal". Scanning dependencies of target SDL2-2.0.7 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target SDL2-2.0.7 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.2.49.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.2.49.dir/depend.internal". Scanning dependencies of target libpng-1.2.49 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache [ 40%] Built target libpng-1.2.49 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/depend.internal". Scanning dependencies of target pixman-0.34.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target pixman-0.34.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/depend.internal". Scanning dependencies of target freetype-2.9.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target freetype-2.9.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/depend.internal". Scanning dependencies of target cairo-1.15.4 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o -c /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: At top level: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48:0: warning: ignoring #pragma auto_inline [-Wunknown-pragmas] #pragma auto_inline(off) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65:0: warning: ignoring #pragma auto_inline [-Wunknown-pragmas] #pragma auto_inline(on) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘interpret’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2969:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2970:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value] # define bytecodeDispatchDebugHook() 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2976:3: note: in expansion of macro ‘bytecodeDispatchDebugHook’ bytecodeDispatchDebugHook(); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2990:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3004:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3018:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3032:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3046:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3060:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3074:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3088:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3102:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3116:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3130:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3144:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3158:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3172:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3186:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3200:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3215:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3216:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3217:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3232:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3233:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3234:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3249:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3250:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3251:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3266:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3267:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3268:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3283:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3284:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3285:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3300:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3301:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3302:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3317:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3318:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3319:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3334:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3335:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3336:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3351:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3352:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3353:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3368:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3369:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3370:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3385:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3386:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3387:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3402:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3403:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3404:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3418:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3419:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3420:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3434:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3435:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3436:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3450:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3451:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3452:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3466:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3467:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3468:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4688:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4744:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4745:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4748:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4764:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4765:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4768:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4784:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4785:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4788:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4804:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4805:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4808:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4824:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4825:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4828:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4844:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4845:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4848:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4864:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4865:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4868:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4884:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4885:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4888:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4904:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4997:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localReturnValue = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5037:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5057:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] closure = longAt(localFP + (frameStackedReceiverOffset(localFP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5074:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5075:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5076:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5078:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext = longAt(localFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5106:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5107:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5108:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5110:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext1 = longAt(localFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5127:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5128:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5129:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5131:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext2 = longAt(localFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5155:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5161:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5168:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5191:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5192:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5193:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5195:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext3 = longAt(localFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5222:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil2 = longAt((thePage3->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5247:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5288:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(longAt(localFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5290:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5304:33: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion] longAtPointerput(localSP, localIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5315:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5319:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(localFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5410:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5418:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5450:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5479:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5482:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5485:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5488:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5518:34: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion] longAtPointerput(localSP, localIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5529:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5533:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(localFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5549:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5550:79: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5552:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((localFP + FoxIFrameFlags) + 1)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5563:33: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion] longAtPointerput(localSP, localIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5574:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5577:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj1 = longAt(localFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5621:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5622:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5623:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5625:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5658:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord()))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5664:56: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5665:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5666:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5713:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] objOop = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5756:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5757:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5760:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5842:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] objOop = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5885:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5886:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5889:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6018:6: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6172:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6173:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6246:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6261:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6266:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6267:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6278:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6303:50: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion] longAtPointerput((localSP -= BytesPerOop), localIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6305:50: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion] longAtPointerput((localSP -= BytesPerOop), localFP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6361:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6362:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6424:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6455:37: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6456:37: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6472:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6489:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6490:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6491:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6493:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object3 = longAt(callerFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6605:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj1 = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6700:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6701:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6898:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6899:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6900:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6902:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7040:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7041:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7042:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7064:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7065:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7066:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7101:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7102:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7103:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7154:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7155:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7156:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7158:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7474:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7475:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7480:36: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7503:15: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion] byteAtput(localFP + ((VMBIGENDIAN ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7717:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7723:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7724:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7861:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7867:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7868:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8938:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8944:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8945:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9097:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9103:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9104:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9243:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9251:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9289:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9296:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9297:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9365:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9366:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9409:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9410:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9458:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable] sqInt classOop1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9457:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable] sqInt classOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9740:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9741:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9707:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable] sqInt classOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9793:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9794:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9760:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable] sqInt classOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10106:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10107:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10108:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10110:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theThingToPush = longAt(localFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10160:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] localReturnValue = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10313:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10319:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10320:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10457:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10463:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10464:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11533:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11539:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11540:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11692:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11698:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11699:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11838:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11846:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11884:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11891:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11892:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11960:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11961:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12004:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12005:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12025:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable] sqInt classOop1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12024:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable] sqInt classOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12242:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12243:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12209:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable] sqInt classOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12295:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12296:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12262:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable] sqInt classOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12509:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12610:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12641:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12642:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12658:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12675:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12676:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12677:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12679:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(callerFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12761:47: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12762:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12763:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12938:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(localSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13036:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13037:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13042:36: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13065:15: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion] byteAtput(localFP + ((VMBIGENDIAN ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13175:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13270:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13271:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13395:41: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13396:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13399:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13424:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13519:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13520:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13641:41: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13642:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13645:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13739:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13740:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13741:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13743:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13807:124: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13857:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13858:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13859:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13861:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12922:3: warning: label ‘directedSuperclassSend’ defined but not used [-Wunused-label] directedSuperclassSend: ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘activateCoggedNewMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14232:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14234:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14246:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14249:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14255:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14255:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14259:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14262:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14265:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14270:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14282:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14285:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘activateNewMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14332:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14336:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14340:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14343:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14343:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14347:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14361:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14373:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14377:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointersimbarline’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14560:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(lifp + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14571:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = longAt(lifp + FoxIFSavedIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14587:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField1 = longAt(lifp + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14604:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(lifp + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14551:12: warning: variable ‘theIP’ set but not used [-Wunused-but-set-variable] usqInt theIP; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14548:16: warning: variable ‘cogMethod’ set but not used [-Wunused-but-set-variable] CogMethod *cogMethod; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidMachineCodeFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14619:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14615:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable] CogMethod *homeMethod; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidStackedInstructionPointersInline’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14661:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = ((usqInt)(longAt((aStackPage->headSP)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14668:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14670:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14687:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodObj = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14692:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = longAt(theFP + FoxIFSavedIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14698:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14699:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14645:16: warning: variable ‘theMethod’ set but not used [-Wunused-but-set-variable] CogMethod *theMethod; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14641:12: warning: variable ‘methodObj’ set but not used [-Wunused-but-set-variable] usqInt methodObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘attemptToSwitchToMachineCode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14755:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14756:109: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14758:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14778:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14779:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC()); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14782:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14782:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14784:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14786:71: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14786:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14787:19: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC()); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14790:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14791:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer)))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14812:68: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14812:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14816:58: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14816:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14823:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14834:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), pc); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14837:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14742:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable] CogMethod *homeMethod; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘callbackEnter’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14866:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14911:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14856:20: warning: variable ‘wasInMachineCode’ set but not used [-Wunused-but-set-variable] volatile sqInt wasInMachineCode; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘callRegisterArgCogMethodatreceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14961:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14961:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14963:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14964:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14967:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14967:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14968:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14969:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14974:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14974:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14976:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14977:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14979:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14980:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14985:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14985:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14986:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14988:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceActivateFailingPrimitiveMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15012:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] result = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15015:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceBaseFrameReturn’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15073:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] contextToReturnTo = longAt((GIV(stackPage)->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15102:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15132:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15135:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15138:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15141:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15159:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15161:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15165:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15167:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15170:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceCannotAssignTowithIndexvalueToAssign’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15203:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15207:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15210:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15213:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15216:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceCannotResume’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15239:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] resultOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15241:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15241:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15244:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15248:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15250:158: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVar’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15312:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15317:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVarvalue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15341:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15346:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceInterpretMethodFromPICreceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15419:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceMNUFromPICMNUMethodreceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15450:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15461:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceNonLocalReturn’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15582:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer)))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15602:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15603:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15604:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15606:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext = longAt(theFP1 + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15612:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15615:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15618:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15637:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15638:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15639:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15641:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext = longAt(theFP2 + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15647:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15650:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15653:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15661:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15662:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15663:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15665:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext1 = longAt(theFP6 + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15671:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15674:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15691:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15697:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15704:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15728:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15729:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15730:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15732:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ourContext = longAt(theFP3 + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15738:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15741:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15744:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15760:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil2 = longAt((thePage3->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15781:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15816:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15823:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15825:60: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceReturnToInterpreter’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15867:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15878:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15879:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15881:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendAborttonumArgs’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15917:2: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15978:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendFromInLineCacheMiss’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16023:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16095:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBooleanTointerpretingAtDelta’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16138:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16139:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16155:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16164:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(p); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16165:55: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((p - BytesPerWord) - BytesPerWord, longAt(p)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16165:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((p - BytesPerWord) - BytesPerWord, longAt(p)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16169:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16172:84: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16174:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16177:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16179:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16171:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16182:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, 0); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16183:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodObj); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16130:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable] sqInt oop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBoolean’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16207:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16211:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16214:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendabovetonumArgs’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16285:2: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16362:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16391:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16394:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16401:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendsupertonumArgs’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16458:2: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16470:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16475:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodPointer = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16577:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16608:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16622:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16629:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceStackOverflow’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16654:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16658:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16648:11: warning: variable ‘cesoRetAddr’ set but not used [-Wunused-but-set-variable] sqInt cesoRetAddr; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceTraceBlockActivation’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16682:134: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16684:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAt(GIV(framePointer) + FoxMFReceiver)) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16686:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAt(GIV(framePointer) + FoxIFReceiver))), 1, null); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceTraceLinkedSend’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16703:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16724:2: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), theReceiver); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16700:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable] sqInt selector1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkAssertsEnabledInCoInterpreter’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16743:11: warning: variable ‘assertsAreEnabledInCoInterpreter’ set but not used [-Wunused-but-set-variable] sqInt assertsAreEnabledInCoInterpreter; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkStackIntegrity’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16936:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16940:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16948:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16950:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16952:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16953:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16977:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16979:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16988:39: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16994:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17001:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17007:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘commenceCogCompiledCodeCompaction’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17078:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17090:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘contextInstructionPointerframe’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17148:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17150:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17164:11: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(theFP + FoxIFSavedIP) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17165:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceAMachineCodeFrameWithCogMethodin’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17219:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17222:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17223:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17224:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17226:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17235:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘enterSmalltalkExecutiveImplementation’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17376:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17380:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17392:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromLinkedSendWithReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17419:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17427:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17430:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromUnlinkedSendWithReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17455:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17463:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17466:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogPICfromLinkedSendWithReceiverandCacheTag’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17493:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17502:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17521:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17524:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeNewMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17577:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFieldsInCurrentMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17826:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17828:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardingPointersInStackZone’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17940:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17941:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theFP + FoxMFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17944:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxMFReceiver, followForwarded(oop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17949:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17952:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxIFReceiver, followForwarded(oop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17954:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17971:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17971:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17972:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxMethod, (oop = newOop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17975:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17977:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17979:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17980:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17981:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17981:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17984:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17986:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17988:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theFP + offset); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17991:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + offset, followForwarded(oop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17993:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17999:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18001:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theSP, followForwarded(oop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameCallerContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18065:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameHasContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18076:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18077:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18078:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameIsBlockActivation’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18088:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18089:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18090:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameMethodObject’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18097:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18099:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameNumArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18109:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18111:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18125:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18126:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18127:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘getCurrentBytecode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18226:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForReceiverstackDelta’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18256:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18258:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18259:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18260:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18261:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18262:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18263:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)), 0); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleMNUInMachineCodeToclassForMessage’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18292:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18341:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18350:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeIsBlockActivation’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18365:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18372:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(theFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeSavedIP’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18379:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(theFP + FoxIFSavedIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘instructionPointerForFramecurrentFPcurrentIP’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18439:25: warning: passing argument 1 of ‘oopForPointer’ makes pointer from integer without a cast [-Wint-conversion] theIP = oopForPointer(instrPtr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:153:23: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’ static inline sqInt oopForPointer(void *ptr) { return (sqInt)ptr; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18451:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18462:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((thePage->headSP)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18463:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18467:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘interpretMethodFromMachineCode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18572:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18584:4: warning: statement with no effect [-Wunused-value] !GIV(primFailCode); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isMachineCodeFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18615:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘makeBaseFrameFor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18749:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18750:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18767:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), maybeClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18790:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18793:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18795:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC()); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18796:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18853:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18860:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18862:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18865:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), theMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18866:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18867:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), (VMBIGENDIAN ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18874:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18881:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18888:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18893:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((pointer -= BytesPerWord), theIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mapStackPages’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18976:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18977:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] || ((longAt(theFP + FoxIFSavedIP)) == 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18990:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18994:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18997:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theSP, remapObj(oop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19001:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19002:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19003:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19004:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (shouldRemapObj(longAt(theFP + FoxThisContext))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19005:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19005:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19012:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19013:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (shouldRemapObj(longAt(theFP + FoxMethod))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19015:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = longAt(theIPPtr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19019:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = longAt(theIPPtr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19024:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP -= longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19026:52: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19026:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19028:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19028:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19032:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19038:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19041:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theSP, remapObj(oop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPage’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19169:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19173:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19186:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theSP, oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19193:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19194:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19195:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19197:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] markAndTrace(longAt(theFP + FoxThisContext)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19199:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19201:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19211:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] markAndTrace(longAt(theFP + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19213:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19221:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19234:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theSP, oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markCogMethodsAndReferentsOnPage’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19292:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19295:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mcprimFunctionForPrimitiveIndex’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19357:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return mcprimHashMultiply; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeCogMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19455:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeHomeMethodExport’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19465:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeHomeMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19488:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeIsBlockActivation’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19504:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19511:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(theFP + FoxMFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘moveFramesInthroughtoPage’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19736:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19740:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19743:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19744:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19745:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19747:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19752:53: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19752:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19753:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((newSP -= BytesPerWord), theContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19755:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19757:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19761:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newSP, longAt(source)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19761:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newSP, longAt(source)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19775:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19779:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(callerFP + FoxIFSavedIP, callerIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + stackedReceiverOffset, callerIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC()); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19788:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newFP + FoxSavedFP, 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19791:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19795:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19796:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19797:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19798:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19799:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theContext = longAt(fpInNewPage + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameFlagsForFP’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20332:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20334:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = (longAt(address)) & 7; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20338:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = longAt(address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20342:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20351:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20353:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20354:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20355:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20356:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20359:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20360:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20361:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameMethodFor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20379:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = longAt(address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20386:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20387:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20389:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20403:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20405:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingatextraString’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20417:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = longAt(address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingatextra’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20455:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = longAt(address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameWithSP’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20512:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20514:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20516:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20531:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20533:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20536:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] numArgs = byteAt((theFP + FoxIFrameFlags) + 1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20550:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20551:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20552:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20553:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20564:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20565:98: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20567:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20568:97: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20570:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20576:79: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20581:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20585:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20588:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20592:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20594:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20598:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] topThing = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20606:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20607:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20608:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20613:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20624:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20625:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20626:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘readImageFromFileHeapSizeStartingAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21235:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion] cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), oldBaseAddr - GIV(cogCodeSize))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘void *’ static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:61: warning: comparison between pointer and integer desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:90: warning: pointer/integer type mismatch in conditional expression desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion] desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21354:29: warning: passing argument 1 of ‘initializeCodeZoneFromupTo’ makes integer from pointer without a cast [-Wint-conversion] initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:42:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cogit.h:56:13: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21354:42: warning: passing argument 2 of ‘initializeCodeZoneFromupTo’ makes integer from pointer without a cast [-Wint-conversion] initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:42:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cogit.h:56:13: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returnToExecutivepostContextSwitch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21439:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21443:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21450:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21456:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] retValue = longAt(GIV(framePointer) + FoxMFReceiver); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21461:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] retValue = longAt(GIV(framePointer) + FoxMFReceiver); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21464:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21467:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21472:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21485:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returntoExecutive’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21512:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21515:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21518:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21523:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21526:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21540:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21696:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21701:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21705:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21709:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21714:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21754:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21760:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21764:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21767:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21767:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21774:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21788:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21794:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21797:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21804:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21807:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21812:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21816:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21831:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21933:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21937:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21941:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21945:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21949:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21989:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21995:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21999:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22002:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22002:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22009:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22023:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22029:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22032:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22039:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22042:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22047:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22051:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22066:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22124:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22125:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22126:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22127:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22129:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22134:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22139:85: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22140:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22141:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22141:70: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22143:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22144:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22146:34: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22147:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22148:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord)))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘slowPrimitiveResponse’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22405:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘transferTofrom’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22704:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22720:127: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22737:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22738:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22739:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22741:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22845:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22847:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22860:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22864:127: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updateStackZoneReferencesToCompiledCodePreCompaction’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22888:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22890:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theMethodField = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22898:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = ((usqInt)(longAt(theIPPtr))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22902:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theIPPtr, theIP + ((theMethod->objectHeader))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22904:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22906:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updateStateOfSpouseContextForFrameWithSP’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22931:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22934:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22940:22: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] tempIndex = byteAt((theFP + FoxIFrameFlags) + 1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22953:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((longAt(argsPointer)) & (tagMask())) == 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22954:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2913:49: note: in definition of macro ‘oopisLessThan’ #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22961:116: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22972:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((longAt(pointer)) & (tagMask())) == 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22973:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2913:49: note: in definition of macro ‘oopisLessThan’ #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22980:124: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinMethodframePointer’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23004:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory()); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23007:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23011:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theInstrPointer = longAt(fp + FoxIFSavedIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validStackPageBaseFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23041:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] senderContextOrNil = longAt((aPage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23042:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘voidVMStateForSnapshotFlushingExternalPrimitivesIf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23110:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23109:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCollectCogCodeConstituents’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23488:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] withDetails = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23502:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextXray’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23529:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] context = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23537:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23562:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEnterCriticalSection’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23591:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23592:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] activeProc = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23597:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23624:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23630:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23635:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExitCriticalSection’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23662:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushCacheByMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23716:68: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23721:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] flushExternalPrimitiveOf(longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23722:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushCacheBySelector’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23738:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] selector = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitiveSemaphore’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23776:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] sema = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23791:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodPCData’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23826:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodReceiver = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23862:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodXray’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23893:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23895:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23896:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat())) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23897:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23900:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23904:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23923:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23924:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat())) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23925:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23927:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23946:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMinimumUnusedHeadroom’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23960:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23980:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23999:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24017:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24036:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24037:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24043:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24105:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSemaphore’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24126:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] sema = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24145:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveResume’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24181:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] proc = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignal’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24240:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (synchronousSignal(longAt(GIV(stackPointer)))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSnapshot’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24261:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSnapshotEmbedded’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24281:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSuspend’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24313:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] process = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24316:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24482:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTerminateTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24538:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aContextOrNil = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24548:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24592:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24594:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24596:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24604:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24614:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24622:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newSP, longAt(source)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24622:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newSP, longAt(source)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24624:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newFP + FoxSavedFP, contextsFP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24624:35: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newFP + FoxSavedFP, contextsFP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24625:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory())) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24629:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(contextsFP + FoxIFSavedIP, contextsIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24632:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(newFP + FoxCallerSavedIP, contextsIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24660:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24705:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24746:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:30: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24780:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24819:76: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24821:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24819:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMState’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24860:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMStateForMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24925:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodObj = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24928:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24930:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24934:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24967:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24968:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24969:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24971:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24982:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24985:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24996:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25151:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25179:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24917:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable] sqInt top; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24907:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24906:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkAllFrames’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25245:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25248:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxMethod, methodField - 4); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25252:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] flags = longAt(theFP + FoxIFrameFlags); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25254:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxIFrameFlags, flags - 2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25257:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initializeStacknumSlotspageSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25279:11: warning: variable ‘theIndex’ set but not used [-Wunused-but-set-variable] sqInt theIndex; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25278:17: warning: variable ‘structStackPageSize’ set but not used [-Wunused-but-set-variable] usqIntptr_t structStackPageSize; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘cStringOrNullFor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25407:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable] sqInt classOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAdd’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25767:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAddLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25799:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25800:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25834:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAdoptInstance’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25862:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25863:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllInstances’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25907:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] result = allInstancesOf(longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25912:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] result = allInstancesOf(longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25919:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllObjects’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25948:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArctan’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25964:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecome’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25984:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25985:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWay’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26008:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26009:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWayCopyHash’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26034:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26038:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26046:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26046:91: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWayNoCopyHash’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26068:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26069:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsCharacter’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26089:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] characterCode = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26102:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsFloat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26117:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26120:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) ))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26148:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26149:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26276:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26306:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26307:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26308:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] value = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26467:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26518:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cursorObj = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26522:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26523:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] maskObj = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeDisplay’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26746:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26740:9: warning: variable ‘changed’ set but not used [-Wunused-but-set-variable] int changed; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBehaviorHash’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26818:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26820:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : (objCouldBeClassObj(longAt(GIV(stackPointer))) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26821:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26823:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask())) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26827:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAnd’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26863:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26925:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26989:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAndLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27006:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27007:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27014:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOr’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27047:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27109:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27173:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOrLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27190:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27191:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27198:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitShift’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27216:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27224:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27262:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitShiftLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27284:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27299:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27337:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27365:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27366:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27373:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27502:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXorLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27520:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27521:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27528:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBytesLeft’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27556:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27563:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(nilObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27579:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27584:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27588:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27603:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27542:11: warning: variable ‘aBool’ set but not used [-Wunused-but-set-variable] sqInt aBool; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveChangeClass’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27672:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27684:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClass’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27721:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] instance = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27739:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClipboardText’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27776:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] s = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27844:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClockLogAddresses’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27889:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27972:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27867:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable] sqInt oop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28021:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28071:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28078:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28081:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28092:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28097:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28100:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28120:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28127:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28130:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28141:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28146:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28149:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28169:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28173:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28176:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28176:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28180:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28183:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28189:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28192:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28201:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28205:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueNoContextSwitch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28284:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28334:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28341:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28344:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28355:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28360:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28363:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28383:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28390:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28393:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28404:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28409:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28412:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28432:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28436:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28439:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28439:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28443:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28446:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28452:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28455:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28464:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28468:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueWithArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28547:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28569:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28602:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28607:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28629:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28636:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28639:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28650:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28655:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28658:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28678:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28685:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28688:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28699:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28704:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28707:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28727:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28731:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28734:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28734:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28738:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28741:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28747:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28750:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28759:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28763:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28545:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable] sqInt top; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCoarseLocalMicrosecondClock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28812:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCoarseUTCMicrosecondClock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28836:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28870:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28871:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28884:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28950:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28957:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28963:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareWith’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29001:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] order = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29009:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29012:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29059:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveConstantFill’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29079:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] fillValue = positive64BitValueOf(longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29080:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveControlVMProfiling’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29170:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29185:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29200:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCopyObject’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29231:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29232:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCrashVM’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29330:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((longAt(GIV(stackPointer)))) & 7) == 1)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29331:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] crashInThisThread = ((longAt(GIV(stackPointer))) >> 3); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29335:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29339:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDisablePowerManager’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29375:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDiv’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29405:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29405:89: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29410:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ [ 40%] Built target cairo-1.15.4 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal". Scanning dependencies of target libgit2-mac-1.0.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target libgit2-mac-1.0.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal". Scanning dependencies of target libgit2-0.25.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target libgit2-0.25.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/depend.internal". Scanning dependencies of target FilePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build [ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivide’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29435:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29451:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29472:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivideLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29510:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29511:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29531:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29554:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29555:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29585:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29600:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29601:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29604:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29613:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEqualLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29632:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29633:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29636:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExp’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29663:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExponent’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29685:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFailForFFIExceptionat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29776:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29782:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29786:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29789:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29789:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29796:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29810:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29816:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29819:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29826:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29829:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29834:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29838:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFetchNextMourner’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29903:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAdd’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29931:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29932:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30011:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30035:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30036:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30064:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30088:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopToStore = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30095:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30096:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30121:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30132:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatDivide’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30166:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30167:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30254:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30283:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30284:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30364:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterOrEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30395:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30396:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30476:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterThan’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30507:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30508:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30588:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessOrEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30619:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30620:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30700:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessThan’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30731:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30732:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30812:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatMultiply’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30842:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30843:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30922:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatNotEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30951:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30952:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31032:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatSubtract’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31062:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31063:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31142:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushExternalPrimitives’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31194:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31193:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFormPrint’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31340:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31344:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31356:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31357:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31358:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFractionalPart’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31463:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31515:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31551:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31558:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31561:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31572:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31577:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31580:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31609:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31616:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31619:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31630:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31635:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31638:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31658:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31662:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31665:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31665:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31669:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31672:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31678:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31681:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31690:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31694:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31713:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueNoContextSwitch’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31787:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31823:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31830:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31833:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31844:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31849:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31852:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31881:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31888:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31891:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31902:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31907:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31910:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31930:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31934:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31937:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31937:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31941:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31944:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31950:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31953:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31962:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31966:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31985:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueWithArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32059:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32081:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32103:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32108:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32127:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32134:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32137:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32148:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32153:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32156:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32185:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32192:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32195:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32206:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32211:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32214:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32234:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32238:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32241:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32241:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32245:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32248:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32254:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32257:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32266:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32270:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32289:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32057:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable] sqInt top; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetAttribute’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32330:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32353:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetenv’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32380:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] key = cStringOrNullFor(longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32403:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetImmutability’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32417:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32421:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetLogDirectory’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32460:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetNextEvent’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32478:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowLabel’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32620:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32693:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterOrEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32706:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32707:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32710:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterOrEqualLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32734:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32735:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32738:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterThan’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32753:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32754:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32757:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterThanLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32781:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32782:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32785:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGrowMemoryByAtLeast’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32800:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ammount = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32813:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHashMultiply’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32831:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] value = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32856:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHeartbeatFrequency’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32874:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && ((longAt(GIV(stackPointer))) == GIV(trueObj)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32880:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHighResClock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32904:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentical’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32921:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32922:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] thisObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32933:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentityHash’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32950:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32976:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageFormatVersion’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33000:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageName’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33037:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] s = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33068:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImmediateAsInteger’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33089:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33112:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInputSemaphore’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33126:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33198:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33199:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33228:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33244:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33258:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33274:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33295:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33306:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33344:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33345:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33346:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33391:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33409:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33424:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33442:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33478:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33504:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptChecksPerMSec’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33541:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptSemaphore’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33557:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInvokeObjectAsMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33614:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33621:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33625:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33628:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33631:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33634:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsBigEnder’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33662:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsPinned’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33680:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33689:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsWindowObscured’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33715:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessOrEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33728:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33729:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33732:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessOrEqualLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33756:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33757:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33760:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessThan’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33775:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33776:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33779:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessThanLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33803:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33804:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33807:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveListBuiltinModule’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33839:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33866:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33879:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveListExternalModule’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33908:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33935:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33948:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadImageSegment’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33983:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33986:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34000:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLocalMicrosecondClock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34027:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLogN’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34044:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLowSpaceSemaphore’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34062:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMakePoint’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34105:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34106:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34157:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMaxIdentityHash’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34170:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMillisecondClock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34199:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMillisecondClockMask’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34214:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34226:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34226:84: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34231:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveModLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34262:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34263:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34288:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMultiply’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34306:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34322:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34355:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMultiplyLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34378:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34379:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34400:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNew’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34416:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34419:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer)))) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34426:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34456:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] header = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34457:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34465:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] class = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34575:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewPinned’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34588:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34591:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer)))) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34598:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArg’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34625:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34693:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34696:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34709:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArgPinned’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34733:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34794:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34797:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34810:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextInstance’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34833:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] object = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34916:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextObject’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34939:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] instance = accessibleObjectAfter(longAt(GIV(stackPointer))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34942:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34948:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34963:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34964:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34967:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34976:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotEqualLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34995:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34996:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34999:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotIdentical’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35021:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35022:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] thisObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35051:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePathToUsing’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35111:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((longAt(GIV(stackPointer))) == GIV(trueObj)) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35112:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35117:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] goal = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35118:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] stack = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35119:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35360:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] path = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35362:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35072:12: warning: variable ‘freeStartAtStart’ set but not used [-Wunused-but-set-variable] usqInt freeStartAtStart; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformInSuperclass’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35395:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35396:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] lookupClass = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35428:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] selector = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35429:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35452:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35455:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35459:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35466:2: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35506:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35521:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35521:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35386:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable] sqInt selector1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformWithArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35554:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35555:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] selector = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35556:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35579:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35582:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35586:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35593:2: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35621:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35634:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35634:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35545:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable] sqInt selector1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfilePrimitive’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35661:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSample’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35686:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileStart’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35721:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuit’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35749:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(GIV(stackPointer))) >> 3) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35769:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35785:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35821:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuoLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35852:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35853:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35871:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveRelinquishProcessor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35888:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveRemLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35933:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35934:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35951:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenDepth’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35977:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenScaleFactor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36006:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36078:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSecondsClock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36098:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetDisplayMode’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36122:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36126:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36139:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36155:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36171:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36191:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetFullScreen’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36208:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetImmutability’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36238:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36252:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36262:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36273:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetInterruptKey’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36292:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetLogDirectory’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36328:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] stringOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetOrHasIdentityHash’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36394:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36395:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask())); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36397:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36405:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36409:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36430:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36446:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36483:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowLabel’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36501:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] labelOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36563:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36579:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShortAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36617:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36623:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36639:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShortAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36659:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] value = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36660:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36670:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36698:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShowDisplayRect’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36720:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36736:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36752:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36768:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtBytesLeft’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36803:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] bytes = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSine’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36838:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36861:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36920:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSizeInBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36932:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] byteSize = ((longAt(GIV(stackPointer))) & (tagMask()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36934:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : bytesInObject(longAt(GIV(stackPointer)))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36937:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSizeInBytesOfInstance’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36977:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] nElements = ((longAt(GIV(stackPointer))) >> 3); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36978:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37027:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37032:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37052:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatAdd’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37076:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37091:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37131:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatArctan’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37148:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatDivide’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37187:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37202:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37248:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37273:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37288:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37328:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExp’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37346:58: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExponent’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37362:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ((((usqInt)(longAt(GIV(stackPointer))))) <= 15 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37364:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)), ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatFractionalPart’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37383:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterOrEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37423:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37438:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37478:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterThan’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37505:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37520:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37560:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessOrEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37587:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37602:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37642:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessThan’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37669:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37684:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37724:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLogN’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37746:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatMultiply’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37785:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37800:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37840:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatNotEqual’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37865:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37880:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37920:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSine’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37939:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSquareRoot’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37970:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSubtract’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38017:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38032:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38072:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTimesTwoPower’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38090:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38100:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38122:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTruncated’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38138:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSomeInstance’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38173:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] class = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef] typedef void (*aioHandler)(int fd, void *clientData, int flag); ^ 6 warnings generated. [ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/sqUnixCharConv.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable] int utf8= 0; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38183:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSomeObject’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38202:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSpecialObjectsOop’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38216:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSquareRoot’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38232:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreImageSegment’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38287:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38288:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38291:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38307:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38308:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38309:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38348:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38349:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38483:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38514:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38515:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38516:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] value = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38683:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringReplace’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38723:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] array = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38724:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] start = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38725:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] stop = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38726:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] repl = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38727:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSubtract’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38993:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSubtractLargeIntegers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39025:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39026:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39060:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestAndSetOwnershipOfCriticalSection’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39090:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39091:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] activeProc = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39096:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39123:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39129:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39134:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestDisplayDepth’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39152:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39172:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTimesTwoPower’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39192:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39208:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39211:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTruncated’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39227:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUnloadModule’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39280:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] moduleName = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39271:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39270:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUTCMicrosecondClock’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39436:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcAndTimezoneOffset’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39461:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] resultArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39496:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcWithOffset’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39523:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] resultArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39557:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMPath’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39578:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMProfileSamplesInto’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39607:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39618:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39628:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39599:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable] sqInt v; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveWait’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39645:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] sema = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleObjects’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39926:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39925:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allNewSpaceObjectsHaveZeroRTRefCount’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41273:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allWeakSurvivorsOnWeakList’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41348:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘processEphemerons’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:42064:11: warning: variable ‘oldList’ set but not used [-Wunused-but-set-variable] sqInt oldList; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:42063:11: warning: variable ‘oldCorpse’ set but not used [-Wunused-but-set-variable] sqInt oldCorpse; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allInstancesOf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43279:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43278:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43277:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43276:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allObjects’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43707:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43706:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allObjectsUnmarked’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43889:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43888:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allOldMarkedWeakObjectsOnWeaklingStack’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43992:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkHeapFreeSpaceIntegrity’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45688:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45687:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkHeapIntegrityclassIndicesShouldBeValid’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45987:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45986:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleFreeSpace’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:47085:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘countMarkedAndUnmarkdObjects’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:47563:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:47562:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘existInstancesInNewSpaceOf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48112:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findStringBeginningWith’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48371:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48370:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findString’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48518:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48517:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initialInstanceOf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49610:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49609:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initializeObjectMemory’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49819:11: warning: variable ‘freeChunk’ set but not used [-Wunused-but-set-variable] sqInt freeChunk; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘loadImageSegmentFromoutPointers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51843:5: warning: statement with no effect [-Wunused-value] -classIndex2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51908:3: warning: statement with no effect [-Wunused-value] 8 /* allocationUnit */ / BytesPerOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘longPrintInstancesWithClassIndex’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51992:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51991:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘longPrintReferencesTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:52111:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:52110:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markObjects’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53205:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion] allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53420:7: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion] free((GIV(unscannedEphemerons).start)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:19:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘usqInt {aka long unsigned int}’ extern void free (void *__ptr) __THROW; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘objectBefore’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:54268:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:54267:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘objectsReachableFromRoots’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:54426:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:54425:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printActivationsOf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:55237:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:55236:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printContextReferencesTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:55392:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:55391:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printForwarders’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:55609:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:55608:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFreeChunks’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:55727:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:55726:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printInstancesWithClassIndex’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56082:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56081:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printMethodImplementorsOf’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56255:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56254:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printMethodReferencesTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56388:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56387:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printObjectsWithHash’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56563:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56562:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printOopsExcept’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56781:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56780:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printOopsSuchThat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56951:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56950:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printReferencesTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57080:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57079:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushOnUnscannedEphemeronsStack’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57377:25: warning: passing argument 1 of ‘realloc’ makes pointer from integer without a cast [-Wint-conversion] reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:19:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /usr/include/stdlib.h:480:14: note: expected ‘void *’ but argument is of type ‘usqInt {aka long unsigned int}’ extern void *realloc (void *__ptr, size_t __size) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57377:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion] reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:8:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerFor’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57814:41: warning: value computed is not used [-Wunused-value] asserta((checkInterpreterIntegrity()) == 0); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’ # define asserta(expr) (expr) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57835:41: warning: value computed is not used [-Wunused-value] asserta((checkInterpreterIntegrity()) == 0); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’ # define asserta(expr) (expr) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘setHeapBasememoryLimitendOfMemory’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57946:11: warning: variable ‘oldStart’ set but not used [-Wunused-but-set-variable] sqInt oldStart; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57943:11: warning: variable ‘actualEdenBytes’ set but not used [-Wunused-but-set-variable] sqInt actualEdenBytes; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validClassTableHashes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59162:11: warning: variable ‘ignored’ set but not used [-Wunused-but-set-variable] sqInt ignored; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘compact’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59353:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59352:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59351:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59350:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmarkMobileObjects’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59733:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmark’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59944:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘planCompactSavingForwarders’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60122:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reinitializeScanFrom’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60254:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘scanForFirstFreeAndFirstMobileObjectFrom’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60377:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkObjectsFromFirstFreeObject’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60455:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updatePointers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60614:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj3; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60613:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60612:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60611:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validRelocationPlanInPass’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61261:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘addSegmentOfSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61339:108: warning: pointer targets in passing argument 3 of ‘sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto’ differ in signedness [-Wpointer-sign] segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:60:14: note: expected ‘sqInt * {aka long int *}’ but argument is of type ‘usqInt * {aka long unsigned int *}’ extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62351:77: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkAllAccessibleObjectsOkay’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62485:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62484:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkIsStillMarriedContextcurrentFP’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62900:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62902:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord()))))))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62903:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62904:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62905:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62912:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] maybeFrameCtxt = longAt(maybeFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkOkayStackPage’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62985:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62989:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62995:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62996:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62997:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62999:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63001:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63003:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63004:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63012:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkStackPointerIndexForFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63154:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63156:95: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63169:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63182:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63195:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63197:82: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘createActualMessageTo’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:38:48: warning: statement with no effect [-Wunused-value] # define mnuBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63382:2: note: in expansion of macro ‘mnuBreakpointreceiver’ mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63453:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), message); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘disownVM’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63509:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceAllFrames’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63545:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63546:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63547:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63549:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceFramesIn’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63587:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = longAt(theSP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63594:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63595:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63596:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63598:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63628:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63629:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63641:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ensureCallerContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63837:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63846:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63853:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63854:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63855:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63857:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(callerFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ensureImageFormatIsUpToDate’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63907:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj2; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63906:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj11; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63905:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63904:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalDivorceFrameandContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64267:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64276:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64284:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64285:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64286:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64288:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerCtx = longAt(callerFP1 + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64297:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = longAt((thePage->headSP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64311:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64349:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64354:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64357:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(callerSP, callerIP); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalEnsureIsBaseFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64381:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(aFramePtr + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalQuickPrimitiveResponse’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64528:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord()))))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64529:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64538:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64544:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64550:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64555:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘fetchPointerofMarriedContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64672:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64681:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64688:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64689:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64690:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64692:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(callerFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64709:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64711:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64712:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64713:66: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64714:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64715:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord)))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findFrameAboveinPage’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64890:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findMethodWithPrimitiveFromContextUpToContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64982:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64983:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64984:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64985:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (homeContext == (longAt(theFP + FoxThisContext)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64989:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64990:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64991:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64992:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64994:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65004:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65005:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65006:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65008:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65014:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65021:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findSPOfon’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65110:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65123:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findUnwindThroughContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65178:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65179:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65180:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65181:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (homeContext == (longAt(theFP + FoxThisContext)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65185:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65186:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65187:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65188:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65190:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65200:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65201:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65202:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65204:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ctxtOrNilOrZero = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65212:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65219:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65265:53: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65268:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(ptr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65271:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(ptr, followForwarded(oop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65274:134: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65276:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65277:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(ptr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65290:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(ptr, oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65293:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65294:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65295:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65300:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65301:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65302:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65341:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameStackedReceiverOffset’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65385:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65387:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameStackedReceivernumArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65401:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForTag’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65727:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65739:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65741:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65742:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65743:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65744:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65745:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65746:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)), 0); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleSpecialSelectorSendFaultForfpsp’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65767:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65768:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65769:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleStackOverflow’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65809:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65835:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65836:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (!((longAt(callerFP + FoxSavedFP)) == 0)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65845:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65854:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65861:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65862:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65863:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65865:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAt(callerFP1 + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65794:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable] sqInt callerContextOrNil; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66017:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isBaseFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66074:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return (longAt(theFP + FoxSavedFP)) == 0; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isFrameonPage’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66114:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContextDuringGC’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66340:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66341:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66342:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66343:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66345:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] maybeFrameCtxt = longAt(maybeFrame + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66359:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66420:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66421:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66422:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66423:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66426:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘lookupMethodInClass’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67017:4: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67130:2: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(GIV(messageSelector) + BaseHeaderSize, lengthOfformat(GIV(messageSelector), (((usqInt) (longAt(GIV(messageSelector)))) >> (formatShift())) & (formatMask())), null); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66989:11: warning: variable ‘selector’ set but not used [-Wunused-but-set-variable] sqInt selector; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPages’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67803:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage2->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marriedContextpointsTostackDeltaForCurrentFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67882:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67884:81: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67892:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67894:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67897:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67903:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67903:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67904:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67904:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67905:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67905:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67906:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67906:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67911:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67915:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (anOop == (longAt(theSP))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67923:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (anOop == (longAt(theSP))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marryContextInNewStackPageAndInitializeInterpreterRegisters’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67957:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67969:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marryFrameSP’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68002:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodFieldOrObj = longAt(theFP + FoxMethod); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68004:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68009:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68019:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68025:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(theFP + FoxMFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68030:13: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion] byteAtput((theFP + FoxIFrameFlags) + 2, 1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68032:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] numArgs = byteAt((theFP + FoxIFrameFlags) + 1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68036:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68037:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68043:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(theFP + FoxIFReceiver); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68048:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(theFP + FoxThisContext, theContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68055:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag()); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68068:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68070:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68071:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68075:55: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68076:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68077:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnBool’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68272:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnFloat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68291:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnInteger’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68307:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnString’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68336:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68352:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noInlineTemporaryin’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68478:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68480:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68481:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68482:40: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68483:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68484:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noMarkedContextsOnPage’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68499:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68500:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68501:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68503:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68507:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ownVM’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68594:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘popStack’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68621:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘popthenPush’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68646:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEventProcessingControl’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68706:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68713:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68719:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68729:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printAllStacks’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68977:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68976:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printCallStackOfcurrentFP’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69242:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69387:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion] printHexnp(cogMethodOf(meth)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1589:14: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’ extern sqInt printHexnp(usqInt n); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69399:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion] printHexnp(cogMethodOf(meth)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1589:14: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’ extern sqInt printHexnp(usqInt n); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameAndCallersSPshort’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69455:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69456:52: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))), ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69457:66: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69459:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameOopat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69479:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = longAt(address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameOopindexat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69505:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = longAt(address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingandFrameat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69564:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = longAt(address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69600:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] it = longAt(address); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69686:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69697:74: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69699:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69707:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ 1 warning generated. [ 42%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/fileUtils.c [ 42%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion] return primitiveFailFor(PrimErrBadArgument); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable] sqInt fileSizeOop; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable] sqInt results; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable] sqInt modDateOop; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable] sqInt nameString; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable] char *stringPtr; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable] sqInt i; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable] sqInt createDateOop; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable] sqInt objectPointer1; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable] sqInt bytesRead1; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable] size_t elementSize1; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable] SQFile *file1; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable] sqInt array1; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable] size_t startIndex1; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable] sqInt retryCount; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable] size_t count1; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types] characterObjectOf = interpreterProxy->characterObjectOf; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types] fullGC = interpreterProxy->fullGC; ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: b649e2e5-aca6-0d00-8caf-91d90b10211c " __DATE__ ; ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function] connectToFdwrite(int fd, sqInt writeFlag) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function] connectToFilewrite(void *cfile, sqInt writeFlag) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function] makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function] primitiveFileReadWithoutPinning(void) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function] primitiveFileReadWithPinning(void) ^ -- Looking for alloca - not found -- Looking for mmap /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printLikelyImplementorsOfSelector’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69790:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69789:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printStackReferencesTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71132:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71135:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (oop == (longAt(theSP))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71137:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion] printHexnp(theFP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ printHexnp(usqInt n) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71139:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion] printHexnp(theSP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ printHexnp(usqInt n) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71145:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71146:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71147:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71148:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (oop == (longAt(theFP + FoxThisContext))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71150:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion] printHexnp(theFP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ printHexnp(usqInt n) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71156:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (oop == (longAt(theFP + FoxMethod))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71158:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion] printHexnp(theFP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ printHexnp(usqInt n) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71163:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71171:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (oop == (longAt(theSP))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71173:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion] printHexnp(theFP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ printHexnp(usqInt n) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71175:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion] printHexnp(theSP); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’ printHexnp(usqInt n) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushBool’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71255:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushedReceiverOrClosureOfFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71268:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(theFP + (frameStackedReceiverOffset(theFP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushFloat’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71280:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushInteger’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71291:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘push’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71305:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reestablishContextPriorToCallback’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71578:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71611:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71617:66: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71620:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71659:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘retryPrimitiveOnFailure’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71834:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (index * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71849:23: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (index * BytesPerWord), oop); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returnAsThroughCallbackContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71926:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71963:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71967:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71970:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71972:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71974:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(GIV(framePointer) + FoxMethod)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71990:130: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72036:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘saneFunctionPointerForFailureOfPrimIndex’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72168:11: warning: variable ‘theClass’ set but not used [-Wunused-but-set-variable] sqInt theClass; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72381:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrameAndCallers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72422:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72423:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrameAndNCallers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72470:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortReversePrintFrameAndCallers’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72529:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72538:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘snapshot’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72718:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72803:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72822:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72828:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72832:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72835:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72835:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72842:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72856:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72865:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72872:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72875:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72880:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72884:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackFloatValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73305:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackIntegerValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73317:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackObjectValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73354:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackPointerIndexForFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73435:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73437:82: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackPositiveMachineIntegerValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73454:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackSignedMachineIntegerValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73519:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackTop’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73527:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73537:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return longAt(GIV(stackPointer) + (offset * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘storeSenderOfFramewithValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73872:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73879:76: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73881:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73879:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73885:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73894:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73901:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73902:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73903:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73905:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAt(callerFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73950:80: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73952:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73950:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable] sqInt callerContextOrNil; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74211:88: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74213:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(fp + FoxMethod)), fp); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘cloneContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74502:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74504:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74505:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74506:38: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74507:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74508:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveSameThreadCallout’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74560:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74582:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion] externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74590:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74598:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74622:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion] argHolder = alloca((argType->size)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74623:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion] parameters[i] = argHolder; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74638:45: warning: passing argument 1 of ‘marshallAndPushReturnValueFromofTypepoping’ makes integer from pointer without a cast [-Wint-conversion] marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1702:27: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveWorkerCallout’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74695:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74717:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion] externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74724:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74731:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74751:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74760:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74782:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion] argHolder = malloc((argType->size)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74783:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion] parameters[i] = argHolder; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74788:10: warning: assignment makes integer from pointer without a cast [-Wint-conversion] aPtr = parameters[i1]; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74791:11: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion] free(aPtr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:19:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’ extern void free (void *__ptr) __THROW; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74813:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ptr[0] = (((sqIntptr_t)aPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74815:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveWorkerExtractReturnValue’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74854:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74864:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion] taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74867:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74884:45: warning: passing argument 1 of ‘marshallAndPushReturnValueFromofTypepoping’ makes integer from pointer without a cast [-Wint-conversion] marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1702:27: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74890:23: warning: assignment makes integer from pointer without a cast [-Wint-conversion] anParameterAddress = parameters[i]; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74892:26: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion] doFreeFromTask(task, anParameterAddress); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2825:47: note: in definition of macro ‘doFreeFromTask’ #define doFreeFromTask(aTask,anAddress) (free(anAddress)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:19:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’ extern void free (void *__ptr) __THROW; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74901:23: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion] doFreeFromTask(task, ((sqInt)task)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2825:47: note: in definition of macro ‘doFreeFromTask’ #define doFreeFromTask(aTask,anAddress) (free(anAddress)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:19:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘long int’ extern void free (void *__ptr) __THROW; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74847:13: warning: variable ‘worker’ set but not used [-Wunused-but-set-variable] Worker *worker; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘fieldofFrame’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74955:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74962:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] (callerContextOrNil = longAt((thePage->baseAddress))), ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74967:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74968:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74969:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74972:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAt(callerFP + FoxThisContext)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74980:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74982:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74985:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74986:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74987:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74989:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74991:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))), ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74992:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74996:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74997:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74998:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75002:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75004:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75005:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75006:63: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75007:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75008:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘getHandler’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75038:9: warning: return makes pointer from integer without a cast [-Wint-conversion] return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marshallAndPushReturnValueFromofTypepoping’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75102:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75108:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75117:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75123:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75129:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75135:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75144:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75150:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75160:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ptr[0] = (((sqIntptr_t)aPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75162:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75171:25: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion] memcpy(targetPointer, returnHolder, sizeToCopy); ^ In file included from /usr/include/features.h:367:0, from /usr/include/stdint.h:25, from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26: /usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’ __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75173:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75180:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75187:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marshallArgumentFromatIndexintoofTypewithSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75259:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion] address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75278:10: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion] memcpy(argHolder, srcPtr, argTypeSize); ^ In file included from /usr/include/features.h:367:0, from /usr/include/stdint.h:25, from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26: /usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’ __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllVMParameters’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75911:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClone’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75929:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75953:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76001:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76009:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76128:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76231:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76244:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76246:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76247:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76248:45: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76249:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76250:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord)))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76252:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76288:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] value = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76290:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76292:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76446:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76459:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76460:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs))) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76465:46: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76466:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76469:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76473:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76500:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76584:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDeferDisplayUpdates’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76600:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] flag = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoNamedPrimitiveWithArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76681:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76683:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76868:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76874:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76880:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76886:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76908:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76912:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76916:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76920:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76670:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76634:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable] sqInt classOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoPrimitiveWithArgs’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76973:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76975:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77010:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77012:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77029:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77041:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77086:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77098:2: warning: statement with no effect [-Wunused-value] !GIV(primFailCode); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77106:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77110:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77114:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77117:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethod’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77144:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77157:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethodArgsArray’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77214:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] methodArgument = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77216:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77248:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77257:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77264:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExternalCall’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77340:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIAllocate’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77551:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77569:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion] addr = malloc(byteSize); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77581:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ptr[0] = (((sqIntptr_t)addr)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77584:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIFree’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77602:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77623:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77630:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion] || (isInMemory(addr)))) { ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50668:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ isInMemory(sqInt address) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77663:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIIntegerAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77691:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77709:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77725:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77741:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77808:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIIntegerAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77836:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77854:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77870:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77872:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77888:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] oop = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77952:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindHandlerContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77981:85: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77987:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindNextUnwindContext’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78018:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] stopContext = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78020:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78050:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] startFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78059:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78060:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78061:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78062:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] && (stopContext == (longAt(theFP1 + FoxThisContext)))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78066:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78067:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78068:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78069:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78071:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] : longAt(theFP1 + FoxMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78081:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78082:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78083:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78085:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] handlerOrNilOrZero = longAt(theFP1 + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78093:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78100:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78131:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullGC’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78167:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78175:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetCurrentWorkingDirectory’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78197:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIncrementalGC’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78478:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78501:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78503:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78601:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78626:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] newValue = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78628:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78630:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78780:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78801:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78803:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78861:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78877:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78879:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78898:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78919:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78921:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78978:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78994:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78996:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79013:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79034:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79036:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache 24 warnings generated. [ 43%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 44%] Built target FilePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal". Scanning dependencies of target UnixOSProcessPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build [ 44%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (!(semaIndices == null)) { ^~~~~~~~~~~ ~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (semaIndices == null) { ^~~~~~~~~~~ ~~~~ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79093:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79109:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79111:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79128:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79149:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79151:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79207:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79223:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79225:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79242:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79263:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79265:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79322:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79338:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79340:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79357:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79378:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79380:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79437:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79453:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79455:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79472:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79492:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79494:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79550:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79565:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79567:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79583:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79604:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79606:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79665:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79681:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79683:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79702:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79723:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79725:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79782:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79798:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79800:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79817:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79839:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79894:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79909:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79911:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79927:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79948:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79950:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80009:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80025:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80027:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80046:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadSymbolFromModule’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80083:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] module = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80085:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80130:50: warning: passing argument 1 of ‘ioLoadModuleOfLength’ makes integer from pointer without a cast [-Wint-conversion] moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize))); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:558:8: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ void *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80166:43: warning: passing argument 1 of ‘ioLoadSymbolOfLengthFromModule’ makes integer from pointer without a cast [-Wint-conversion] address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14:0, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:559:8: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ void *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80175:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ptr[0] = (((sqIntptr_t)address)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80178:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80199:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80201:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80257:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80272:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80274:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80290:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80311:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80313:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80372:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80388:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80390:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80409:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80430:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80432:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80489:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80505:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80507:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80524:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80546:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80601:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80616:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80618:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80634:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitive’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80703:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectPointsTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80736:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] thang = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80738:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80741:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80769:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80790:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80807:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80818:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80824:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerform’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80840:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80842:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80845:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80845:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ In file included from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38:0: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value] # define sendBreakpointreceiver(sel, len, rcvr) 0 ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80853:2: note: in expansion of macro ‘sendBreakpointreceiver’ sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80868:71: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80868:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80870:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePin’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80901:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] obj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80909:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] boolean = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80944:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetGCSemaphore’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80983:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtMilliseconds’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81020:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] msecsObj = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81022:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] sema = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtUTCMicroseconds’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81091:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] usecsObj = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81093:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] sema = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAt’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81179:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81181:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81230:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81250:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81263:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81276:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81292:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAtPut’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81339:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] newValue = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81341:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81343:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81397:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81489:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81508:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81522:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81541:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81572:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81574:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81576:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81644:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81661:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81663:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81665:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81694:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81715:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81717:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81719:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81778:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81794:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81796:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81798:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81817:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81838:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81840:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81842:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81901:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81917:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81919:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81921:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81940:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81961:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81963:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81965:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82023:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82039:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82041:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82043:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (semaIndices == null) { ^~~~~~~~~~~ ~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (!(semaIndices == null)) { ^~~~~~~~~~~ ~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-pointer-types] sigchldHandlerAction.sa_sigaction = reapChildProcess; ^ ~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare] if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare] if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare] if (!(semaIndices == null)) { ^~~~~~~~~~~ ~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value] (char *)strncpy(cString, stringPtr, len); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function] argumentAtAsType(sqInt classIdentifier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function] copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function] descriptorTableSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function] environmentAtSymbolAsType(sqInt classIdentifier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function] fileDescriptorFrom(sqInt aSQFileByteArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function] fileRecordSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function] fileValueOf(sqInt anSQFileRecord) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function] getThisSessionIdentifier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function] isSQFileObject(sqInt objectPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function] isSQSocketObject(sqInt objectPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function] isValidFileSession(sqInt objectPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function] maskForThisThreadAndResend(int sigNum) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function] newSQFileByteArray(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function] newSQSocketByteArray(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function] pointerFrom(sqInt aByteArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function] restoreDefaultSignalHandlers(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function] sendSignaltoPid(sqInt sig, sqInt pid) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function] setSigIntDefaultHandler(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function] setSigIntIgnore(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function] setSigPipeDefaultHandler(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function] setSigPipeHandler(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function] setSigPipeIgnore(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function] sigAbrtNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function] sigAlrmNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function] sigChldNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function] sigContNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function] sigHoldNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function] sigHupNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function] sigIntNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function] sigKillNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function] sigPipeNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function] sigQuitNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function] sigStopNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function] sigTermNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function] sigUsr1Number(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function] sigUsr2Number(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function] sizeOfInt(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function] sizeOfPointer(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function] socketDescriptorFrom(sqInt sqSocketOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function] socketRecordSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function] socketValueOf(sqInt anSQSocketRecord) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function] unixFileNumber(FILEHANDLETYPE fileHandle) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82062:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82084:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82086:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82088:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82148:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82165:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82167:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82169:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82189:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82211:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82213:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82215:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82275:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82292:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82294:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82296:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82316:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82337:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82339:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82341:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82415:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82417:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82419:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82437:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82458:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82460:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82462:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82523:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82539:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82541:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82543:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82564:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82585:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82587:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82589:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82650:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82666:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82668:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82670:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82691:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82712:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82714:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82716:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82789:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82791:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82793:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82811:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82833:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82835:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82837:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82907:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82924:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82926:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82928:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82958:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreStackp’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82983:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82985:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83091:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83093:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83095:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83158:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83174:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83176:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83178:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83201:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83222:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83224:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83226:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83287:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83303:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83305:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83307:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83328:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83349:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83351:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83353:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83414:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83430:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83432:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83434:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83455:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoBytes’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83476:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83478:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83480:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83542:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoExternalAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83558:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83560:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83562:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83585:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMParameter’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83727:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] index = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83748:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83753:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83962:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidReceiver’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83982:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pruneStackstackp’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84103:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84114:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84115:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84116:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84118:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] objOrFP = longAt(theFP + FoxThisContext); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84122:72: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory()) ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84124:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion] : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84052:11: warning: variable ‘oop1’ set but not used [-Wunused-but-set-variable] sqInt oop1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ptEnterInterpreterFromCallback’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84182:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ptExitInterpreterToCallback’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84282:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion] top = longAt(GIV(stackPointer)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: in definition of macro ‘GIV’ # define GIV(interpreterInstVar) interpreterInstVar ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/pThreadedFFI.h:22, from /builds/workspace/pharo-vm_feat_headless/repository/ffi/include/worker.h:5, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘readAddress’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84306:9: warning: return makes pointer from integer without a cast [-Wint-conversion] return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkAfterPathTo’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84329:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84328:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable] sqInt prevPrevObj; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: At top level: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13953:1: warning: ‘cmHomeMethod’ defined but not used [-Wunused-function] cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14116:1: warning: ‘pageListIsWellFormed’ defined but not used [-Wunused-function] pageListIsWellFormed(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14535:1: warning: ‘asCogHomeMethod’ defined but not used [-Wunused-function] asCogHomeMethod(CogBlockMethod *aCogMethod) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17184:1: warning: ‘deferStackLimitSmashAroundwith’ defined but not used [-Wunused-function] deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18074:1: warning: ‘frameHasContext’ defined but not used [-Wunused-function] frameHasContext(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18086:1: warning: ‘frameIsBlockActivation’ defined but not used [-Wunused-function] frameIsBlockActivation(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18095:1: warning: ‘frameMethodObject’ defined but not used [-Wunused-function] frameMethodObject(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18107:1: warning: ‘frameNumArgs’ defined but not used [-Wunused-function] frameNumArgs(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18123:1: warning: ‘frameReceiver’ defined but not used [-Wunused-function] frameReceiver(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18363:1: warning: ‘iframeIsBlockActivation’ defined but not used [-Wunused-function] iframeIsBlockActivation(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18370:1: warning: ‘iframeReceiver’ defined but not used [-Wunused-function] iframeReceiver(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18377:1: warning: ‘iframeSavedIP’ defined but not used [-Wunused-function] iframeSavedIP(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18613:1: warning: ‘isMachineCodeFrame’ defined but not used [-Wunused-function] isMachineCodeFrame(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19502:1: warning: ‘mframeIsBlockActivation’ defined but not used [-Wunused-function] mframeIsBlockActivation(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19509:1: warning: ‘mframeReceiver’ defined but not used [-Wunused-function] mframeReceiver(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19924:1: warning: ‘newMethodInLookupCacheAtand’ defined but not used [-Wunused-function] newMethodInLookupCacheAtand(sqInt selector, sqInt classTag) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22464:1: warning: ‘stackLimitOffset’ defined but not used [-Wunused-function] stackLimitOffset(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22477:1: warning: ‘stackPageHeadroom’ defined but not used [-Wunused-function] stackPageHeadroom(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40044:1: warning: ‘headerWhileForwardingOf’ defined but not used [-Wunused-function] headerWhileForwardingOf(sqInt aCompiledMethodObjOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40860:1: warning: ‘isImmediateFloat’ defined but not used [-Wunused-function] isImmediateFloat(sqInt oop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40968:1: warning: ‘maxSlotsForAlloc’ defined but not used [-Wunused-function] maxSlotsForAlloc(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40980:1: warning: ‘numFreeLists’ defined but not used [-Wunused-function] numFreeLists(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41199:1: warning: ‘wordIndexableFormat’ defined but not used [-Wunused-function] wordIndexableFormat(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41260:1: warning: ‘allNewSpaceObjectsHaveZeroRTRefCount’ defined but not used [-Wunused-function] allNewSpaceObjectsHaveZeroRTRefCount(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41339:1: warning: ‘allWeakSurvivorsOnWeakList’ defined but not used [-Wunused-function] allWeakSurvivorsOnWeakList(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41742:1: warning: ‘firstCorpse’ defined but not used [-Wunused-function] firstCorpse(sqInt headOfCorpseList) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41993:1: warning: ‘noUnfiredEphemeronsAtEndOfRememberedSet’ defined but not used [-Wunused-function] noUnfiredEphemeronsAtEndOfRememberedSet(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43871:1: warning: ‘allObjectsUnmarked’ defined but not used [-Wunused-function] allObjectsUnmarked(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43986:1: warning: ‘allOldMarkedWeakObjectsOnWeaklingStack’ defined but not used [-Wunused-function] allOldMarkedWeakObjectsOnWeaklingStack(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44839:1: warning: ‘allocationUnit’ defined but not used [-Wunused-function] allocationUnit(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44850:1: warning: ‘allStrongSlotsOfWeaklingAreMarked’ defined but not used [-Wunused-function] allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44876:1: warning: ‘allUnscannedEphemeronsAreActive’ defined but not used [-Wunused-function] allUnscannedEphemeronsAreActive(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44908:1: warning: ‘assertInnerValidFreeObject’ defined but not used [-Wunused-function] assertInnerValidFreeObject(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45498:1: warning: ‘bitsSetInFreeSpaceMaskForAllFreeLists’ defined but not used [-Wunused-function] bitsSetInFreeSpaceMaskForAllFreeLists(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45560:1: warning: ‘bridgeSize’ defined but not used [-Wunused-function] bridgeSize(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45567:1: warning: ‘byteFormatMask’ defined but not used [-Wunused-function] byteFormatMask(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:46901:1: warning: ‘classIndexFieldWidth’ defined but not used [-Wunused-function] classIndexFieldWidth(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:47038:1: warning: ‘classTableRootSlots’ defined but not used [-Wunused-function] classTableRootSlots(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48091:1: warning: ‘ephemeronFormat’ defined but not used [-Wunused-function] ephemeronFormat(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48098:1: warning: ‘existInstancesInNewSpaceOf’ defined but not used [-Wunused-function] existInstancesInNewSpaceOf(sqInt classObj) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48306:1: warning: ‘fetchPointerofFreeChunk’ defined but not used [-Wunused-function] fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48670:1: warning: ‘firstFixedFieldOfMaybeImmediate’ defined but not used [-Wunused-function] firstFixedFieldOfMaybeImmediate(sqInt oop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48974:1: warning: ‘formatOf’ defined but not used [-Wunused-function] formatOf(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48984:1: warning: ‘forwardedFormat’ defined but not used [-Wunused-function] forwardedFormat(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48995:1: warning: ‘forwardersIn’ defined but not used [-Wunused-function] forwardersIn(sqInt anObject) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49021:1: warning: ‘freeChunkNextIndex’ defined but not used [-Wunused-function] freeChunkNextIndex(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49031:1: warning: ‘freeChunkParentIndex’ defined but not used [-Wunused-function] freeChunkParentIndex(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49042:1: warning: ‘freeChunkPrevIndex’ defined but not used [-Wunused-function] freeChunkPrevIndex(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49230:1: warning: ‘goodContextSize’ defined but not used [-Wunused-function] goodContextSize(sqInt oop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49328:1: warning: ‘hasSpurMemoryManagerAPI’ defined but not used [-Wunused-function] hasSpurMemoryManagerAPI(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49401:1: warning: ‘hiddenRootSlots’ defined but not used [-Wunused-function] hiddenRootSlots(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49408:1: warning: ‘hiddenRootsObject’ defined but not used [-Wunused-function] hiddenRootsObject(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50467:1: warning: ‘isCompiledMethodHeader’ defined but not used [-Wunused-function] isCompiledMethodHeader(sqInt objHeader) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50484:1: warning: ‘isContextHeader’ defined but not used [-Wunused-function] isContextHeader(sqInt aHeader) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50502:1: warning: ‘isCopiedIntoSegment’ defined but not used [-Wunused-function] isCopiedIntoSegment(sqInt anObjectInTheHeap) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50525:1: warning: ‘isEnumerableObjectNoAssert’ defined but not used [-Wunused-function] isEnumerableObjectNoAssert(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50561:1: warning: ‘isEphemeron’ defined but not used [-Wunused-function] isEphemeron(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50581:1: warning: ‘isForwardedClassTag’ defined but not used [-Wunused-function] isForwardedClassTag(sqInt classIndex) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50606:1: warning: ‘isFreeObject’ defined but not used [-Wunused-function] isFreeObject(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50613:1: warning: ‘isFreeOop’ defined but not used [-Wunused-function] isFreeOop(sqInt oop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50628:1: warning: ‘isInClassTable’ defined but not used [-Wunused-function] isInClassTable(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50651:1: warning: ‘isInEden’ defined but not used [-Wunused-function] isInEden(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50658:1: warning: ‘isInFutureSpace’ defined but not used [-Wunused-function] isInFutureSpace(sqInt address) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50693:1: warning: ‘isInNewSpace’ defined but not used [-Wunused-function] isInNewSpace(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50708:1: warning: ‘isInPastSpace’ defined but not used [-Wunused-function] isInPastSpace(sqInt address) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50715:1: warning: ‘isLargeFreeObject’ defined but not used [-Wunused-function] isLargeFreeObject(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50722:1: warning: ‘isMaybeFiredEphemeron’ defined but not used [-Wunused-function] isMaybeFiredEphemeron(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50741:1: warning: ‘isObjEphemeron’ defined but not used [-Wunused-function] isObjEphemeron(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50752:1: warning: ‘isObjImmutable’ defined but not used [-Wunused-function] isObjImmutable(sqInt anOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50855:1: warning: ‘isRemembered’ defined but not used [-Wunused-function] isRemembered(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50865:1: warning: ‘isSegmentBridge’ defined but not used [-Wunused-function] isSegmentBridge(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50872:1: warning: ‘isSemaphoreOop’ defined but not used [-Wunused-function] isSemaphoreOop(sqInt anOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50932:1: warning: ‘isValidObjStackAt’ defined but not used [-Wunused-function] isValidObjStackAt(sqInt objStackRootIndex) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51079:1: warning: ‘isWeakNonImm’ defined but not used [-Wunused-function] isWeakNonImm(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51217:1: warning: ‘knownClassAtIndex’ defined but not used [-Wunused-function] knownClassAtIndex(sqInt classIndex) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51226:1: warning: ‘lastPointerFormat’ defined but not used [-Wunused-function] lastPointerFormat(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51355:1: warning: ‘lengthOfMaybeImmediate’ defined but not used [-Wunused-function] lengthOfMaybeImmediate(sqInt oop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53697:1: warning: ‘newSpaceIsEmpty’ defined but not used [-Wunused-function] newSpaceIsEmpty(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53932:1: warning: ‘noUnscannedEphemerons’ defined but not used [-Wunused-function] noUnscannedEphemerons(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58081:1: warning: ‘slidingCompactionInProgress’ defined but not used [-Wunused-function] slidingCompactionInProgress(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58149:1: warning: ‘startOfObject’ defined but not used [-Wunused-function] startOfObject(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59157:1: warning: ‘validClassTableHashes’ defined but not used [-Wunused-function] validClassTableHashes(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59238:1: warning: ‘validFreeTreeChunk’ defined but not used [-Wunused-function] validFreeTreeChunk(sqInt chunk) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59281:1: warning: ‘validObjStacks’ defined but not used [-Wunused-function] validObjStacks(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60078:1: warning: ‘isMobile’ defined but not used [-Wunused-function] isMobile(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60089:1: warning: ‘isPostMobile’ defined but not used [-Wunused-function] isPostMobile(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60356:1: warning: ‘savedFirstFieldsSpaceWasAllocated’ defined but not used [-Wunused-function] savedFirstFieldsSpaceWasAllocated(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: ‘validRelocationPlanInPass’ defined but not used [-Wunused-function] validRelocationPlanInPass(sqInt onePass) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61318:1: warning: ‘segLimit’ defined but not used [-Wunused-function] segLimit(SpurSegmentInfo * self_in_segLimit) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61413:1: warning: ‘allBridgesMarked’ defined but not used [-Wunused-function] allBridgesMarked(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61463:1: warning: ‘bridgeAt’ defined but not used [-Wunused-function] bridgeAt(sqInt segIndex) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61478:1: warning: ‘bridgeFor’ defined but not used [-Wunused-function] bridgeFor(SpurSegmentInfo *aSegment) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61601:1: warning: ‘isInSegments’ defined but not used [-Wunused-function] isInSegments(usqInt address) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61622:1: warning: ‘isValidSegmentBridge’ defined but not used [-Wunused-function] isValidSegmentBridge(sqInt objOop) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61924:1: warning: ‘segmentOverlap’ defined but not used [-Wunused-function] segmentOverlap(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62278:1: warning: ‘allOnesAsCharStar’ defined but not used [-Wunused-function] allOnesAsCharStar(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62361:1: warning: ‘assertValidStackLimits’ defined but not used [-Wunused-function] assertValidStackLimits(sqInt ln) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63096:1: warning: ‘checkStackPointerForMaybeMarriedContext’ defined but not used [-Wunused-function] checkStackPointerForMaybeMarriedContext(sqInt aContext) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63251:1: warning: ‘contexthasValidInversePCMappingOfin’ defined but not used [-Wunused-function] contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63353:1: warning: ‘cr’ defined but not used [-Wunused-function] cr(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65994:1: warning: ‘ifCurrentStackPageHasValidHeadPointers’ defined but not used [-Wunused-function] ifCurrentStackPageHasValidHeadPointers(StackPage *thePage) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66015:1: warning: ‘iframeMethod’ defined but not used [-Wunused-function] iframeMethod(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66072:1: warning: ‘isBaseFrame’ defined but not used [-Wunused-function] isBaseFrame(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66178:1: warning: ‘isMarriedOrWidowedContext’ defined but not used [-Wunused-function] isMarriedOrWidowedContext(sqInt aContext) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66197:1: warning: ‘isMetaPrimitiveIndex’ defined but not used [-Wunused-function] isMetaPrimitiveIndex(sqInt primIndex) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66210:1: warning: ‘isNullExternalPrimitiveCall’ defined but not used [-Wunused-function] isNullExternalPrimitiveCall(sqInt aMethodObj) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66235:1: warning: ‘isPrimitiveFunctionPointerAnIndex’ defined but not used [-Wunused-function] isPrimitiveFunctionPointerAnIndex(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68101:1: warning: ‘maybeLeakCheckExternalPrimCall’ defined but not used [-Wunused-function] maybeLeakCheckExternalPrimCall(sqInt aMethodObj) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68492:1: warning: ‘noMarkedContextsOnPage’ defined but not used [-Wunused-function] noMarkedContextsOnPage(StackPage *thePage) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71266:1: warning: ‘pushedReceiverOrClosureOfFrame’ defined but not used [-Wunused-function] pushedReceiverOrClosureOfFrame(char *theFP) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72165:1: warning: ‘saneFunctionPointerForFailureOfPrimIndex’ defined but not used [-Wunused-function] saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72905:1: warning: ‘space’ defined but not used [-Wunused-function] space(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73339:1: warning: ‘stackLimitBytes’ defined but not used [-Wunused-function] stackLimitBytes(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74195:1: warning: ‘validBCPCinMethod’ defined but not used [-Wunused-function] validBCPCinMethod(sqInt thePC, usqInt aMethod) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74209:1: warning: ‘validInstructionPointerinFrame’ defined but not used [-Wunused-function] validInstructionPointerinFrame(usqInt anInstrPointer, char *fp) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74222:1: warning: ‘validStackPageBaseFrames’ defined but not used [-Wunused-function] validStackPageBaseFrames(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2018:13: warning: ‘byteCount’ defined but not used [-Wunused-variable] _iss usqInt byteCount; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2019:12: warning: ‘cifs’ defined but not used [-Wunused-variable] _iss sqInt cifs; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2020:12: warning: ‘codeGeneratorToComputeAccessorDepth’ defined but not used [-Wunused-variable] _iss sqInt codeGeneratorToComputeAccessorDepth; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2021:12: warning: ‘functions’ defined but not used [-Wunused-variable] _iss sqInt functions; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2022:12: warning: ‘initialMemoryAddress’ defined but not used [-Wunused-variable] _iss sqInt initialMemoryAddress; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2023:12: warning: ‘largeOpaqueMemoryManager’ defined but not used [-Wunused-variable] _iss sqInt largeOpaqueMemoryManager; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2024:12: warning: ‘memoryManager’ defined but not used [-Wunused-variable] _iss sqInt memoryManager; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2025:12: warning: ‘nextAddress’ defined but not used [-Wunused-variable] _iss sqInt nextAddress; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2026:12: warning: ‘preferredPinningSegment’ defined but not used [-Wunused-variable] _iss sqInt preferredPinningSegment; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2027:12: warning: ‘statCoalesces’ defined but not used [-Wunused-variable] _iss sqInt statCoalesces; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2028:14: warning: ‘statFGCDeltaUsecs’ defined but not used [-Wunused-variable] _iss usqLong statFGCDeltaUsecs; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2029:14: warning: ‘statIncrGCUsecs’ defined but not used [-Wunused-variable] _iss usqLong statIncrGCUsecs; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2030:12: warning: ‘testWorker’ defined but not used [-Wunused-variable] _iss sqInt testWorker; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2031:12: warning: ‘theUnknownShort’ defined but not used [-Wunused-variable] _iss sqInt theUnknownShort; ^ 52 warnings generated. [ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 45%] Built target UnixOSProcessPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal". Scanning dependencies of target MiscPrimitivePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build [ 46%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ 1 warning generated. [ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 46%] Built target MiscPrimitivePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal". Scanning dependencies of target JPEGReaderPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build [ 47%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function] colorConvertGrayscaleMCU(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function] colorConvertMCU(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function] decodeBlockIntocomponent(int *anArray, int *aColorComponent) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function] fillBuffer(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function] getBits(sqInt requestedBits) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function] idctBlockIntqt(int *anArray, int *qt) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function] nextSampleCb(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function] nextSampleCr(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function] nextSampleFromblocks(int *aComponent, int **aBlockArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function] nextSampleY(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function] scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function] stInit(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function] storeJPEGStreamOn(sqInt streamOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable] static sqInt cbSampleStream; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable] static sqInt crSampleStream; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable] static sqInt ySampleStream; ^ MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache 17 warnings generated. [ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 47%] Built target JPEGReaderPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/depend.internal". Scanning dependencies of target BitBltPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build [ 47%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable] sqInt dxLowBits; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable] sqInt sxLowBits; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable] sqInt pixPerM1; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable] sqInt done; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable] sqInt startBits1; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable] unsigned int m1; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable] sqInt startBits; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable] sqInt t; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable] sqInt endBits; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable] sqInt pixPerM11; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] v = v; ~ ^ ~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] v = v; ~ ^ ~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable] sqInt _return_value; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] v = v; ~ ^ ~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] v = v; ~ ^ ~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] rgb = rgb; ~~~ ^ ~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function] affectedBottom(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function] affectedLeft(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function] affectedRight(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function] affectedTop(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function] checkSourceOverlap(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function] copyBitsFastPathSpecialised(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function] default8To32Table(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function] deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function] destMaskAndPointerInit(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function] dither32To16threshold(unsigned int srcWord, sqInt ditherValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function] drawLoopXY(sqInt xDelta, sqInt yDelta) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function] expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function] fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function] ignoreSourceOrHalftone(sqInt formPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function] loadBitBltDestForm(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function] loadBitBltSourceForm(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function] loadColorMap(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function] loadColorMapShiftOrMaskFrom(sqInt mapOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function] loadHalftoneForm(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function] loadWarpBltFrom(sqInt bbObj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function] mapPixelflags(sqInt sourcePixel, sqInt mapperFlags) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function] mergewith(unsigned int sourceWord, unsigned int destinationWord) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function] partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function] performCopyLoop(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function] pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function] pickWarpPixelAtXy(sqInt xx, sqInt yy) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function] rgbMap16To32(sqInt sourcePixel) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function] rgbMap32To32(sqInt sourcePixel) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function] rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function] showDisplayBits(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function] sourceSkewAndPointerInit(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function] tryCopyingBitsQuickly(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function] warpBits(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function] warpLoopSetup(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function] warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags) ^ 53 warnings generated. [ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 48%] Built target BitBltPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal". Scanning dependencies of target libssh2-1.7.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 48%] Built target libssh2-1.7.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/depend.internal". Scanning dependencies of target LargeIntegers /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build [ 49%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function] byteSizeOfCSI(sqInt csi) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function] cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function] cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function] cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function] cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function] cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function] cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function] cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function] cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function] cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function] cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function] cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function] digitAddLargewith(sqInt firstInteger, sqInt secondInteger) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function] digitCompareLargewith(sqInt firstInteger, sqInt secondInteger) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function] digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function] digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function] digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function] digitOfCSIat(sqInt csi, sqInt ix) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function] digitOfLargeIntat(sqInt aBytesOop, sqInt ix) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function] digitSizeOfCSI(sqInt csi) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function] digitSizeOfLargeInt(sqInt anOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function] digitSubLargewith(sqInt firstInteger, sqInt secondInteger) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function] highBitOfLargeInt(sqInt anOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function] normalize(sqInt aLargeInteger) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 26 warnings generated. [ 49%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 49%] Built target LargeIntegers /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/depend.internal". Scanning dependencies of target DSAPrims /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build [ 49%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function] addBackDivisorDigitShift(sqInt digitShift) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function] bigDivideLoop(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function] leftRotateby(unsigned int anInteger, sqInt bits) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function] subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift) ^ 5 warnings generated. [ 50%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 50%] Built target DSAPrims /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/depend.internal". Scanning dependencies of target SocketPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build [ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable] sqInt okToListen; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch] ? ((SocketPtr) (firstIndexableField(socketOop))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function] netAddressToInt(unsigned char *ptrToByteArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function] socketRecordSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function] socketValueOf(sqInt socketOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 7 warnings generated. [ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c -- Looking for mmap - not found -- Looking for MAP_ANON [ 52%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 52%] Built target SocketPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/depend.internal". Scanning dependencies of target LocalePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build [ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 2 warnings generated. [ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9: In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9: In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9: In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9: In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion] theTime = time((time_t)NULL); ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/time.h:118:21: note: passing argument to parameter here time_t time(time_t *); ^ 5 warnings generated. [ 54%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 54%] Built target LocalePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/depend.internal". Scanning dependencies of target SurfacePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build [ 55%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 55%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c -- Looking for MAP_ANON - not found -- Performing Test HAVE_MMAP_DEV_ZERO /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion] surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion] result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr); ^~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion] result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr); ^~~~~~~~~~~~~~~~~~~~ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr) ^ /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: b649e2e5-aca6-0d00-8caf-91d90b10211c " __DATE__ ; ^ 4 warnings generated. [ 56%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 56%] Built target SurfacePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/depend.internal". Scanning dependencies of target UUIDPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build [ 56%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable] sqInt ok; ^ 5 warnings generated. [ 57%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 57%] Built target UUIDPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/depend.internal". Scanning dependencies of target B2DPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build [ 57%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] leftViaY = leftViaY; ~~~~~~~~ ^ ~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] rightViaY = rightViaY; ~~~~~~~~~ ^ ~~~~~~~~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value] ((signed)lastX >> 8); ~~~~~~~~~~~~~ ^ ~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value] ((signed)lastX1 >> 8); ~~~~~~~~~~~~~~ ^ ~ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function] aaColorMaskGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function] aaColorMaskPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function] aaColorShiftGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function] aaColorShiftPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function] aaFirstPixelFromto(sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function] aaHalfPixelGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function] aaHalfPixelPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function] aaLastPixelFromto(sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function] aaLevelGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function] aaLevelPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function] aaScanMaskGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function] aaScanMaskPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function] aaShiftGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function] aaShiftPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function] absoluteSquared8Dot24(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function] adjustAALevel(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function] aetStartGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function] aetStartPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function] aetUsedGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function] aetUsedPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function] allocateAETEntry(sqInt nSlots) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function] allocateBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function] allocateBezierStackEntry(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function] allocateBitmapFillcolormap(sqInt cmSize, int *cmBits) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function] allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function] allocateLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function] allocateStackEntry(sqInt nSlots) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function] allocateStackFillEntry(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function] allocateWideBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function] allocateWideLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function] areEdgeFillsValid(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function] assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function] bezierEndXOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function] bezierEndXOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function] bezierEndYOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function] bezierEndYOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function] bezierFinalXOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function] bezierFinalXOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function] bezierUpdateDataOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function] bezierViaXOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function] bezierViaXOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function] bezierViaYOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function] bezierViaYOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function] bitmapCmSizeOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function] bitmapCmSizeOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function] bitmapDepthOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function] bitmapDepthOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function] bitmapHeightOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function] bitmapHeightOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function] bitmapRasterOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function] bitmapRasterOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function] bitmapSizeOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function] bitmapSizeOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function] bitmapTileFlagOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function] bitmapTileFlagOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function] bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function] bitmapWidthOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function] bitmapWidthOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function] bzEndX(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function] bzEndXput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function] bzEndY(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function] bzEndYput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function] bzStartX(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function] bzStartXput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function] bzStartY(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function] bzStartYput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function] bzViaX(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function] bzViaXput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function] bzViaY(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function] bzViaYput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function] checkedAddBezierToGET(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function] checkedAddEdgeToGET(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function] checkedAddLineToGET(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function] clampValuemax(sqInt value, sqInt maxValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function] clearSpanBufferGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function] clearSpanBufferPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function] clipMaxXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function] clipMaxXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function] clipMaxYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function] clipMaxYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function] clipMinXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function] clipMinXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function] clipMinYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function] clipMinYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function] colormapOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function] colorTransform(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function] computeSqrt(sqInt length2) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function] currentYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function] currentYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function] currentZGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function] currentZPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function] destOffsetXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function] destOffsetXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function] destOffsetYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function] destOffsetYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function] drawWideEdgefrom(sqInt edge, sqInt leftX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function] edgeFillsInvalidate(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function] edgeFillsValidate(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function] edgeLeftFillOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function] edgeLeftFillOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function] edgeNumLinesOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function] edgeNumLinesOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function] edgeRightFillOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function] edgeRightFillOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function] edgeTransform(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function] edgeTypeOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function] edgeXValueOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function] edgeXValueOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function] edgeYValueOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function] edgeYValueOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function] edgeZValueOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function] edgeZValueOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function] estimatedLengthOfwith(sqInt deltaX, sqInt deltaY) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function] fillAllFromto(sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function] fillBitmapSpan(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function] fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function] fillDirectionXOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function] fillDirectionXOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function] fillDirectionYOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function] fillDirectionYOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function] fillLinearGradient(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function] fillMaxXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function] fillMaxXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function] fillMaxYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function] fillMaxYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function] fillMinXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function] fillMinXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function] fillMinYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function] fillMinYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function] fillNormalXOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function] fillNormalXOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function] fillNormalYOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function] fillNormalYOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function] fillOffsetXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function] fillOffsetXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function] fillOffsetYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function] fillOffsetYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function] fillOriginXOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function] fillOriginXOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function] fillOriginYOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function] fillOriginYOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function] fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function] fillRadialGradient(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function] fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function] fillTypeOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function] findNextAETEdgeFrom(sqInt leftEdge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function] finishedProcessing(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function] firstPointListGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function] firstPointListPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function] freeStackFillEntry(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function] getStartGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function] getStartPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function] getUsedGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function] getUsedPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function] gradientRampLengthOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function] gradientRampLengthOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function] gradientRampOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function] hasColorTransform(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function] hasColorTransformGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function] hasColorTransformPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function] hasEdgeTransform(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function] hasEdgeTransformGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function] hasEdgeTransformPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function] incrementPointby(int *point, sqInt delta) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function] incrementStatby(sqInt statIndex, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function] isBezier(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function] isFillColor(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function] isFill(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function] isLine(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function] isObject(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function] isRealFill(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function] isStackEntry(sqInt entry) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function] isStackIndex(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function] isWideBezier(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function] isWideLine(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function] isWide(sqInt object) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function] lastExportedEdgeGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function] lastExportedEdgePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function] lastExportedFillGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function] lastExportedFillPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function] lastExportedLeftXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function] lastExportedLeftXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function] lastExportedRightXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function] lastExportedRightXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function] lineEndXOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function] lineEndXOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function] lineEndYOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function] lineEndYOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function] lineErrorAdjDownOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function] lineErrorAdjDownOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function] lineErrorAdjUpOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function] lineErrorAdjUpOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function] lineErrorOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function] lineErrorOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function] lineXDirectionOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function] lineXDirectionOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function] lineXIncrementOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function] lineXIncrementOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function] lineYDirectionOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function] lineYDirectionOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function] loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function] loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function] loadColorTransformFrom(sqInt transformOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function] loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function] loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function] loadPointIntAtfrom(sqInt index, sqInt intArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function] loadPointShortAtfrom(sqInt index, sqInt shortArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function] loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function] loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function] magicNumberGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function] magicNumberPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function] makeRectFromPoints(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function] makeUnsignedFrom(sqInt someIntegerValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function] needsFlush(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function] needsFlushGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function] needsFlushPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function] objectHeaderOf(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function] objectIndexOf(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function] objectIndexOfput(sqInt obj, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function] objectLengthOf(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function] objectLengthOfput(sqInt obj, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function] objectTypeOf(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function] objectTypeOfput(sqInt obj, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function] objStartGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function] objStartPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function] objUsedGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function] objUsedPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function] objat(sqInt object, sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function] objatput(sqInt object, sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function] offsetFromWidth(sqInt lineWidth) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function] point1Get(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function] point2Get(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function] point3Get(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function] point4Get(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function] quickRemoveInvalidFillsAt(sqInt leftX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function] repeatValuemax(sqInt delta, sqInt maxValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function] returnWideBezierFill(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function] returnWideBezierWidth(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function] returnWideLineFill(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function] returnWideLineWidth(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function] shortRunLengthAtfrom(sqInt i, sqInt runArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function] shortRunValueAtfrom(sqInt i, sqInt runArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function] sortGlobalEdgeTable(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function] spanEndAAGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function] spanEndAAPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function] spanEndGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function] spanEndPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function] spanSizeGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function] spanSizePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function] spanStartGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function] spanStartPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function] squaredLengthOfwith(sqInt deltaX, sqInt deltaY) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function] stackFillDepth(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function] stackFillDepthput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function] stackFillEntryLength(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function] stackFillRightX(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function] stackFillRightXput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function] stackFillSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function] stackFillValue(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function] stackFillValueput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function] stateGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function] statePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function] stepToFirstBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function] stepToFirstLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function] stepToFirstWideBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function] stepToFirstWideLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function] stepToNextBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function] stepToNextBezierForwardat(int *updateData, sqInt yValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function] stepToNextLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function] stepToNextWideLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function] stopBecauseOf(sqInt stopReason) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function] stopReasonGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function] stopReasonPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function] storeEngineStateInto(sqInt oop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function] storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function] topFillDepth(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function] topFillDepthPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function] topFillRightX(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function] topFillRightXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function] topFillValue(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function] topFillValuePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function] transformPoints(sqInt n) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function] transformPointXyinto(double xValue, double yValue, int *dstPoint) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function] transformPoint(int *point) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function] transformPointinto(sqInt srcPoint, sqInt dstPoint) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function] wbSizeGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function] wbSizePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function] wbStackClear(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function] wbStackPop(sqInt nItems) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function] wbStackSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function] wbStackValue(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function] wbStackValueput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function] wbTopGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function] wbTopPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function] wideBezierEntryOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function] wideBezierEntryOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function] wideBezierExitOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function] wideBezierExitOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function] wideBezierExtentOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function] wideBezierExtentOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function] wideBezierFillOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function] wideBezierUpdateDataOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function] wideBezierWidthOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function] wideLineEntryOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function] wideLineEntryOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function] wideLineExitOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function] wideLineExitOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function] wideLineExtentOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function] wideLineExtentOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function] wideLineFillOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function] wideLineWidthOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function] workBufferPut(sqInt wbOop) ^ SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) -- Performing Test HAVE_MMAP_DEV_ZERO - Failed -- Looking for alloca.h 325 warnings generated. [ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 58%] Built target B2DPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal". Scanning dependencies of target openssl-1.0.2q /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 58%] Built target openssl-1.0.2q /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal". Scanning dependencies of target JPEGReadWriter2Plugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build [ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) [ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 2 warnings generated. [ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c [ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) [ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c [ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) [ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c [ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c -- Looking for alloca.h - not found -- Performing Test HAVE_ALLOCA SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) [ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c [ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c [ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c [ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c [ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c [ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) [ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c [ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c [ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c [ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c [ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c [ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65297:3: warning: ‘oop’ may be used uninitialized in this function [-Wmaybe-uninitialized] followForwardedObjectFieldstoDepth(oop, 0); ^ [ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c [ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c [ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printInvalidClassTableEntries’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:56183:11: warning: ‘hash’ may be used uninitialized in this function [-Wmaybe-uninitialized] sqInt hash; ^ -- Performing Test HAVE_ALLOCA - Failed -- Looking for inttypes.h [ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c [ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c [ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ 15 warnings generated. [ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c [ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c [ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) [ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c [ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) [ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1, ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 }; ~~~~^ 15 warnings generated. [ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) [ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c [ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c [ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) [ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c [ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c [ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) [ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c [ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c [ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c [ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c [ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c [ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable] my_src_ptr src = (my_src_ptr) cinfo->src; ^ 1 warning generated. [ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c -- Looking for inttypes.h - found -- Looking for memory.h [ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c [ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) [ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) [ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c [ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c [ 87%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 87%] Built target JPEGReadWriter2Plugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color= NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal". Scanning dependencies of target FileAttributesPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build [ 87%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable] unsigned int mask; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable] static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function] addressObjectFor(void *aMachineAddress) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function] badSessionId(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function] faSuccess(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function] objectFromStructsize(void *aMachineAddress, sqInt structSize) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function] pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function] pointerFrom(sqInt directoryPointerBytes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function] readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function] sizeOfFaPath(void) ^ 10 warnings generated. [ 88%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ 4 warnings generated. [ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined] #define insufficientMemorySpecifiedError() error("Insufficient memory for this image") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined] #define insufficientMemoryAvailableError() error("Failed to allocate memory for the heap") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined] #define unableToReadImageError() error("Read failed or premature end of image file") ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file") ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined] #define browserPluginReturnIfNeeded() ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();} ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable] int mode; ^ 5 warnings generated. [ 89%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics [ 89%] Built target FileAttributesPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/depend.internal". Scanning dependencies of target Pharo /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build [ 90%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -o CMakeFiles/Pharo.dir/src/unixMain.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/unixMain.c [ 90%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Pharo.dir/src/unixMain.c.o -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns [ 90%] Built target Pharo /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build [ 90%] Performing update step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 90%] Performing configure step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 91%] Performing build step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 92%] Performing install step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install [ 93%] Completed 'build_vmmaker_get_vm' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-complete /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done [ 95%] Built target build_vmmaker_get_vm /Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color= Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal". Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal". Scanning dependencies of target TestLibrary /Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build [ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/basic_types.c [ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callback_types.c [ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 1 warning generated. [ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callout.c [ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/registerCallback.c [ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/structures.c [100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1 /Library/Developer/CommandLineTools/usr/bin/cc -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) [100%] Built target TestLibrary /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles 0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Nothing to be done for `preinstall'. Install the project... /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/./ -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libffi.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/MacOS/Pharo -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.app/Contents/Info.plist -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqGnu.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqConfig.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqPlatformSpecific.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/config.h -- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/parameterVector.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pharoClient.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/errorCode.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/debug.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pathUtilities.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/interpreter.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/exportDefinition.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/parameters.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threads -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threads/vmthread.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/macros.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqNamedPrims.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/jit -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/jit/jit.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/stringUtilities.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threadSafeQueue -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/imageAccess.h NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sigjmp_support.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/pSemaphore.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/platformSemaphore.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/fileDialog.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pharo.h -- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/dispdbg.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqAtomicOps.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqAssert.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqVirtualMachine.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqaio.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqCogStackAlignment.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sq.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqMemoryFence.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqMemoryAccess.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Linux.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindSDL2.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importLibFFI.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindFFI.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Windows.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importCairo.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Darwin.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/OpenBSD.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/versionExtraction.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/vmmaker.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importFreetype2.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/DownloadProject.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/packaging.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindCairo.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importLibGit2.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importSDL2.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2 -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/osx -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/parameterVector.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pharoClient.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/errorCode.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/debug.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/interpreter.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/config.h.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/parameters.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threads -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/macros.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/jit -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/jit/jit.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/imageAccess.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/fileDialog.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pharo.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/bin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/launch.sh.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin/common -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/img.image -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoSources.icns -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/Pharo.icns -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoImage.icns -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/Info.plist.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.ico -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/installCygwin.ps1 -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/runTests.sh -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/installVMMaker.st -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1 -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/parameters.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/nullDisplay.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/externalPrimitives.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogUnix.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileUtilsWin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogMac.m -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/imageAccess.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/stringUtilities.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/win32Main.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/macAlias.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogWin32.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/unixMain.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S -- Looking for memory.h - found -- Looking for stdlib.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogCommon.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/client.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/pathUtilities.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debug.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/errorCode.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/memoryUnix.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/parameterVector.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/threadSafeQueue -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileUtils.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debugUnix.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debugWin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utilsMac.mm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/callbacks.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/worker.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/workerTask.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/sameThread -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/utils.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/types.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/worker.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/version.info -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/CMakeLists.txt -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/macros.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins.macros.cmake -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated/ -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32 -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/interp.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/examplePlugins.ext -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64 -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/interp.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/examplePlugins.ext -- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cogmethod.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cointerp.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/vmCallback.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/interp.h -- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cogit.h [Pipeline] sh + VERBOSE=1 + make package /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_feat_headless/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build --check-build-system CMakeFiles/Makefile.cmake 0 /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/progress.marks /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all /Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build make[2]: Nothing to be done for `libffi-build/CMakeFiles/objlib.dir/build'. [ 6%] Built target objlib /Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build make[2]: Nothing to be done for `libffi-build/CMakeFiles/ffi_shared.dir/build'. [ 7%] Built target ffi_shared /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build [ 7%] Copying libffi binaries to '/System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 7%] Built target libffi_copy /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build [ 8%] Performing update step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 9%] Performing configure step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 9%] Performing build step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 10%] Built target build_vmmaker_get_vm-build /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build [ 11%] Performing update step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo [ 12%] Performing configure step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [ 12%] Performing build step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker [ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:8: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->push = push; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->pushFloat = pushFloat; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->forceInterruptCheck = forceInterruptCheck; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->utcMicroseconds = ioUTCMicroseconds; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->stringForCString = stringForCString; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->platformSemaphoreNew = platform_semaphore_new; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex; ^ [ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c:14: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘signalSemaphoreWithIndex’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:130:6: warning: unused variable ‘v’ [-Wunused-variable] int v; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘doSignalExternalSemaphores’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:178:17: warning: variable ‘signalled’ set but not used [-Wunused-but-set-variable] char switched, signalled = 0; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘waitOnExternalSemaphoreIndex’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:231:11: warning: unused variable ‘xArray’ [-Wunused-variable] sqInt xArray; ^ [ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c:54: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/aio.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/semaphores/platformSemaphore.h:5, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/aio.c:34: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/aio.c: In function ‘aioInit’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/aio.c:124:16: warning: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types] signal(SIGIO, forceInterruptCheck); ^ In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/aio.c:45:0: /usr/include/signal.h:102:23: note: expected ‘__sighandler_t {aka void (*)(int)}’ but argument is of type ‘sqInt (*)(void) {aka long int (*)(void)}’ extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ [ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c: In function ‘reportStackState’: /builds/workspace/pharo-vm_feat_headless/repository/src/debugUnix.c:317:8: warning: unused variable ‘pc’ [-Wunused-variable] void *pc; ^ [ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/memoryUnix.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/memoryUnix.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/fileDialogUnix.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/errorCode.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/fileDialog.h:4, from /builds/workspace/pharo-vm_feat_headless/repository/src/fileDialogUnix.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 37%] Linking C shared library build/vm/libPharoVMCore.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libPharoVMCore.so -o build/vm/libPharoVMCore.so CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 37%] Built target PharoVMCore make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/depend.internal". Scanning dependencies of target FilePlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function ‘waitForDataonSemaphoreIndex’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: typedef ‘aioHandler’ locally defined but not used [-Wunused-local-typedefs] typedef void (*aioHandler)(int fd, void *clientData, int flag); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ [ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_feat_headless/repository httpsUrl NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc [ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/sqUnixCharConv.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:0: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 39%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/fileUtils.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/src/fileUtils.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 39%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘pointerFrom’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: return makes pointer from integer without a cast [-Wint-conversion] return primitiveFailFor(PrimErrBadArgument); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryEntry’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:703:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable] sqInt v; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryLookup’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:799:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable] sqInt v; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable ‘stringPtr’ [-Wunused-variable] char *stringPtr; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable ‘results’ [-Wunused-variable] sqInt results; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable ‘nameString’ [-Wunused-variable] sqInt nameString; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable ‘modDateOop’ [-Wunused-variable] sqInt modDateOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable ‘i’ [-Wunused-variable] sqInt i; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable ‘fileSizeOop’ [-Wunused-variable] sqInt fileSizeOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable ‘createDateOop’ [-Wunused-variable] sqInt createDateOop; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileRead’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable ‘startIndex1’ [-Wunused-variable] size_t startIndex1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable ‘retryCount’ [-Wunused-variable] sqInt retryCount; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable ‘objectPointer1’ [-Wunused-variable] sqInt objectPointer1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable ‘file1’ [-Wunused-variable] SQFile *file1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable ‘elementSize1’ [-Wunused-variable] size_t elementSize1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable ‘count1’ [-Wunused-variable] size_t count1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable ‘bytesRead1’ [-Wunused-variable] sqInt bytesRead1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable ‘array1’ [-Wunused-variable] sqInt array1; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘setInterpreter’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] characterObjectOf = interpreterProxy->characterObjectOf; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] fullGC = interpreterProxy->fullGC; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: d6f82be5-aca6-0d00-ab0a-644e010d9a43 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: ‘connectToFdwrite’ defined but not used [-Wunused-function] connectToFdwrite(int fd, sqInt writeFlag) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: ‘connectToFilewrite’ defined but not used [-Wunused-function] connectToFilewrite(void *cfile, sqInt writeFlag) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: ‘makeDirEntryNamesizecreateDatemodDateisDirfileSize’ defined but not used [-Wunused-function] makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: ‘primitiveFileReadWithoutPinning’ defined but not used [-Wunused-function] primitiveFileReadWithoutPinning(void) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: ‘primitiveFileReadWithPinning’ defined but not used [-Wunused-function] primitiveFileReadWithPinning(void) ^ MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... -- Looking for stdlib.h - found -- Looking for strings.h /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileGetPosition’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1071:3: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized] methodReturnValue(positive64BitIntegerFor(position)); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileSize’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized] methodReturnValue(positive64BitIntegerFor(size)); ^ [ 40%] Linking C shared library build/vm/libFilePlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libFilePlugin.so -o build/vm/libFilePlugin.so CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 41%] Built target FilePlugin make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal". Scanning dependencies of target UnixOSProcessPlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 41%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFileStat’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2055:11: warning: variable ‘uid’ set but not used [-Wunused-but-set-variable] sqInt uid; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2049:11: warning: variable ‘gid’ set but not used [-Wunused-but-set-variable] sqInt gid; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFixPointersInArrayOfStrings’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2095:11: warning: variable ‘count’ set but not used [-Wunused-but-set-variable] sqInt count; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSigChldHandler’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] sigchldHandlerAction.sa_sigaction = reapChildProcess; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) { ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSignalNumberhandler’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) { ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘sigHoldNumber’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4645:9: warning: return makes pointer from integer without a cast [-Wint-conversion] return -1; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: ‘argumentAtAsType’ defined but not used [-Wunused-function] argumentAtAsType(sqInt classIdentifier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: ‘copyBytesFromtolength’ defined but not used [-Wunused-function] copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: ‘descriptorTableSize’ defined but not used [-Wunused-function] descriptorTableSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: ‘environmentAtSymbolAsType’ defined but not used [-Wunused-function] environmentAtSymbolAsType(sqInt classIdentifier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: ‘fileDescriptorFrom’ defined but not used [-Wunused-function] fileDescriptorFrom(sqInt aSQFileByteArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: ‘fileRecordSize’ defined but not used [-Wunused-function] fileRecordSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: ‘fileValueOf’ defined but not used [-Wunused-function] fileValueOf(sqInt anSQFileRecord) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: ‘getThisSessionIdentifier’ defined but not used [-Wunused-function] getThisSessionIdentifier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: ‘isSQFileObject’ defined but not used [-Wunused-function] isSQFileObject(sqInt objectPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: ‘isSQSocketObject’ defined but not used [-Wunused-function] isSQSocketObject(sqInt objectPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: ‘isValidFileSession’ defined but not used [-Wunused-function] isValidFileSession(sqInt objectPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: ‘maskForThisThreadAndResend’ defined but not used [-Wunused-function] maskForThisThreadAndResend(int sigNum) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: ‘newSQFileByteArray’ defined but not used [-Wunused-function] newSQFileByteArray(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: ‘newSQSocketByteArray’ defined but not used [-Wunused-function] newSQSocketByteArray(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function] pointerFrom(sqInt aByteArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: ‘restoreDefaultSignalHandlers’ defined but not used [-Wunused-function] restoreDefaultSignalHandlers(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: ‘sendSignaltoPid’ defined but not used [-Wunused-function] sendSignaltoPid(sqInt sig, sqInt pid) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: ‘setSigIntDefaultHandler’ defined but not used [-Wunused-function] setSigIntDefaultHandler(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: ‘setSigIntIgnore’ defined but not used [-Wunused-function] setSigIntIgnore(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: ‘setSigPipeDefaultHandler’ defined but not used [-Wunused-function] setSigPipeDefaultHandler(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: ‘setSigPipeHandler’ defined but not used [-Wunused-function] setSigPipeHandler(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: ‘setSigPipeIgnore’ defined but not used [-Wunused-function] setSigPipeIgnore(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: ‘sigAbrtNumber’ defined but not used [-Wunused-function] sigAbrtNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: ‘sigAlrmNumber’ defined but not used [-Wunused-function] sigAlrmNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: ‘sigChldNumber’ defined but not used [-Wunused-function] sigChldNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: ‘sigContNumber’ defined but not used [-Wunused-function] sigContNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: ‘sigHoldNumber’ defined but not used [-Wunused-function] sigHoldNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: ‘sigHupNumber’ defined but not used [-Wunused-function] sigHupNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: ‘sigIntNumber’ defined but not used [-Wunused-function] sigIntNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: ‘sigKillNumber’ defined but not used [-Wunused-function] sigKillNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: ‘sigPipeNumber’ defined but not used [-Wunused-function] sigPipeNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: ‘sigQuitNumber’ defined but not used [-Wunused-function] sigQuitNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: ‘sigStopNumber’ defined but not used [-Wunused-function] sigStopNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: ‘sigTermNumber’ defined but not used [-Wunused-function] sigTermNumber(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: ‘sigUsr1Number’ defined but not used [-Wunused-function] sigUsr1Number(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: ‘sigUsr2Number’ defined but not used [-Wunused-function] sigUsr2Number(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: ‘sizeOfInt’ defined but not used [-Wunused-function] sizeOfInt(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: ‘sizeOfPointer’ defined but not used [-Wunused-function] sizeOfPointer(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: ‘socketDescriptorFrom’ defined but not used [-Wunused-function] socketDescriptorFrom(sqInt sqSocketOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function] socketRecordSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function] socketValueOf(sqInt anSQSocketRecord) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: ‘unixFileNumber’ defined but not used [-Wunused-function] unixFileNumber(FILEHANDLETYPE fileHandle) ^ MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Project: Unicorn baseline MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache [ 42%] Linking C shared library build/vm/libUnixOSProcessPlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libUnixOSProcessPlugin.so -o build/vm/libUnixOSProcessPlugin.so CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 42%] Built target UnixOSProcessPlugin make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/depend.internal". Scanning dependencies of target DSAPrims make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 42%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: ‘addBackDivisorDigitShift’ defined but not used [-Wunused-function] addBackDivisorDigitShift(sqInt digitShift) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: ‘bigDivideLoop’ defined but not used [-Wunused-function] bigDivideLoop(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: ‘leftRotateby’ defined but not used [-Wunused-function] leftRotateby(unsigned int anInteger, sqInt bits) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: ‘subtractDivisorMultipliedByDigitdigitShift’ defined but not used [-Wunused-function] subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift) ^ [ 43%] Linking C shared library build/vm/libDSAPrims.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libDSAPrims.so -o build/vm/libDSAPrims.so CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 43%] Built target DSAPrims make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/depend.internal". Scanning dependencies of target SqueakSSL make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 43%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ [ 44%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqVerifySAN’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:42:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] # define ASN1_STRING_get0_data ASN1_STRING_data ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:175:24: note: in expansion of macro ‘ASN1_STRING_get0_data’ const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqConnectSSL’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:447:29: warning: the address of ‘X509_check_ip_asc’ will always evaluate as ‘true’ [-Waddress] if (X509_check_ip_asc && X509_check_host) { ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:447:47: warning: the address of ‘X509_check_host’ will always evaluate as ‘true’ [-Waddress] if (X509_check_ip_asc && X509_check_host) { ^ [ 44%] Linking C shared library build/vm/libSqueakSSL.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libSqueakSSL.so -o build/vm/libSqueakSSL.so CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 44%] Built target SqueakSSL make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/depend.internal". NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) Scanning dependencies of target BitBltPlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 44%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyBitsFallback’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable ‘t’ [-Wunused-variable] sqInt t; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable ‘sxLowBits’ [-Wunused-variable] sqInt sxLowBits; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable ‘startBits1’ [-Wunused-variable] sqInt startBits1; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable ‘startBits’ [-Wunused-variable] sqInt startBits; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable ‘pixPerM11’ [-Wunused-variable] sqInt pixPerM11; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable ‘pixPerM1’ [-Wunused-variable] sqInt pixPerM1; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable ‘m1’ [-Wunused-variable] unsigned int m1; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable ‘endBits’ [-Wunused-variable] sqInt endBits; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable ‘dxLowBits’ [-Wunused-variable] sqInt dxLowBits; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable ‘done’ [-Wunused-variable] sqInt done; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltDestForm’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3069:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable] sqInt v; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltFromwarping’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3152:8: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable] sqInt v1; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3151:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable] sqInt v; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltSourceForm’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable] sqInt v; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘lockSurfaces’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable] sqInt v; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘primitiveCompareColors’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable ‘_return_value’ [-Wunused-variable] sqInt _return_value; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5027:8: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5026:8: warning: variable ‘testID’ set but not used [-Wunused-but-set-variable] sqInt testID; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5025:8: warning: variable ‘rcvr’ set but not used [-Wunused-but-set-variable] sqInt rcvr; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5024:14: warning: variable ‘colorB’ set but not used [-Wunused-but-set-variable] usqIntptr_t colorB; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable ‘colorA’ set but not used [-Wunused-but-set-variable] usqIntptr_t colorA; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: ‘affectedBottom’ defined but not used [-Wunused-function] affectedBottom(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: ‘affectedLeft’ defined but not used [-Wunused-function] affectedLeft(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: ‘affectedRight’ defined but not used [-Wunused-function] affectedRight(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: ‘affectedTop’ defined but not used [-Wunused-function] affectedTop(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: ‘checkSourceOverlap’ defined but not used [-Wunused-function] checkSourceOverlap(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: ‘copyBitsFastPathSpecialised’ defined but not used [-Wunused-function] copyBitsFastPathSpecialised(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: ‘default8To32Table’ defined but not used [-Wunused-function] default8To32Table(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: ‘deltaFromtonSteps’ defined but not used [-Wunused-function] deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: ‘destMaskAndPointerInit’ defined but not used [-Wunused-function] destMaskAndPointerInit(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: ‘dither32To16threshold’ defined but not used [-Wunused-function] dither32To16threshold(unsigned int srcWord, sqInt ditherValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: ‘drawLoopXY’ defined but not used [-Wunused-function] drawLoopXY(sqInt xDelta, sqInt yDelta) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: ‘expensiveDither32To16threshold’ defined but not used [-Wunused-function] expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: ‘fetchIntOrFloatofObject’ defined but not used [-Wunused-function] fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: ‘ignoreSourceOrHalftone’ defined but not used [-Wunused-function] ignoreSourceOrHalftone(sqInt formPointer) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: ‘loadBitBltDestForm’ defined but not used [-Wunused-function] loadBitBltDestForm(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: ‘loadBitBltSourceForm’ defined but not used [-Wunused-function] loadBitBltSourceForm(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: ‘loadColorMap’ defined but not used [-Wunused-function] loadColorMap(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: ‘loadColorMapShiftOrMaskFrom’ defined but not used [-Wunused-function] loadColorMapShiftOrMaskFrom(sqInt mapOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: ‘loadHalftoneForm’ defined but not used [-Wunused-function] loadHalftoneForm(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: ‘loadWarpBltFrom’ defined but not used [-Wunused-function] loadWarpBltFrom(sqInt bbObj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: ‘mapPixelflags’ defined but not used [-Wunused-function] mapPixelflags(sqInt sourcePixel, sqInt mapperFlags) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: ‘mergewith’ defined but not used [-Wunused-function] mergewith(unsigned int sourceWord, unsigned int destinationWord) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: ‘partitionedRgbComponentAlphadestnBitsnPartitions’ defined but not used [-Wunused-function] partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: ‘performCopyLoop’ defined but not used [-Wunused-function] performCopyLoop(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: ‘pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc’ defined but not used [-Wunused-function] pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: ‘pickWarpPixelAtXy’ defined but not used [-Wunused-function] pickWarpPixelAtXy(sqInt xx, sqInt yy) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: ‘rgbMap16To32’ defined but not used [-Wunused-function] rgbMap16To32(sqInt sourcePixel) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: ‘rgbMap32To32’ defined but not used [-Wunused-function] rgbMap32To32(sqInt sourcePixel) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: ‘rgbMapPixelflags’ defined but not used [-Wunused-function] rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: ‘showDisplayBits’ defined but not used [-Wunused-function] showDisplayBits(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: ‘sourceSkewAndPointerInit’ defined but not used [-Wunused-function] sourceSkewAndPointerInit(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: ‘sqAssert’ defined but not used [-Wunused-function] sqAssert(sqInt aBool) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: ‘tryCopyingBitsQuickly’ defined but not used [-Wunused-function] tryCopyingBitsQuickly(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: ‘warpBits’ defined but not used [-Wunused-function] warpBits(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: ‘warpLoopSetup’ defined but not used [-Wunused-function] warpLoopSetup(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: ‘warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags’ defined but not used [-Wunused-function] warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags) ^ NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Starting atomic load NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) [ 45%] Linking C shared library build/vm/libBitBltPlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libBitBltPlugin.so -o build/vm/libBitBltPlugin.so CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Starting atomic load SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 45%] Built target BitBltPlugin make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal". Scanning dependencies of target MiscPrimitivePlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ [ 46%] Linking C shared library build/vm/libMiscPrimitivePlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libMiscPrimitivePlugin.so -o build/vm/libMiscPrimitivePlugin.so CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target MiscPrimitivePlugin make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal". Scanning dependencies of target SDL2-2.0.7 make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target SDL2-2.0.7 make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal". Scanning dependencies of target libssh2-1.7.0 make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target libssh2-1.7.0 make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal". Scanning dependencies of target openssl-1.0.2q make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target openssl-1.0.2q make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal". Scanning dependencies of target libgit2-linux-1.0.0 make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target libgit2-linux-1.0.0 make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/depend.internal". Scanning dependencies of target LocalePlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: ‘sqAssert’ defined but not used [-Wunused-function] sqAssert(sqInt aBool) ^ [ 47%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ -- Looking for strings.h - found -- Looking for string.h [ 47%] Linking C shared library build/vm/libLocalePlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libLocalePlugin.so -o build/vm/libLocalePlugin.so CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 47%] Built target LocalePlugin make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal". Scanning dependencies of target libgit2-0.25.1 make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 47%] Built target libgit2-0.25.1 make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal". Scanning dependencies of target FileAttributesPlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 47%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveFileAttributes’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:630:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveLogicalDrives’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable ‘mask’ [-Wunused-variable] unsigned int mask; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘processDirectory’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1048:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable] sqInt val; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: ‘addressObjectFor’ defined but not used [-Wunused-function] addressObjectFor(void *aMachineAddress) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: ‘badSessionId’ defined but not used [-Wunused-function] badSessionId(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: ‘faSuccess’ defined but not used [-Wunused-function] faSuccess(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: ‘objectFromStructsize’ defined but not used [-Wunused-function] objectFromStructsize(void *aMachineAddress, sqInt structSize) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: ‘pathOoptoBuffermaxLen’ defined but not used [-Wunused-function] pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function] pointerFrom(sqInt directoryPointerBytes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: ‘readLinkintomaxLength’ defined but not used [-Wunused-function] readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: ‘sizeOfFaPath’ defined but not used [-Wunused-function] sizeOfFaPath(void) ^ MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache [ 48%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 49%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function ‘faFileStatAttributes’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable ‘mode’ [-Wunused-variable] int mode; ^ [ 49%] Linking C shared library build/vm/libFileAttributesPlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libFileAttributesPlugin.so -o build/vm/libFileAttributesPlugin.so CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 49%] Built target FileAttributesPlugin make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/depend.internal". Scanning dependencies of target B2DPlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 49%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextLine’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13520:11: warning: variable ‘yValue’ set but not used [-Wunused-but-set-variable] sqInt yValue; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideBezierInat’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:3: warning: statement with no effect [-Wunused-value] ((signed)lastX >> 8); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:2: warning: statement with no effect [-Wunused-value] ((signed)lastX1 >> 8); ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideLine’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13699:11: warning: variable ‘yValue’ set but not used [-Wunused-but-set-variable] sqInt yValue; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: ‘aaColorMaskGet’ defined but not used [-Wunused-function] aaColorMaskGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: ‘aaColorMaskPut’ defined but not used [-Wunused-function] aaColorMaskPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: ‘aaColorShiftGet’ defined but not used [-Wunused-function] aaColorShiftGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: ‘aaColorShiftPut’ defined but not used [-Wunused-function] aaColorShiftPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: ‘aaFirstPixelFromto’ defined but not used [-Wunused-function] aaFirstPixelFromto(sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: ‘aaHalfPixelGet’ defined but not used [-Wunused-function] aaHalfPixelGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: ‘aaHalfPixelPut’ defined but not used [-Wunused-function] aaHalfPixelPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: ‘aaLastPixelFromto’ defined but not used [-Wunused-function] aaLastPixelFromto(sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: ‘aaLevelGet’ defined but not used [-Wunused-function] aaLevelGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: ‘aaLevelPut’ defined but not used [-Wunused-function] aaLevelPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: ‘aaScanMaskGet’ defined but not used [-Wunused-function] aaScanMaskGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: ‘aaScanMaskPut’ defined but not used [-Wunused-function] aaScanMaskPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: ‘aaShiftGet’ defined but not used [-Wunused-function] aaShiftGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: ‘aaShiftPut’ defined but not used [-Wunused-function] aaShiftPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: ‘absoluteSquared8Dot24’ defined but not used [-Wunused-function] absoluteSquared8Dot24(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: ‘adjustAALevel’ defined but not used [-Wunused-function] adjustAALevel(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: ‘aetStartGet’ defined but not used [-Wunused-function] aetStartGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: ‘aetStartPut’ defined but not used [-Wunused-function] aetStartPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: ‘aetUsedGet’ defined but not used [-Wunused-function] aetUsedGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: ‘aetUsedPut’ defined but not used [-Wunused-function] aetUsedPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: ‘allocateAETEntry’ defined but not used [-Wunused-function] allocateAETEntry(sqInt nSlots) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: ‘allocateBezier’ defined but not used [-Wunused-function] allocateBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: ‘allocateBezierStackEntry’ defined but not used [-Wunused-function] allocateBezierStackEntry(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: ‘allocateBitmapFillcolormap’ defined but not used [-Wunused-function] allocateBitmapFillcolormap(sqInt cmSize, int *cmBits) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: ‘allocateGradientFillrampWidthisRadial’ defined but not used [-Wunused-function] allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: ‘allocateLine’ defined but not used [-Wunused-function] allocateLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: ‘allocateStackEntry’ defined but not used [-Wunused-function] allocateStackEntry(sqInt nSlots) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: ‘allocateStackFillEntry’ defined but not used [-Wunused-function] allocateStackFillEntry(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: ‘allocateWideBezier’ defined but not used [-Wunused-function] allocateWideBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: ‘allocateWideLine’ defined but not used [-Wunused-function] allocateWideLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: ‘areEdgeFillsValid’ defined but not used [-Wunused-function] areEdgeFillsValid(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: ‘assureValuebetweenand’ defined but not used [-Wunused-function] assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: ‘bezierEndXOf’ defined but not used [-Wunused-function] bezierEndXOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: ‘bezierEndXOfput’ defined but not used [-Wunused-function] bezierEndXOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: ‘bezierEndYOf’ defined but not used [-Wunused-function] bezierEndYOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: ‘bezierEndYOfput’ defined but not used [-Wunused-function] bezierEndYOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: ‘bezierFinalXOf’ defined but not used [-Wunused-function] bezierFinalXOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: ‘bezierFinalXOfput’ defined but not used [-Wunused-function] bezierFinalXOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: ‘bezierUpdateDataOf’ defined but not used [-Wunused-function] bezierUpdateDataOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: ‘bezierViaXOf’ defined but not used [-Wunused-function] bezierViaXOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: ‘bezierViaXOfput’ defined but not used [-Wunused-function] bezierViaXOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: ‘bezierViaYOf’ defined but not used [-Wunused-function] bezierViaYOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: ‘bezierViaYOfput’ defined but not used [-Wunused-function] bezierViaYOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: ‘bitmapCmSizeOf’ defined but not used [-Wunused-function] bitmapCmSizeOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: ‘bitmapCmSizeOfput’ defined but not used [-Wunused-function] bitmapCmSizeOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: ‘bitmapDepthOf’ defined but not used [-Wunused-function] bitmapDepthOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: ‘bitmapDepthOfput’ defined but not used [-Wunused-function] bitmapDepthOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: ‘bitmapHeightOf’ defined but not used [-Wunused-function] bitmapHeightOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: ‘bitmapHeightOfput’ defined but not used [-Wunused-function] bitmapHeightOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: ‘bitmapRasterOf’ defined but not used [-Wunused-function] bitmapRasterOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: ‘bitmapRasterOfput’ defined but not used [-Wunused-function] bitmapRasterOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: ‘bitmapSizeOf’ defined but not used [-Wunused-function] bitmapSizeOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: ‘bitmapSizeOfput’ defined but not used [-Wunused-function] bitmapSizeOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: ‘bitmapTileFlagOf’ defined but not used [-Wunused-function] bitmapTileFlagOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: ‘bitmapTileFlagOfput’ defined but not used [-Wunused-function] bitmapTileFlagOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: ‘bitmapValuebitsatXy’ defined but not used [-Wunused-function] bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: ‘bitmapWidthOf’ defined but not used [-Wunused-function] bitmapWidthOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: ‘bitmapWidthOfput’ defined but not used [-Wunused-function] bitmapWidthOfput(sqInt bmFill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: ‘bzEndX’ defined but not used [-Wunused-function] bzEndX(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: ‘bzEndXput’ defined but not used [-Wunused-function] bzEndXput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: ‘bzEndY’ defined but not used [-Wunused-function] bzEndY(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: ‘bzEndYput’ defined but not used [-Wunused-function] bzEndYput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: ‘bzStartX’ defined but not used [-Wunused-function] bzStartX(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: ‘bzStartXput’ defined but not used [-Wunused-function] bzStartXput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: ‘bzStartY’ defined but not used [-Wunused-function] bzStartY(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: ‘bzStartYput’ defined but not used [-Wunused-function] bzStartYput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: ‘bzViaX’ defined but not used [-Wunused-function] bzViaX(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: ‘bzViaXput’ defined but not used [-Wunused-function] bzViaXput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: ‘bzViaY’ defined but not used [-Wunused-function] bzViaY(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: ‘bzViaYput’ defined but not used [-Wunused-function] bzViaYput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: ‘checkedAddBezierToGET’ defined but not used [-Wunused-function] checkedAddBezierToGET(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: ‘checkedAddEdgeToGET’ defined but not used [-Wunused-function] checkedAddEdgeToGET(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: ‘checkedAddLineToGET’ defined but not used [-Wunused-function] checkedAddLineToGET(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: ‘clampValuemax’ defined but not used [-Wunused-function] clampValuemax(sqInt value, sqInt maxValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: ‘clearSpanBufferGet’ defined but not used [-Wunused-function] clearSpanBufferGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: ‘clearSpanBufferPut’ defined but not used [-Wunused-function] clearSpanBufferPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: ‘clipMaxXGet’ defined but not used [-Wunused-function] clipMaxXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: ‘clipMaxXPut’ defined but not used [-Wunused-function] clipMaxXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: ‘clipMaxYGet’ defined but not used [-Wunused-function] clipMaxYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: ‘clipMaxYPut’ defined but not used [-Wunused-function] clipMaxYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: ‘clipMinXGet’ defined but not used [-Wunused-function] clipMinXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: ‘clipMinXPut’ defined but not used [-Wunused-function] clipMinXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: ‘clipMinYGet’ defined but not used [-Wunused-function] clipMinYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: ‘clipMinYPut’ defined but not used [-Wunused-function] clipMinYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: ‘colormapOf’ defined but not used [-Wunused-function] colormapOf(sqInt bmFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: ‘colorTransform’ defined but not used [-Wunused-function] colorTransform(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: ‘computeSqrt’ defined but not used [-Wunused-function] computeSqrt(sqInt length2) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: ‘currentYGet’ defined but not used [-Wunused-function] currentYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: ‘currentYPut’ defined but not used [-Wunused-function] currentYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: ‘currentZGet’ defined but not used [-Wunused-function] currentZGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: ‘currentZPut’ defined but not used [-Wunused-function] currentZPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: ‘destOffsetXGet’ defined but not used [-Wunused-function] destOffsetXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: ‘destOffsetXPut’ defined but not used [-Wunused-function] destOffsetXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: ‘destOffsetYGet’ defined but not used [-Wunused-function] destOffsetYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: ‘destOffsetYPut’ defined but not used [-Wunused-function] destOffsetYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: ‘drawWideEdgefrom’ defined but not used [-Wunused-function] drawWideEdgefrom(sqInt edge, sqInt leftX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: ‘edgeFillsInvalidate’ defined but not used [-Wunused-function] edgeFillsInvalidate(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: ‘edgeFillsValidate’ defined but not used [-Wunused-function] edgeFillsValidate(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: ‘edgeLeftFillOf’ defined but not used [-Wunused-function] edgeLeftFillOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: ‘edgeLeftFillOfput’ defined but not used [-Wunused-function] edgeLeftFillOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: ‘edgeNumLinesOf’ defined but not used [-Wunused-function] edgeNumLinesOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: ‘edgeNumLinesOfput’ defined but not used [-Wunused-function] edgeNumLinesOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: ‘edgeRightFillOf’ defined but not used [-Wunused-function] edgeRightFillOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: ‘edgeRightFillOfput’ defined but not used [-Wunused-function] edgeRightFillOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: ‘edgeTransform’ defined but not used [-Wunused-function] edgeTransform(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: ‘edgeTypeOf’ defined but not used [-Wunused-function] edgeTypeOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: ‘edgeXValueOf’ defined but not used [-Wunused-function] edgeXValueOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: ‘edgeXValueOfput’ defined but not used [-Wunused-function] edgeXValueOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: ‘edgeYValueOf’ defined but not used [-Wunused-function] edgeYValueOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: ‘edgeYValueOfput’ defined but not used [-Wunused-function] edgeYValueOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: ‘edgeZValueOf’ defined but not used [-Wunused-function] edgeZValueOf(sqInt edge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: ‘edgeZValueOfput’ defined but not used [-Wunused-function] edgeZValueOfput(sqInt edge, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: ‘estimatedLengthOfwith’ defined but not used [-Wunused-function] estimatedLengthOfwith(sqInt deltaX, sqInt deltaY) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: ‘fillAllFromto’ defined but not used [-Wunused-function] fillAllFromto(sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: ‘fillBitmapSpan’ defined but not used [-Wunused-function] fillBitmapSpan(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: ‘fillColorSpanfromto’ defined but not used [-Wunused-function] fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: ‘fillDirectionXOf’ defined but not used [-Wunused-function] fillDirectionXOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: ‘fillDirectionXOfput’ defined but not used [-Wunused-function] fillDirectionXOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: ‘fillDirectionYOf’ defined but not used [-Wunused-function] fillDirectionYOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: ‘fillDirectionYOfput’ defined but not used [-Wunused-function] fillDirectionYOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: ‘fillLinearGradient’ defined but not used [-Wunused-function] fillLinearGradient(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: ‘fillMaxXGet’ defined but not used [-Wunused-function] fillMaxXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: ‘fillMaxXPut’ defined but not used [-Wunused-function] fillMaxXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: ‘fillMaxYGet’ defined but not used [-Wunused-function] fillMaxYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: ‘fillMaxYPut’ defined but not used [-Wunused-function] fillMaxYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: ‘fillMinXGet’ defined but not used [-Wunused-function] fillMinXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: ‘fillMinXPut’ defined but not used [-Wunused-function] fillMinXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: ‘fillMinYGet’ defined but not used [-Wunused-function] fillMinYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: ‘fillMinYPut’ defined but not used [-Wunused-function] fillMinYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: ‘fillNormalXOf’ defined but not used [-Wunused-function] fillNormalXOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: ‘fillNormalXOfput’ defined but not used [-Wunused-function] fillNormalXOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: ‘fillNormalYOf’ defined but not used [-Wunused-function] fillNormalYOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: ‘fillNormalYOfput’ defined but not used [-Wunused-function] fillNormalYOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: ‘fillOffsetXGet’ defined but not used [-Wunused-function] fillOffsetXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: ‘fillOffsetXPut’ defined but not used [-Wunused-function] fillOffsetXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: ‘fillOffsetYGet’ defined but not used [-Wunused-function] fillOffsetYGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: ‘fillOffsetYPut’ defined but not used [-Wunused-function] fillOffsetYPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: ‘fillOriginXOf’ defined but not used [-Wunused-function] fillOriginXOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: ‘fillOriginXOfput’ defined but not used [-Wunused-function] fillOriginXOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: ‘fillOriginYOf’ defined but not used [-Wunused-function] fillOriginYOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: ‘fillOriginYOfput’ defined but not used [-Wunused-function] fillOriginYOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: ‘fillRadialDecreasingrampdeltaSTdsXdtXfromto’ defined but not used [-Wunused-function] fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: ‘fillRadialGradient’ defined but not used [-Wunused-function] fillRadialGradient(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: ‘fillRadialIncreasingrampdeltaSTdsXdtXfromto’ defined but not used [-Wunused-function] fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: ‘fillTypeOf’ defined but not used [-Wunused-function] fillTypeOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: ‘findNextAETEdgeFrom’ defined but not used [-Wunused-function] findNextAETEdgeFrom(sqInt leftEdge) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: ‘finishedProcessing’ defined but not used [-Wunused-function] finishedProcessing(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: ‘firstPointListGet’ defined but not used [-Wunused-function] firstPointListGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: ‘firstPointListPut’ defined but not used [-Wunused-function] firstPointListPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: ‘freeStackFillEntry’ defined but not used [-Wunused-function] freeStackFillEntry(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: ‘getStartGet’ defined but not used [-Wunused-function] getStartGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: ‘getStartPut’ defined but not used [-Wunused-function] getStartPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: ‘getUsedGet’ defined but not used [-Wunused-function] getUsedGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: ‘getUsedPut’ defined but not used [-Wunused-function] getUsedPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: ‘gradientRampLengthOf’ defined but not used [-Wunused-function] gradientRampLengthOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: ‘gradientRampLengthOfput’ defined but not used [-Wunused-function] gradientRampLengthOfput(sqInt fill, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: ‘gradientRampOf’ defined but not used [-Wunused-function] gradientRampOf(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: ‘hasColorTransform’ defined but not used [-Wunused-function] hasColorTransform(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: ‘hasColorTransformGet’ defined but not used [-Wunused-function] hasColorTransformGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: ‘hasColorTransformPut’ defined but not used [-Wunused-function] hasColorTransformPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: ‘hasEdgeTransform’ defined but not used [-Wunused-function] hasEdgeTransform(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: ‘hasEdgeTransformGet’ defined but not used [-Wunused-function] hasEdgeTransformGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: ‘hasEdgeTransformPut’ defined but not used [-Wunused-function] hasEdgeTransformPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: ‘incrementPointby’ defined but not used [-Wunused-function] incrementPointby(int *point, sqInt delta) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: ‘incrementStatby’ defined but not used [-Wunused-function] incrementStatby(sqInt statIndex, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: ‘isBezier’ defined but not used [-Wunused-function] isBezier(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: ‘isFillColor’ defined but not used [-Wunused-function] isFillColor(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: ‘isFill’ defined but not used [-Wunused-function] isFill(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: ‘isLine’ defined but not used [-Wunused-function] isLine(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: ‘isObject’ defined but not used [-Wunused-function] isObject(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: ‘isRealFill’ defined but not used [-Wunused-function] isRealFill(sqInt fill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: ‘isStackEntry’ defined but not used [-Wunused-function] isStackEntry(sqInt entry) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: ‘isStackIndex’ defined but not used [-Wunused-function] isStackIndex(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: ‘isWideBezier’ defined but not used [-Wunused-function] isWideBezier(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: ‘isWideLine’ defined but not used [-Wunused-function] isWideLine(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: ‘isWide’ defined but not used [-Wunused-function] isWide(sqInt object) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: ‘lastExportedEdgeGet’ defined but not used [-Wunused-function] lastExportedEdgeGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: ‘lastExportedEdgePut’ defined but not used [-Wunused-function] lastExportedEdgePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: ‘lastExportedFillGet’ defined but not used [-Wunused-function] lastExportedFillGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: ‘lastExportedFillPut’ defined but not used [-Wunused-function] lastExportedFillPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: ‘lastExportedLeftXGet’ defined but not used [-Wunused-function] lastExportedLeftXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: ‘lastExportedLeftXPut’ defined but not used [-Wunused-function] lastExportedLeftXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: ‘lastExportedRightXGet’ defined but not used [-Wunused-function] lastExportedRightXGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: ‘lastExportedRightXPut’ defined but not used [-Wunused-function] lastExportedRightXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: ‘lineEndXOf’ defined but not used [-Wunused-function] lineEndXOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: ‘lineEndXOfput’ defined but not used [-Wunused-function] lineEndXOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: ‘lineEndYOf’ defined but not used [-Wunused-function] lineEndYOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: ‘lineEndYOfput’ defined but not used [-Wunused-function] lineEndYOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: ‘lineErrorAdjDownOf’ defined but not used [-Wunused-function] lineErrorAdjDownOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: ‘lineErrorAdjDownOfput’ defined but not used [-Wunused-function] lineErrorAdjDownOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: ‘lineErrorAdjUpOf’ defined but not used [-Wunused-function] lineErrorAdjUpOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: ‘lineErrorAdjUpOfput’ defined but not used [-Wunused-function] lineErrorAdjUpOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: ‘lineErrorOf’ defined but not used [-Wunused-function] lineErrorOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: ‘lineErrorOfput’ defined but not used [-Wunused-function] lineErrorOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: ‘lineXDirectionOf’ defined but not used [-Wunused-function] lineXDirectionOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: ‘lineXDirectionOfput’ defined but not used [-Wunused-function] lineXDirectionOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: ‘lineXIncrementOf’ defined but not used [-Wunused-function] lineXIncrementOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: ‘lineXIncrementOfput’ defined but not used [-Wunused-function] lineXIncrementOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: ‘lineYDirectionOf’ defined but not used [-Wunused-function] lineYDirectionOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: ‘lineYDirectionOfput’ defined but not used [-Wunused-function] lineYDirectionOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: ‘loadArrayPolygonnPointsfilllineWidthlineFill’ defined but not used [-Wunused-function] loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: ‘loadBitmapFillcolormaptilefromalongnormalxIndex’ defined but not used [-Wunused-function] loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: ‘loadColorTransformFrom’ defined but not used [-Wunused-function] loadColorTransformFrom(sqInt transformOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: ‘loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor’ defined but not used [-Wunused-function] loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: ‘loadLinefromtooffsetleftFillrightFill’ defined but not used [-Wunused-function] loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: ‘loadPointIntAtfrom’ defined but not used [-Wunused-function] loadPointIntAtfrom(sqInt index, sqInt intArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: ‘loadPointShortAtfrom’ defined but not used [-Wunused-function] loadPointShortAtfrom(sqInt index, sqInt shortArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: ‘loadPolygonnPointsfilllineWidthlineFillpointsShort’ defined but not used [-Wunused-function] loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: ‘loadRectanglelineFillleftFillrightFill’ defined but not used [-Wunused-function] loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: ‘magicNumberGet’ defined but not used [-Wunused-function] magicNumberGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: ‘magicNumberPut’ defined but not used [-Wunused-function] magicNumberPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: ‘makeRectFromPoints’ defined but not used [-Wunused-function] makeRectFromPoints(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: ‘makeUnsignedFrom’ defined but not used [-Wunused-function] makeUnsignedFrom(sqInt someIntegerValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: ‘needsFlush’ defined but not used [-Wunused-function] needsFlush(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: ‘needsFlushGet’ defined but not used [-Wunused-function] needsFlushGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: ‘needsFlushPut’ defined but not used [-Wunused-function] needsFlushPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: ‘objectHeaderOf’ defined but not used [-Wunused-function] objectHeaderOf(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: ‘objectIndexOf’ defined but not used [-Wunused-function] objectIndexOf(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: ‘objectIndexOfput’ defined but not used [-Wunused-function] objectIndexOfput(sqInt obj, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: ‘objectLengthOf’ defined but not used [-Wunused-function] objectLengthOf(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: ‘objectLengthOfput’ defined but not used [-Wunused-function] objectLengthOfput(sqInt obj, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: ‘objectTypeOf’ defined but not used [-Wunused-function] objectTypeOf(sqInt obj) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: ‘objectTypeOfput’ defined but not used [-Wunused-function] objectTypeOfput(sqInt obj, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: ‘objStartGet’ defined but not used [-Wunused-function] objStartGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: ‘objStartPut’ defined but not used [-Wunused-function] objStartPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: ‘objUsedGet’ defined but not used [-Wunused-function] objUsedGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: ‘objUsedPut’ defined but not used [-Wunused-function] objUsedPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: ‘objat’ defined but not used [-Wunused-function] objat(sqInt object, sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: ‘objatput’ defined but not used [-Wunused-function] objatput(sqInt object, sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: ‘offsetFromWidth’ defined but not used [-Wunused-function] offsetFromWidth(sqInt lineWidth) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: ‘point1Get’ defined but not used [-Wunused-function] point1Get(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: ‘point2Get’ defined but not used [-Wunused-function] point2Get(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: ‘point3Get’ defined but not used [-Wunused-function] point3Get(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: ‘point4Get’ defined but not used [-Wunused-function] point4Get(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: ‘quickRemoveInvalidFillsAt’ defined but not used [-Wunused-function] quickRemoveInvalidFillsAt(sqInt leftX) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: ‘repeatValuemax’ defined but not used [-Wunused-function] repeatValuemax(sqInt delta, sqInt maxValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: ‘returnWideBezierFill’ defined but not used [-Wunused-function] returnWideBezierFill(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: ‘returnWideBezierWidth’ defined but not used [-Wunused-function] returnWideBezierWidth(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: ‘returnWideLineFill’ defined but not used [-Wunused-function] returnWideLineFill(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: ‘returnWideLineWidth’ defined but not used [-Wunused-function] returnWideLineWidth(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: ‘shortRunLengthAtfrom’ defined but not used [-Wunused-function] shortRunLengthAtfrom(sqInt i, sqInt runArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: ‘shortRunValueAtfrom’ defined but not used [-Wunused-function] shortRunValueAtfrom(sqInt i, sqInt runArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: ‘sortGlobalEdgeTable’ defined but not used [-Wunused-function] sortGlobalEdgeTable(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: ‘spanEndAAGet’ defined but not used [-Wunused-function] spanEndAAGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: ‘spanEndAAPut’ defined but not used [-Wunused-function] spanEndAAPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: ‘spanEndGet’ defined but not used [-Wunused-function] spanEndGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: ‘spanEndPut’ defined but not used [-Wunused-function] spanEndPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: ‘spanSizeGet’ defined but not used [-Wunused-function] spanSizeGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: ‘spanSizePut’ defined but not used [-Wunused-function] spanSizePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: ‘spanStartGet’ defined but not used [-Wunused-function] spanStartGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: ‘spanStartPut’ defined but not used [-Wunused-function] spanStartPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: ‘squaredLengthOfwith’ defined but not used [-Wunused-function] squaredLengthOfwith(sqInt deltaX, sqInt deltaY) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: ‘stackFillDepth’ defined but not used [-Wunused-function] stackFillDepth(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: ‘stackFillDepthput’ defined but not used [-Wunused-function] stackFillDepthput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: ‘stackFillEntryLength’ defined but not used [-Wunused-function] stackFillEntryLength(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: ‘stackFillRightX’ defined but not used [-Wunused-function] stackFillRightX(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: ‘stackFillRightXput’ defined but not used [-Wunused-function] stackFillRightXput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: ‘stackFillSize’ defined but not used [-Wunused-function] stackFillSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: ‘stackFillValue’ defined but not used [-Wunused-function] stackFillValue(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: ‘stackFillValueput’ defined but not used [-Wunused-function] stackFillValueput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: ‘stateGet’ defined but not used [-Wunused-function] stateGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: ‘statePut’ defined but not used [-Wunused-function] statePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: ‘stepToFirstBezier’ defined but not used [-Wunused-function] stepToFirstBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: ‘stepToFirstLine’ defined but not used [-Wunused-function] stepToFirstLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: ‘stepToFirstWideBezier’ defined but not used [-Wunused-function] stepToFirstWideBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: ‘stepToFirstWideLine’ defined but not used [-Wunused-function] stepToFirstWideLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: ‘stepToNextBezier’ defined but not used [-Wunused-function] stepToNextBezier(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: ‘stepToNextBezierForwardat’ defined but not used [-Wunused-function] stepToNextBezierForwardat(int *updateData, sqInt yValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: ‘stepToNextLine’ defined but not used [-Wunused-function] stepToNextLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: ‘stepToNextWideLine’ defined but not used [-Wunused-function] stepToNextWideLine(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: ‘stopBecauseOf’ defined but not used [-Wunused-function] stopBecauseOf(sqInt stopReason) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: ‘stopReasonGet’ defined but not used [-Wunused-function] stopReasonGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: ‘stopReasonPut’ defined but not used [-Wunused-function] stopReasonPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: ‘storeEngineStateInto’ defined but not used [-Wunused-function] storeEngineStateInto(sqInt oop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: ‘storeStopStateIntoEdgefill’ defined but not used [-Wunused-function] storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: ‘topFillDepth’ defined but not used [-Wunused-function] topFillDepth(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: ‘topFillDepthPut’ defined but not used [-Wunused-function] topFillDepthPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: ‘topFillRightX’ defined but not used [-Wunused-function] topFillRightX(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: ‘topFillRightXPut’ defined but not used [-Wunused-function] topFillRightXPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: ‘topFillValue’ defined but not used [-Wunused-function] topFillValue(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: ‘topFillValuePut’ defined but not used [-Wunused-function] topFillValuePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: ‘transformPoints’ defined but not used [-Wunused-function] transformPoints(sqInt n) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: ‘transformPointXyinto’ defined but not used [-Wunused-function] transformPointXyinto(double xValue, double yValue, int *dstPoint) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: ‘transformPoint’ defined but not used [-Wunused-function] transformPoint(int *point) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: ‘transformPointinto’ defined but not used [-Wunused-function] transformPointinto(sqInt srcPoint, sqInt dstPoint) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: ‘wbSizeGet’ defined but not used [-Wunused-function] wbSizeGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: ‘wbSizePut’ defined but not used [-Wunused-function] wbSizePut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: ‘wbStackClear’ defined but not used [-Wunused-function] wbStackClear(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: ‘wbStackPop’ defined but not used [-Wunused-function] wbStackPop(sqInt nItems) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: ‘wbStackSize’ defined but not used [-Wunused-function] wbStackSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: ‘wbStackValue’ defined but not used [-Wunused-function] wbStackValue(sqInt index) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: ‘wbStackValueput’ defined but not used [-Wunused-function] wbStackValueput(sqInt index, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: ‘wbTopGet’ defined but not used [-Wunused-function] wbTopGet(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: ‘wbTopPut’ defined but not used [-Wunused-function] wbTopPut(sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: ‘wideBezierEntryOf’ defined but not used [-Wunused-function] wideBezierEntryOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: ‘wideBezierEntryOfput’ defined but not used [-Wunused-function] wideBezierEntryOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: ‘wideBezierExitOf’ defined but not used [-Wunused-function] wideBezierExitOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: ‘wideBezierExitOfput’ defined but not used [-Wunused-function] wideBezierExitOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: ‘wideBezierExtentOf’ defined but not used [-Wunused-function] wideBezierExtentOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: ‘wideBezierExtentOfput’ defined but not used [-Wunused-function] wideBezierExtentOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: ‘wideBezierFillOfput’ defined but not used [-Wunused-function] wideBezierFillOfput(sqInt bezier, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: ‘wideBezierUpdateDataOf’ defined but not used [-Wunused-function] wideBezierUpdateDataOf(sqInt bezier) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: ‘wideBezierWidthOfput’ defined but not used [-Wunused-function] wideBezierWidthOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: ‘wideLineEntryOf’ defined but not used [-Wunused-function] wideLineEntryOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: ‘wideLineEntryOfput’ defined but not used [-Wunused-function] wideLineEntryOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: ‘wideLineExitOf’ defined but not used [-Wunused-function] wideLineExitOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: ‘wideLineExitOfput’ defined but not used [-Wunused-function] wideLineExitOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: ‘wideLineExtentOf’ defined but not used [-Wunused-function] wideLineExtentOf(sqInt line) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: ‘wideLineExtentOfput’ defined but not used [-Wunused-function] wideLineExtentOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: ‘wideLineFillOfput’ defined but not used [-Wunused-function] wideLineFillOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: ‘wideLineWidthOfput’ defined but not used [-Wunused-function] wideLineWidthOfput(sqInt line, sqInt value) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: ‘workBufferPut’ defined but not used [-Wunused-function] workBufferPut(sqInt wbOop) ^ NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) [ 50%] Linking C shared library build/vm/libB2DPlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libB2DPlugin.so -o build/vm/libB2DPlugin.so CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 50%] Built target B2DPlugin make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/depend.internal". Scanning dependencies of target SocketPlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 50%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ -- Looking for string.h - found -- Looking for sys/mman.h /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘primitiveSocketListenOnPortBacklogInterface’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable ‘okToListen’ [-Wunused-variable] sqInt okToListen; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression : (primitiveFailFor(PrimErrBadArgument), ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: ‘netAddressToInt’ defined but not used [-Wunused-function] netAddressToInt(unsigned char *ptrToByteArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function] socketRecordSize(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function] socketValueOf(sqInt socketOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: ‘sqAssert’ defined but not used [-Wunused-function] sqAssert(sqInt aBool) ^ NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) [ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c: In function ‘sqSocketSetReusable’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1622:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(sqInt *)buf= 1; ^ MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache [ 52%] Linking C shared library build/vm/libSocketPlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libSocketPlugin.so -o build/vm/libSocketPlugin.so CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 52%] Built target SocketPlugin make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal". Scanning dependencies of target JPEGReadWriter2Plugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c [ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function ‘primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:410:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable] sqInt v; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: ‘sqAssert’ defined but not used [-Wunused-function] sqAssert(sqInt aBool) ^ [ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c -- Looking for sys/mman.h - not found -- Looking for sys/stat.h SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) [ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c [ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c [ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c [ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c [ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c [ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) [ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘start_pass_main’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:71:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘process_data_simple_main’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:117:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘jinit_c_main_controller’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main; ^ [ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c [ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) [ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c [ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache [ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) [ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c [ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) [ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c [ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) [ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c [ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c [ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) [ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c [ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c -- Looking for sys/stat.h - found -- Looking for 4 include files stdlib.h, ..., float.h [ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c [ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c [ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c [ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘alloc_funny_pointers’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:162:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘make_funny_pointers’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:203:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_wraparound_pointers’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:243:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_bottom_pointers’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:272:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘start_pass_main’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:309:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_simple_main’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:349:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_context_main’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:389:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main = (my_main_ptr) cinfo->main; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘jinit_d_main_controller’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: ‘main’ is usually a function [-Wmain] my_main_ptr main; ^ [ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) [ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) [ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c [ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) [ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c [ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c [ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) [ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c [ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c [ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c [ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) [ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c [ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c [ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache [ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c [ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c [ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function ‘init_source’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable ‘src’ [-Wunused-variable] my_src_ptr src = (my_src_ptr) cinfo->src; ^ [ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c [ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c [ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c [ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) [ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c [ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c [ 81%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libJPEGReadWriter2Plugin.so -o build/vm/libJPEGReadWriter2Plugin.so CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 81%] Built target JPEGReadWriter2Plugin make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/depend.internal". Scanning dependencies of target UUIDPlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 82%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ -- Looking for 4 include files stdlib.h, ..., float.h - found -- Looking for memcpy NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function ‘setInterpreter’: /builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable ‘ok’ [-Wunused-variable] sqInt ok; ^ [ 83%] Linking C shared library build/vm/libUUIDPlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libUUIDPlugin.so -o build/vm/libUUIDPlugin.so CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libuuid.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 83%] Built target UUIDPlugin make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/depend.internal". Scanning dependencies of target SurfacePlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 83%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 84%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: In function ‘primitiveRegisterSurface’: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion] surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: passing argument 1 of ‘ioRegisterSurface’ makes integer from pointer without a cast [-Wint-conversion] result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected ‘sqIntptr_t {aka long int}’ but argument is of type ‘void *’ ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: passing argument 2 of ‘ioRegisterSurface’ makes pointer from integer without a cast [-Wint-conversion] result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr); ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected ‘sqSurfaceDispatch * {aka struct sqSurfaceDispatch *}’ but argument is of type ‘sqInt {aka long int}’ ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr) ^ /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: d6f82be5-aca6-0d00-ab0a-644e010d9a43 " __DATE__ ; ^ MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: ...finished baseline SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) [ 85%] Linking C shared library build/vm/libSurfacePlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libSurfacePlugin.so -o build/vm/libSurfacePlugin.so CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 86%] Built target SurfacePlugin make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/depend.internal". Scanning dependencies of target LargeIntegers make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 87%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: ‘byteSizeOfCSI’ defined but not used [-Wunused-function] byteSizeOfCSI(sqInt csi) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: ‘cDigitAddlenwithleninto’ defined but not used [-Wunused-function] cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: ‘cDigitCopyFromtolen’ defined but not used [-Wunused-function] cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: ‘cDigitDivlenremlenquolen’ defined but not used [-Wunused-function] cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: ‘cDigitLshiftfromlentolen’ defined but not used [-Wunused-function] cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: ‘cDigitMontgomerylentimeslenmodulolenmInvModBinto’ defined but not used [-Wunused-function] cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: ‘cDigitMultiplylenwithlenintolen’ defined but not used [-Wunused-function] cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: ‘cDigitOfatput’ defined but not used [-Wunused-function] cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: ‘cDigitOpshortlenlongleninto’ defined but not used [-Wunused-function] cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: ‘cDigitReplacefromtowithstartingAt’ defined but not used [-Wunused-function] cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: ‘cDigitRshiftfromlentolen’ defined but not used [-Wunused-function] cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: ‘cDigitSublenwithleninto’ defined but not used [-Wunused-function] cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: ‘digitAddLargewith’ defined but not used [-Wunused-function] digitAddLargewith(sqInt firstInteger, sqInt secondInteger) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: ‘digitCompareLargewith’ defined but not used [-Wunused-function] digitCompareLargewith(sqInt firstInteger, sqInt secondInteger) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: ‘digitDivLargewithnegative’ defined but not used [-Wunused-function] digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: ‘digitMontgomerytimesmodulomInvModB’ defined but not used [-Wunused-function] digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: ‘digitMultiplyLargewithnegative’ defined but not used [-Wunused-function] digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: ‘digitOfCSIat’ defined but not used [-Wunused-function] digitOfCSIat(sqInt csi, sqInt ix) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: ‘digitOfLargeIntat’ defined but not used [-Wunused-function] digitOfLargeIntat(sqInt aBytesOop, sqInt ix) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: ‘digitSizeOfCSI’ defined but not used [-Wunused-function] digitSizeOfCSI(sqInt csi) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: ‘digitSizeOfLargeInt’ defined but not used [-Wunused-function] digitSizeOfLargeInt(sqInt anOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: ‘digitSubLargewith’ defined but not used [-Wunused-function] digitSubLargewith(sqInt firstInteger, sqInt secondInteger) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: ‘highBitOfLargeInt’ defined but not used [-Wunused-function] highBitOfLargeInt(sqInt anOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: ‘normalize’ defined but not used [-Wunused-function] normalize(sqInt aLargeInteger) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: ‘sqAssert’ defined but not used [-Wunused-function] sqAssert(sqInt aBool) ^ cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [ 8%] Performing install step for 'build_vmmaker_get_image' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [ 8%] Completed 'build_vmmaker_get_image' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image-complete /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done [ 9%] Built target build_vmmaker_get_image /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build make[2]: Nothing to be done for `CMakeFiles/PharoVMCore.dir/build'. [ 35%] Built target PharoVMCore /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build make[2]: Nothing to be done for `CMakeFiles/SqueakSSL.dir/build'. [ 37%] Built target SqueakSSL /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/FilePlugin.dir/build'. [ 42%] Built target FilePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/FileAttributesPlugin.dir/build'. [ 44%] Built target FileAttributesPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-src/libSDL2-2.0.0.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/SDL2-2.0.14-src/libSDL2.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target SDL2-2.0.14 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng16.16.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libpng-1.6.37-src/libpng16.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target libpng-1.6.37 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-src/libcairo.2.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/cairo-1.16.0-src/libcairo.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target cairo-1.16.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/pixman-0.40.0-src/libpixman-1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target pixman-0.40.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-src/libfreetype.6.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/freetype-2.10.0-src/libfreetype.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target freetype-2.10.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target libssh2-1.9.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/libgit2-1.0.1-src/libgit2.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target libgit2-1.0.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libcrypto.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libcrypto.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libssl.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/openssl-1.1.1k-src/libssl.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target openssl-1.1.1k /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/build /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-src/libfontconfig.1.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/fontconfig-2.13.1-src/libfontconfig.dylib /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 44%] Built target fontconfig-2.13.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/UnixOSProcessPlugin.dir/build'. [ 45%] Built target UnixOSProcessPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/MiscPrimitivePlugin.dir/build'. [ 46%] Built target MiscPrimitivePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/JPEGReaderPlugin.dir/build'. [ 47%] Built target JPEGReaderPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/BitBltPlugin.dir/build'. [ 48%] Built target BitBltPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build make[2]: Nothing to be done for `CMakeFiles/LargeIntegers.dir/build'. [ 49%] Built target LargeIntegers /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/LocalePlugin.dir/build'. [ 51%] Built target LocalePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/SurfacePlugin.dir/build'. [ 53%] Built target SurfacePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/UUIDPlugin.dir/build'. [ 55%] Built target UUIDPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build make[2]: Nothing to be done for `CMakeFiles/DSAPrims.dir/build'. [ 56%] Built target DSAPrims /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/SocketPlugin.dir/build'. [ 58%] Built target SocketPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/B2DPlugin.dir/build'. [ 59%] Built target B2DPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build make[2]: Nothing to be done for `CMakeFiles/JPEGReadWriter2Plugin.dir/build'. [ 90%] Built target JPEGReadWriter2Plugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build make[2]: Nothing to be done for `CMakeFiles/Pharo.dir/build'. [ 91%] Built target Pharo /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build [ 92%] Performing update step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 92%] No patch step for 'build_vmmaker_get_vm' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch [ 93%] Performing configure step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 93%] Performing build step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 94%] Performing install step for 'build_vmmaker_get_vm' cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install [ 94%] Completed 'build_vmmaker_get_vm' /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-complete /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done [ 95%] Built target build_vmmaker_get_vm /Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend cd /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository /Users/lse/Workspace/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build make[2]: Nothing to be done for `build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build'. [100%] Built target TestLibrary /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/CMakeFiles 0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Nothing to be done for `preinstall'. Run CPack packaging tool... /opt/homebrew/Cellar/cmake/3.19.4/bin/cpack --config ./CPackConfig.cmake [ 88%] Linking C shared library build/vm/libLargeIntegers.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libLargeIntegers.so -o build/vm/libLargeIntegers.so CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 88%] Built target LargeIntegers make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal". Scanning dependencies of target JPEGReaderPlugin make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0, from /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c: At top level: /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable] static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: ‘colorConvertGrayscaleMCU’ defined but not used [-Wunused-function] colorConvertGrayscaleMCU(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: ‘colorConvertMCU’ defined but not used [-Wunused-function] colorConvertMCU(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: ‘decodeBlockIntocomponent’ defined but not used [-Wunused-function] decodeBlockIntocomponent(int *anArray, int *aColorComponent) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: ‘fillBuffer’ defined but not used [-Wunused-function] fillBuffer(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: ‘getBits’ defined but not used [-Wunused-function] getBits(sqInt requestedBits) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: ‘idctBlockIntqt’ defined but not used [-Wunused-function] idctBlockIntqt(int *anArray, int *qt) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: ‘nextSampleCb’ defined but not used [-Wunused-function] nextSampleCb(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: ‘nextSampleCr’ defined but not used [-Wunused-function] nextSampleCr(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: ‘nextSampleFromblocks’ defined but not used [-Wunused-function] nextSampleFromblocks(int *aComponent, int **aBlockArray) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: ‘nextSampleY’ defined but not used [-Wunused-function] nextSampleY(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: ‘scaleAndSignExtendinFieldWidth’ defined but not used [-Wunused-function] scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: ‘stInit’ defined but not used [-Wunused-function] stInit(void) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: ‘storeJPEGStreamOn’ defined but not used [-Wunused-function] storeJPEGStreamOn(sqInt streamOop) ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: ‘cbSampleStream’ defined but not used [-Wunused-variable] static sqInt cbSampleStream; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: ‘crSampleStream’ defined but not used [-Wunused-variable] static sqInt crSampleStream; ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: ‘ySampleStream’ defined but not used [-Wunused-variable] static sqInt ySampleStream; ^ CPack: Create package using ZIP CPack: Install projects CPack: - Run preinstall target for: PharoVM [ 89%] Linking C shared library build/vm/libJPEGReaderPlugin.so /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libJPEGReaderPlugin.so -o build/vm/libJPEGReaderPlugin.so CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Built target JPEGReaderPlugin make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pharo.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pharo.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pharo.dir/depend.internal". Scanning dependencies of target pharo make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 90%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/include -I/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -o CMakeFiles/pharo.dir/src/unixMain.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/src/unixMain.c In file included from /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:26:0, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharo.h:14, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/errorCode.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/parameterVector.h:10, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/parameters.h:10, from /builds/workspace/pharo-vm_feat_headless/repository/include/pharovm/pharoClient.h:6, from /builds/workspace/pharo-vm_feat_headless/repository/src/unixMain.c:1: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); } ^ /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’: /builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); } ^ [ 91%] Linking C executable build/vm/pharo /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/pharo.dir/link.txt --verbose=1 /usr/bin/cc -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. CMakeFiles/pharo.dir/src/unixMain.c.o -o build/vm/pharo -Wl,-rpath,/builds/workspace/pharo-vm_feat_headless/build/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 91%] Built target pharo make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 92%] Performing update step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 92%] Performing configure step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 93%] Performing build step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 93%] Performing install step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install [ 94%] Completed 'build_vmmaker_get_vm' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-complete /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 96%] Built target build_vmmaker_get_vm make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color= Dependee "/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal". Dependee "/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal". Scanning dependencies of target TestLibrary make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o cd /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/basic_types.c NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) [ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o cd /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callback_types.c [ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o cd /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c: In function ‘otherThread’: /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ [ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o cd /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callout.c [ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o cd /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/registerCallback.c [100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o cd /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=52 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/structures.c [100%] Linking C shared library ../vm/libTestLibrary.so cd /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -g -O2 -Wall -Werror=implicit-function-declaration -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [100%] Built target TestLibrary make[1]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' Install the project... /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/./ -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/.//bin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/.//bin/pharo -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/.//pharo -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libFilePlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libgit2.1.0.0.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libssl.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libMiscPrimitivePlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libB2DPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libgit2.so.0.25.1 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libJPEGReaderPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libTestLibrary.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libgit2.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libLargeIntegers.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libSqueakSSL.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libJPEGReadWriter2Plugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libSDL2-2.0.so.0 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libUUIDPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libssl.so.1.0.0 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libDSAPrims.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libSDL2-2.0.so.0.7.0 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/pharo -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libPharoVMCore.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libBitBltPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libssh2.so.1 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libgit2.so.25 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libLocalePlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libssh2.so.1.0.1 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libSDL2.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libUnixOSProcessPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libcrypto.so.1.0.0 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libssh2.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libFileAttributesPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libSocketPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libSurfacePlugin.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/lib/libffi.so -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqUnixCharConv.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqConfig.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqGnu.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqPlatformSpecific.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/config.h -- Up-to-date: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/exportDefinition.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/pSemaphore.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/platformSemaphore.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threads -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threads/vmthread.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pharoClient.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/jit -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/jit/jit.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/imageAccess.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sigjmp_support.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/fileDialog.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pharo.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threadSafeQueue -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/debug.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqNamedPrims.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/stringUtilities.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/parameterVector.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/macros.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/errorCode.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pathUtilities.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/interpreter.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/parameters.h -- Up-to-date: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqVirtualMachine.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqAtomicOps.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sq.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqaio.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqMemoryAccess.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqCogStackAlignment.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqAssert.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/dispdbg.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqMemoryFence.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindFFI.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindCairo.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importCairo.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importLibFFI.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindSDL2.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Windows.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/versionExtraction.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/packaging.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/vmmaker.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Linux.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Darwin.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importFreetype2.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/DownloadProject.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/OpenBSD.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importSDL2.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importLibGit2.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/osx -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threads -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pharoClient.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/jit -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/jit/jit.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/config.h.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/imageAccess.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/fileDialog.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pharo.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/debug.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/parameterVector.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/macros.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/errorCode.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/interpreter.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/parameters.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/bin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/launch.sh.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin/common -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.ico -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoImage.icns -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoSources.icns -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/Info.plist.in -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/Pharo.icns -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/img.image -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/installCygwin.ps1 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/runTests.sh -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/installVMMaker.st -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debugUnix.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileUtilsWin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/parameters.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debugWin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/stringUtilities.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/unixMain.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utilsMac.mm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogWin32.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/nullDisplay.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/memoryUnix.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/macAlias.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/parameterVector.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogCommon.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/imageAccess.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogMac.m -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileUtils.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debug.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/threadSafeQueue -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogUnix.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/pathUtilities.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/client.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/win32Main.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/errorCode.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/externalPrimitives.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/worker.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/sameThread -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/utils.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/types.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/worker.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/callbacks.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/workerTask.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/version.info -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/CMakeLists.txt -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/macros.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins.macros.cmake -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated/ -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/examplePlugins.ext -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/interp.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32 -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/examplePlugins.ext -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/interp.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h -- Up-to-date: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/interp.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/vmCallback.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cointerp.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cogit.h -- Installing: /builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cogmethod.h [Pipeline] sh + VERBOSE=1 make package /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_feat_headless/repository -B/builds/workspace/pharo-vm_feat_headless/build --check-build-system CMakeFiles/Makefile.cmake 0 /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build/libffi-src /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/libffi-build /builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'libffi-build/CMakeFiles/objlib.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 5%] Built target objlib make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build/libffi-src /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/libffi-build /builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'libffi-build/CMakeFiles/ffi_shared.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Built target ffi_shared make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Performing update step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 7%] Performing configure step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 7%] Performing build step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 9%] Built target build_vmmaker_get_vm-build make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 10%] Performing update step for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo [ 11%] Performing configure step for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [ 11%] Performing build step for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker -- Looking for memcpy - found -- Looking for mkostemp cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image --save --quit /builds/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_feat_headless/repository httpsUrl NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] -- Looking for mkostemp - not found MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Project: Unicorn baseline MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) -- Checking if .eh_frame section is read-only - no MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) -- Checking HAVE_AS_X86_PCREL - yes MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Starting atomic load NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Starting atomic load SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no -- Checking if symbols are underscored - no -- Performing Test HAVE_AS_CFI_PSEUDO_OP NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed -- Adding plugin: FilePlugin -- Adding plugin: FileAttributesPlugin -- Adding plugin: UUIDPlugin -- Adding plugin: SocketPlugin -- Adding plugin: SurfacePlugin -- Adding plugin: LargeIntegers -- Adding plugin: JPEGReaderPlugin -- Adding plugin: JPEGReadWriter2Plugin -- Adding plugin: MiscPrimitivePlugin -- Adding plugin: B2DPlugin -- Adding plugin: LocalePlugin -- Adding plugin: SqueakSSL -- Adding plugin: DSAPrims Adding third-party libraries for Windows-x86_64: gcc-runtime-3.4 -- Downloading/updating gcc-runtime-3.4 NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-download MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: ...finished baseline Scanning dependencies of target gcc-runtime-3.4-download [ 11%] Creating directories for 'gcc-runtime-3.4-download' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [ 12%] Performing install step for 'build_vmmaker_get_image' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [ 13%] Completed 'build_vmmaker_get_image' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image-complete /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done [ 14%] Built target build_vmmaker_get_image /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build make[2]: Nothing to be done for `CMakeFiles/PharoVMCore.dir/build'. [ 38%] Built target PharoVMCore /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build make[2]: Nothing to be done for `CMakeFiles/SqueakSSL.dir/build'. [ 40%] Built target SqueakSSL /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target SDL2-2.0.7 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target libpng-1.2.49 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target pixman-0.34.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target freetype-2.9.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target cairo-1.15.4 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target libgit2-mac-1.0.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 40%] Built target libgit2-0.25.1 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/FilePlugin.dir/build'. [ 44%] Built target FilePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/UnixOSProcessPlugin.dir/build'. [ 45%] Built target UnixOSProcessPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/MiscPrimitivePlugin.dir/build'. [ 46%] Built target MiscPrimitivePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/JPEGReaderPlugin.dir/build'. [ 47%] Built target JPEGReaderPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/BitBltPlugin.dir/build'. [ 48%] Built target BitBltPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 48%] Built target libssh2-1.7.0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build make[2]: Nothing to be done for `CMakeFiles/LargeIntegers.dir/build'. [ 49%] Built target LargeIntegers /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build make[2]: Nothing to be done for `CMakeFiles/DSAPrims.dir/build'. [ 50%] Built target DSAPrims /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/SocketPlugin.dir/build'. [ 52%] Built target SocketPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/LocalePlugin.dir/build'. [ 54%] Built target LocalePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/SurfacePlugin.dir/build'. [ 56%] Built target SurfacePlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/UUIDPlugin.dir/build'. [ 57%] Built target UUIDPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/B2DPlugin.dir/build'. [ 58%] Built target B2DPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins [ 58%] Built target openssl-1.0.2q /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build make[2]: Nothing to be done for `CMakeFiles/JPEGReadWriter2Plugin.dir/build'. [ 87%] Built target JPEGReadWriter2Plugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build make[2]: Nothing to be done for `CMakeFiles/FileAttributesPlugin.dir/build'. [ 89%] Built target FileAttributesPlugin /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build make[2]: Nothing to be done for `CMakeFiles/Pharo.dir/build'. [ 90%] Built target Pharo /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build [ 90%] Performing update step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 90%] Performing configure step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 91%] Performing build step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 92%] Performing install step for 'build_vmmaker_get_vm' cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install [ 93%] Completed 'build_vmmaker_get_vm' /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-complete /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done [ 95%] Built target build_vmmaker_get_vm /Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color= /Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build make[2]: Nothing to be done for `build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build'. [100%] Built target TestLibrary /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles 0 /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Nothing to be done for `preinstall'. Run CPack packaging tool... /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake [ 22%] Performing download step (download, verify and extract) for 'gcc-runtime-3.4-download' CPack: Create package using ZIP CPack: Install projects CPack: - Run preinstall target for: PharoVM -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/gcc-runtime-3.4.zip' -- [download 13% complete] -- [download 41% complete] -- [download 66% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) [ 33%] No patch step for 'gcc-runtime-3.4-download' NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) [ 44%] No update step for 'gcc-runtime-3.4-download' NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) [ 55%] No configure step for 'gcc-runtime-3.4-download' NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) [ 66%] No build step for 'gcc-runtime-3.4-download' SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) [ 77%] No install step for 'gcc-runtime-3.4-download' NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) [ 88%] No test step for 'gcc-runtime-3.4-download' [100%] Completed 'gcc-runtime-3.4-download' NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) [100%] Built target gcc-runtime-3.4-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/iconv.dll -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/libwinpthread-1.dll -- Downloading Git2 binary Adding third-party libraries for Windows-x86_64: libgit2-win-1.0.0 -- Downloading/updating libgit2-win-1.0.0 NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) -- Configuring done -- Generating done NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-download NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) Scanning dependencies of target libgit2-win-1.0.0-download [ 11%] Creating directories for 'libgit2-win-1.0.0-download' NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) [ 22%] Performing download step (download, verify and extract) for 'libgit2-win-1.0.0-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-win-1.0.0.zip' NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 26% complete] -- [download 27% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 55% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 66% complete] -- [download 70% complete] -- [download 72% complete] -- [download 77% complete] -- [download 78% complete] -- [download 82% complete] -- [download 83% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 91% complete] -- [download 93% complete] -- [download 94% complete] -- [download 96% complete] -- [download 97% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libgit2-win-1.0.0-download' [ 44%] No update step for 'libgit2-win-1.0.0-download' NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) [ 55%] No configure step for 'libgit2-win-1.0.0-download' NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) [ 66%] No build step for 'libgit2-win-1.0.0-download' [ 77%] No install step for 'libgit2-win-1.0.0-download' [ 88%] No test step for 'libgit2-win-1.0.0-download' [100%] Completed 'libgit2-win-1.0.0-download' [100%] Built target libgit2-win-1.0.0-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-src/libpcre-1.dll Adding third-party libraries for Windows-x86_64: libgit2-0.25.1-fixLibGit -- Downloading/updating libgit2-0.25.1-fixLibGit -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-fixLibGit-download Scanning dependencies of target libgit2-0.25.1-fixLibGit-download [ 11%] Creating directories for 'libgit2-0.25.1-fixLibGit-download' [ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-fixLibGit-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-0.25.1-fixLibGit.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 6% complete] -- [download 8% complete] -- [download 10% complete] -- [download 15% complete] -- [download 17% complete] -- [download 19% complete] -- [download 24% complete] -- [download 26% complete] -- [download 33% complete] -- [download 42% complete] -- [download 50% complete] -- [download 59% complete] -- [download 66% complete] -- [download 69% complete] -- [download 72% complete] -- [download 75% complete] -- [download 85% complete] -- [download 89% complete] -- [download 97% complete] -- [download 100% complete] -- Downloading... done MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-fixLibGit-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libgit2-0.25.1-fixLibGit-download' [ 44%] No update step for 'libgit2-0.25.1-fixLibGit-download' [ 55%] No configure step for 'libgit2-0.25.1-fixLibGit-download' [ 66%] No build step for 'libgit2-0.25.1-fixLibGit-download' [ 77%] No install step for 'libgit2-0.25.1-fixLibGit-download' [ 88%] No test step for 'libgit2-0.25.1-fixLibGit-download' NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) [100%] Completed 'libgit2-0.25.1-fixLibGit-download' [100%] Built target libgit2-0.25.1-fixLibGit-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll Adding third-party libraries for Windows-x86_64: zlib-1.2.11-fixLibGit -- Downloading/updating zlib-1.2.11-fixLibGit MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/zlib-1.2.11-fixLibGit-download NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) Scanning dependencies of target zlib-1.2.11-fixLibGit-download NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) [ 11%] Creating directories for 'zlib-1.2.11-fixLibGit-download' NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_headless/repository/smalltalksrc --- cache MetacelloNotification: ...finished baseline [ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-fixLibGit-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/zlib-1.2.11-fixLibGit.zip' -- [download 9% complete] -- [download 16% complete] -- [download 57% complete] -- [download 66% complete] -- [download 100% complete] -- Downloading... done cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [ 12%] Performing install step for 'build_vmmaker_get_image' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [ 12%] Completed 'build_vmmaker_get_image' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image-complete /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 13%] Built target build_vmmaker_get_image make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 13%] Copying libffi binaries to '/builds/workspace/pharo-vm_feat_headless/build/build/vm/' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/build/vm/libffi.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 13%] Built target libffi_copy make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/PharoVMCore.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 37%] Built target PharoVMCore make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/FilePlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 41%] Built target FilePlugin make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/UnixOSProcessPlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 42%] Built target UnixOSProcessPlugin make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/DSAPrims.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 43%] Built target DSAPrims make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/SqueakSSL.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 44%] Built target SqueakSSL make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/BitBltPlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 45%] Built target BitBltPlugin make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/MiscPrimitivePlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target MiscPrimitivePlugin make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target SDL2-2.0.7 make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target libssh2-1.7.0 make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target openssl-1.0.2q make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target libgit2-linux-1.0.0 make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/LocalePlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 47%] Built target LocalePlugin make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 47%] Built target libgit2-0.25.1 make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/FileAttributesPlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 49%] Built target FileAttributesPlugin make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/B2DPlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 50%] Built target B2DPlugin make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/SocketPlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 52%] Built target SocketPlugin make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/JPEGReadWriter2Plugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 81%] Built target JPEGReadWriter2Plugin make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/UUIDPlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 83%] Built target UUIDPlugin make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/SurfacePlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 86%] Built target SurfacePlugin make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/zlib-1.2.11-fixLibGit-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/LargeIntegers.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 88%] Built target LargeIntegers make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/JPEGReaderPlugin.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Built target JPEGReaderPlugin make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pharo.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/pharo.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 91%] Built target pharo make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' [ 92%] Performing update step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 92%] Performing configure step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 93%] Performing build step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 93%] Performing install step for 'build_vmmaker_get_vm' cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install [ 94%] Completed 'build_vmmaker_get_vm' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-complete /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [ 96%] Built target build_vmmaker_get_vm make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' cd /builds/workspace/pharo-vm_feat_headless/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_headless/repository /builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary /builds/workspace/pharo-vm_feat_headless/build /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary /builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build make[2]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build'. make[2]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' [100%] Built target TestLibrary make[1]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_feat_headless/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/builds/workspace/pharo-vm_feat_headless/build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/builds/workspace/pharo-vm_feat_headless/build' Run CPack packaging tool... /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake CPack: Create package using ZIP CPack: Install projects CPack: - Run preinstall target for: PharoVM [ 33%] No patch step for 'zlib-1.2.11-fixLibGit-download' [ 44%] No update step for 'zlib-1.2.11-fixLibGit-download' [ 55%] No configure step for 'zlib-1.2.11-fixLibGit-download' [ 66%] No build step for 'zlib-1.2.11-fixLibGit-download' [ 77%] No install step for 'zlib-1.2.11-fixLibGit-download' [ 88%] No test step for 'zlib-1.2.11-fixLibGit-download' [100%] Completed 'zlib-1.2.11-fixLibGit-download' [100%] Built target zlib-1.2.11-fixLibGit-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/zlib-1.2.11-fixLibGit-src/zlib1.dll Adding third-party libraries for Windows-x86_64: openssl-1.0.2q-fixLigGit -- Downloading/updating openssl-1.0.2q-fixLigGit -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-download Scanning dependencies of target openssl-1.0.2q-fixLigGit-download [ 11%] Creating directories for 'openssl-1.0.2q-fixLigGit-download' CPack: - Install project: PharoVM [] CPack: - Install component: bin CPack: - Install component: c-src CPack: - Install component: include CPack: Create package CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-bin.zip generated. CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-bin.zip.sha1 generated. CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-c-src.zip generated. CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-c-src.zip.sha1 generated. CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-include.zip generated. CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-include.zip.sha1 generated. CPack: Create package using TGZ CPack: Install projects CPack: - Run preinstall target for: PharoVM [ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-fixLigGit-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/openssl-1.0.2q-fixLigGit.zip' -- [download 0% complete] -- [download 1% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 9% complete] -- [download 11% complete] -- [download 12% complete] -- [download 15% complete] -- [download 17% complete] -- [download 18% complete] -- [download 21% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 26% complete] -- [download 27% complete] -- [download 29% complete] -- [download 31% complete] -- [download 33% complete] -- [download 34% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 41% complete] -- [download 47% complete] -- [download 51% complete] -- [download 54% complete] -- [download 57% complete] -- [download 60% complete] -- [download 62% complete] -- [download 63% complete] -- [download 68% complete] -- [download 71% complete] -- [download 72% complete] -- [download 75% complete] -- [download 76% complete] -- [download 78% complete] -- [download 80% complete] -- [download 83% complete] -- [download 87% complete] -- [download 89% complete] -- [download 90% complete] -- [download 96% complete] -- [download 98% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'openssl-1.0.2q-fixLigGit-download' [ 44%] No update step for 'openssl-1.0.2q-fixLigGit-download' [ 55%] No configure step for 'openssl-1.0.2q-fixLigGit-download' [ 66%] No build step for 'openssl-1.0.2q-fixLigGit-download' CPack: - Install project: PharoVM CPack: - Install component: Unspecified CPack: - Install component: bin CPack: - Install component: c-src CPack: - Install component: include CPack: Create package [ 77%] No install step for 'openssl-1.0.2q-fixLigGit-download' [ 88%] No test step for 'openssl-1.0.2q-fixLigGit-download' [100%] Completed 'openssl-1.0.2q-fixLigGit-download' CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-Unspecified.zip generated. CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-Unspecified.zip.sha1 generated. CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-bin.zip generated. CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-bin.zip.sha1 generated. CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-c-src.zip generated. CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-c-src.zip.sha1 generated. CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-include.zip generated. CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-include.zip.sha1 generated. CPack: Create package using TGZ CPack: Install projects CPack: - Run preinstall target for: PharoVM [100%] Built target openssl-1.0.2q-fixLigGit-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll Adding third-party libraries for Windows-x86_64: libssh2-1.9.0 -- Downloading/updating libssh2-1.9.0 -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-download Scanning dependencies of target libssh2-1.9.0-download [ 11%] Creating directories for 'libssh2-1.9.0-download' [ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libssh2-1.9.0.zip' -- [download 1% complete] -- [download 2% complete] -- [download 4% complete] -- [download 8% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 18% complete] -- [download 20% complete] -- [download 23% complete] -- [download 25% complete] -- [download 29% complete] -- [download 30% complete] -- [download 33% complete] -- [download 35% complete] -- [download 38% complete] -- [download 40% complete] -- [download 44% complete] -- [download 46% complete] -- [download 49% complete] -- [download 50% complete] -- [download 52% complete] -- [download 54% complete] -- [download 57% complete] -- [download 59% complete] -- [download 61% complete] -- [download 62% complete] -- [download 67% complete] -- [download 70% complete] -- [download 73% complete] -- [download 78% complete] -- [download 81% complete] -- [download 83% complete] -- [download 86% complete] -- [download 91% complete] -- [download 93% complete] -- [download 97% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libssh2-1.9.0-download' [ 44%] No update step for 'libssh2-1.9.0-download' [ 55%] No configure step for 'libssh2-1.9.0-download' [ 66%] No build step for 'libssh2-1.9.0-download' [ 77%] No install step for 'libssh2-1.9.0-download' [ 88%] No test step for 'libssh2-1.9.0-download' [100%] Completed 'libssh2-1.9.0-download' [100%] Built target libssh2-1.9.0-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2-1.dll -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.dll Adding third-party libraries for Windows-x86_64: freetype-2.9.1 -- Downloading/updating freetype-2.9.1 -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-download Scanning dependencies of target freetype-2.9.1-download [ 11%] Creating directories for 'freetype-2.9.1-download' [ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/freetype-2.9.1.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 5% complete] -- [download 7% complete] -- [download 9% complete] -- [download 12% complete] -- [download 14% complete] -- [download 19% complete] -- [download 22% complete] -- [download 25% complete] -- [download 34% complete] -- [download 36% complete] -- [download 39% complete] -- [download 47% complete] -- [download 51% complete] -- [download 60% complete] -- [download 61% complete] -- [download 64% complete] -- [download 68% complete] -- [download 72% complete] -- [download 76% complete] -- [download 81% complete] -- [download 84% complete] -- [download 88% complete] -- [download 89% complete] -- [download 92% complete] -- [download 93% complete] -- [download 97% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'freetype-2.9.1-download' [ 44%] No update step for 'freetype-2.9.1-download' [ 55%] No configure step for 'freetype-2.9.1-download' [ 66%] No build step for 'freetype-2.9.1-download' [ 77%] No install step for 'freetype-2.9.1-download' [ 88%] No test step for 'freetype-2.9.1-download' [100%] Completed 'freetype-2.9.1-download' [100%] Built target freetype-2.9.1-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype-6.dll Adding third-party libraries for Windows-x86_64: pixman-0.34.0 -- Downloading/updating pixman-0.34.0 -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-download Scanning dependencies of target pixman-0.34.0-download [ 11%] Creating directories for 'pixman-0.34.0-download' [ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/pixman-0.34.0.zip' -- [download 2% complete] -- [download 6% complete] -- [download 13% complete] -- [download 20% complete] -- [download 29% complete] -- [download 31% complete] -- [download 36% complete] -- [download 42% complete] -- [download 46% complete] -- [download 48% complete] -- [download 52% complete] -- [download 63% complete] -- [download 67% complete] -- [download 68% complete] -- [download 81% complete] -- [download 83% complete] -- [download 98% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'pixman-0.34.0-download' [ 44%] No update step for 'pixman-0.34.0-download' [ 55%] No configure step for 'pixman-0.34.0-download' [ 66%] No build step for 'pixman-0.34.0-download' [ 77%] No install step for 'pixman-0.34.0-download' [ 88%] No test step for 'pixman-0.34.0-download' [100%] Completed 'pixman-0.34.0-download' [100%] Built target pixman-0.34.0-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1-0.dll Adding third-party libraries for Windows-x86_64: cairo-1.15.4 -- Downloading/updating cairo-1.15.4 -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-download Scanning dependencies of target cairo-1.15.4-download [ 11%] Creating directories for 'cairo-1.15.4-download' [ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/cairo-1.15.4.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 5% complete] -- [download 7% complete] -- [download 9% complete] -- [download 15% complete] -- [download 20% complete] -- [download 22% complete] -- [download 23% complete] -- [download 25% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 32% complete] -- [download 36% complete] -- [download 37% complete] -- [download 40% complete] -- [download 43% complete] -- [download 46% complete] -- [download 48% complete] -- [download 51% complete] -- [download 56% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 64% complete] -- [download 69% complete] -- [download 70% complete] -- [download 78% complete] -- [download 86% complete] -- [download 88% complete] -- [download 89% complete] -- [download 97% complete] -- [download 99% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'cairo-1.15.4-download' [ 44%] No update step for 'cairo-1.15.4-download' [ 55%] No configure step for 'cairo-1.15.4-download' [ 66%] No build step for 'cairo-1.15.4-download' CPack: - Install project: PharoVM CPack: - Install component: Unspecified CPack: - Install component: bin CPack: - Install component: c-src CPack: - Install component: include CPack: Create package CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-Unspecified.tar.gz generated. CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-Unspecified.tar.gz.sha1 generated. CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-bin.tar.gz generated. CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-bin.tar.gz.sha1 generated. CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-c-src.tar.gz generated. CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-c-src.tar.gz.sha1 generated. CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-include.tar.gz generated. CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-include.tar.gz.sha1 generated. [Pipeline] } [Pipeline] // dir [Pipeline] stash [ 77%] No install step for 'cairo-1.15.4-download' [ 88%] No test step for 'cairo-1.15.4-download' [100%] Completed 'cairo-1.15.4-download' [100%] Built target cairo-1.15.4-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libbz2-1.dll -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo-2.dll -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libexpat-1.dll -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libfontconfig-1.dll Adding third-party libraries for Windows-x86_64: libpng-1.6.34 -- Downloading/updating libpng-1.6.34 CPack: - Install project: PharoVM CPack: - Install component: Unspecified CPack: - Install component: bin CPack: - Install component: c-src CPack: - Install component: include CPack: Create package CPack: - package: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-Unspecified.zip generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-Unspecified.zip.sha1 generated. CPack: - package: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-bin.zip generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-bin.zip.sha1 generated. CPack: - package: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-c-src.zip generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-c-src.zip.sha1 generated. CPack: - package: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-include.zip generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-include.zip.sha1 generated. CPack: Create package using TGZ CPack: Install projects CPack: - Run preinstall target for: PharoVM -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libpng-1.6.34-download Stashed 16 file(s) [Pipeline] archiveArtifacts Archiving artifacts Scanning dependencies of target libpng-1.6.34-download [ 11%] Creating directories for 'libpng-1.6.34-download' [ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.34-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libpng-1.6.34.zip' -- [download 6% complete] -- [download 9% complete] -- [download 25% complete] -- [download 40% complete] -- [download 72% complete] -- [download 80% complete] -- [download 90% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libpng-1.6.34-src' -- extracting... [tar xfz] [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'libpng-1.6.34-download' [ 44%] No update step for 'libpng-1.6.34-download' [ 55%] No configure step for 'libpng-1.6.34-download' [ 66%] No build step for 'libpng-1.6.34-download' [ 77%] No install step for 'libpng-1.6.34-download' [ 88%] No test step for 'libpng-1.6.34-download' CPack: - Install project: PharoVM [] CPack: - Install component: bin CPack: - Install component: c-src CPack: - Install component: include CPack: Create package CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-bin.tar.gz generated. CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-bin.tar.gz.sha1 generated. CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-c-src.tar.gz generated. CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-c-src.tar.gz.sha1 generated. CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-include.tar.gz generated. CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-include.tar.gz.sha1 generated. [Pipeline] } [Pipeline] // dir [Pipeline] stash [100%] Completed 'libpng-1.6.34-download' [100%] Built target libpng-1.6.34-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libpng-1.6.34-src/libpng16-16.dll -- Downloading SDL2 binary Adding third-party libraries for Windows-x86_64: SDL2-2.0.5 -- Downloading/updating SDL2-2.0.5 Stashed 12 file(s) [Pipeline] archiveArtifacts Archiving artifacts -- Configuring done -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.5-download Scanning dependencies of target SDL2-2.0.5-download [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [ 11%] Creating directories for 'SDL2-2.0.5-download' [ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.5-download' -- Downloading... dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/SDL2-2.0.5.zip' -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 6% complete] -- [download 7% complete] -- [download 9% complete] -- [download 12% complete] -- [download 13% complete] -- [download 16% complete] -- [download 18% complete] -- [download 20% complete] -- [download 23% complete] -- [download 26% complete] -- [download 31% complete] -- [download 34% complete] -- [download 41% complete] -- [download 43% complete] -- [download 45% complete] -- [download 48% complete] -- [download 50% complete] -- [download 59% complete] -- [download 68% complete] -- [download 75% complete] -- [download 76% complete] -- [download 79% complete] -- [download 84% complete] -- [download 87% complete] -- [download 89% complete] -- [download 90% complete] -- [download 92% complete] -- [download 100% complete] -- Downloading... done -- extracting... src='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip' dst='/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.5-src' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done [ 33%] No patch step for 'SDL2-2.0.5-download' [ 44%] No update step for 'SDL2-2.0.5-download' [ 55%] No configure step for 'SDL2-2.0.5-download' [ 66%] No build step for 'SDL2-2.0.5-download' [ 77%] No install step for 'SDL2-2.0.5-download' [ 88%] No test step for 'SDL2-2.0.5-download' [100%] Completed 'SDL2-2.0.5-download' [100%] Built target SDL2-2.0.5-download -- /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.5-src/SDL2.dll -- Configuring done WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: 'VM_LABEL(foo)=0' Consider defining the macro in a (configured) header file. WARNING: Function-style preprocessor definitions may not be passed on the compiler command line because many compilers do not support it. CMake is dropping a preprocessor definition: VM_LABEL(foo)=0 Consider defining the macro in a (configured) header file. -- Generating done -- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build [Pipeline] } [Pipeline] // withEnv [Pipeline] echo Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex cd build && VERBOSE=1 make install [Pipeline] withEnv [Pipeline] { [Pipeline] sh + cd build + VERBOSE=1 + make install /usr/bin/cmake.exe -S/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository -B/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/depend.internal". Scanning dependencies of target objlib make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/objlib.dir/src/closures.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/closures.c In file included from /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/closures.c:525: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/dlmalloc.c:452:9: warning: 'WIN32_LEAN_AND_MEAN' macro redefined [-Wmacro-redefined] #define WIN32_LEAN_AND_MEAN ^ <command line>:13:9: note: previous definition is here #define WIN32_LEAN_AND_MEAN 1 ^ 1 warning generated. [ 1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/objlib.dir/src/java_raw_api.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations] ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif)); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated)); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations] ffi_java_ptrarray_to_raw (cif, avalue, raw); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated)); ^ 2 warnings generated. [ 1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/objlib.dir/src/prep_cif.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/prep_cif.c [ 2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/objlib.dir/src/raw_api.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/raw_api.c [ 2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/objlib.dir/src/types.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/types.c [ 3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.obj cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -o CMakeFiles/objlib.dir/src/x86/win64.S.obj -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/win64.S [ 4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src/src/x86/ffiw64.c make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 4%] Built target objlib make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal". Scanning dependencies of target ffi_shared make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 5%] Linking C shared library ../build/vm/ffi.dll cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o ../build/vm/ffi.dll -Wl,--out-implib,../build/vm/libffi.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/win64.S.obj CMakeFiles/objlib.dir/src/x86/ffiw64.c.o make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 5%] Built target ffi_shared make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color= CPack: - Install project: PharoVM CPack: - Install component: Unspecified CPack: - Install component: bin CPack: - Install component: c-src CPack: - Install component: include CPack: Create package Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/depend.internal". Scanning dependencies of target libffi_copy make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ CPack: - package: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-Unspecified.tar.gz generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-Unspecified.tar.gz.sha1 generated. CPack: - package: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-bin.tar.gz generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-bin.tar.gz.sha1 generated. CPack: - package: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-c-src.tar.gz generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-c-src.tar.gz.sha1 generated. CPack: - package: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-include.tar.gz generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-include.tar.gz.sha1 generated. [Pipeline] } [Pipeline] // dir [Pipeline] stash make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Built target libffi_copy make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm-build make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Creating directories for 'build_vmmaker_get_vm' /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/tmp /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir [ 7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake -- Downloading... dst='C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip' timeout='none' -- Using src='https://files.pharo.org/vm/pharo-spur64/win/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] Stashed 16 file(s) [Pipeline] archiveArtifacts Archiving artifacts -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 17% complete] -- [download 20% complete] -- [download 22% complete] -- [download 24% complete] -- [download 27% complete] -- [download 29% complete] -- [download 33% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 38% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 67% complete] -- [download 68% complete] -- [download 70% complete] -- [download 77% complete] -- [download 81% complete] -- [download 82% complete] -- [download 85% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 100% complete] -- verifying file... file='C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip' -- Downloading... done cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake -- extracting... src='C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/PharoVM-8.6.1-e829a1da-StockReplacement-win64-bin_signed.zip' dst='C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download [Pipeline] } [Pipeline] // stage [Pipeline] } [ 7%] No patch step for 'build_vmmaker_get_vm' /usr/bin/cmake.exe -E echo_append /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [ 8%] Performing update step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 8%] Performing configure step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 9%] Performing build step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 9%] Built target build_vmmaker_get_vm-build make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_image make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 10%] Creating directories for 'build_vmmaker_get_image' /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/tmp /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src /usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir [ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake -- Downloading... dst='C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' timeout='none' -- Using src='https://files.pharo.org/image/90/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- [download 0% complete] -- [download 1% complete] -- [download 2% complete] -- [download 3% complete] -- [download 4% complete] -- [download 5% complete] -- [download 6% complete] -- [download 7% complete] -- [download 8% complete] -- [download 9% complete] -- [download 10% complete] -- [download 11% complete] -- [download 12% complete] -- [download 13% complete] -- [download 14% complete] -- [download 15% complete] -- [download 16% complete] -- [download 17% complete] -- [download 18% complete] -- [download 19% complete] -- [download 20% complete] -- [download 21% complete] -- [download 22% complete] -- [download 23% complete] -- [download 24% complete] -- [download 25% complete] -- [download 28% complete] -- [download 29% complete] -- [download 30% complete] -- [download 31% complete] -- [download 32% complete] -- [download 33% complete] -- [download 34% complete] -- [download 35% complete] -- [download 36% complete] -- [download 37% complete] -- [download 39% complete] -- [download 40% complete] -- [download 41% complete] -- [download 42% complete] -- [download 43% complete] -- [download 44% complete] -- [download 45% complete] -- [download 46% complete] -- [download 47% complete] -- [download 48% complete] -- [download 49% complete] -- [download 50% complete] -- [download 51% complete] -- [download 52% complete] -- [download 53% complete] -- [download 54% complete] -- [download 55% complete] -- [download 56% complete] -- [download 57% complete] -- [download 58% complete] -- [download 59% complete] -- [download 60% complete] -- [download 61% complete] -- [download 62% complete] -- [download 63% complete] -- [download 64% complete] -- [download 65% complete] -- [download 66% complete] -- [download 67% complete] -- [download 68% complete] -- [download 69% complete] -- [download 70% complete] -- [download 71% complete] -- [download 72% complete] -- [download 73% complete] -- [download 74% complete] -- [download 76% complete] -- [download 77% complete] -- [download 78% complete] -- [download 79% complete] -- [download 80% complete] -- [download 81% complete] -- [download 82% complete] -- [download 83% complete] -- [download 84% complete] -- [download 85% complete] -- [download 86% complete] -- [download 87% complete] -- [download 88% complete] -- [download 89% complete] -- [download 90% complete] -- [download 91% complete] -- [download 92% complete] -- [download 93% complete] -- [download 94% complete] -- [download 95% complete] -- [download 96% complete] -- [download 97% complete] -- [download 98% complete] -- [download 100% complete] -- verifying file... file='C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' -- Downloading... done cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake -- extracting... src='C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/Pharo9.0-SNAPSHOT.build.1144.sha.ac4bf08.arch.64bit.zip' dst='C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image' -- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download [ 10%] No patch step for 'build_vmmaker_get_image' /usr/bin/cmake.exe -E echo_append /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch [ 11%] Performing update step for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo [ 12%] Performing configure step for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [ 12%] Performing build step for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image --save --quit C:/builds/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_feat_headless/repository httpsUrl NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Project: Unicorn baseline MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Starting atomic load NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Starting atomic load SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: ...finished baseline cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [ 12%] Performing install step for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [ 13%] Completed 'build_vmmaker_get_image' /usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image-complete /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 13%] Built target build_vmmaker_get_image make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 14%] Generating VM files for flavour: CoInterpreter C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: 'C:/builds/workspace/pharo-vm_feat_headless/build'" Generating #CoInterpreter in 'C:/builds/workspace/pharo-vm_feat_headless/build'... warning, variable nsMethodCache doesn't exist or has already been removed StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject: Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining Local variable name 'stack' in pruneStack:stackp: may mask method when inlining Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining 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: warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining pushNilSizeFunction localised to compileBlockBodies savedFirstOpcodeIndex localised to compileBlockBodies savedLastDumpedLiteralIndex localised to compileBlockBodies savedNextLiteralIndex 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: 5 October 2022 8:31:10.986621 am warning, signature of InterpreterProxy>>characterTable does not match reference implementation. warning, signature of InterpreterProxy>>fullGC does not match reference implementation. warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation. warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation. external plugin FilePlugin generated as FilePlugin warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. external plugin SurfacePlugin generated as SurfacePlugin 5 October 2022 8:31:11.583305 am warning, variable nsMethodCache doesn't exist or has already been removed StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in primitiveFFIAllocate conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in primitiveFFIFree conflicting return types sqInt, void in baseFrameReturn Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining Local variable name 'stack' in pruneStack:stackp: may mask method when inlining Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining 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: warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc pushNilSizeFunction localised to compileBlockBodies savedFirstOpcodeIndex localised to compileBlockBodies savedLastDumpedLiteralIndex localised to compileBlockBodies savedNextLiteralIndex 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: warning, variable nsMethodCache doesn't exist or has already been removed StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc 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 primitiveDescriptor numPushNilsFunction localised to scanBlock: 5 October 2022 8:32:02.677048 am warning, signature of InterpreterProxy>>characterTable does not match reference implementation. warning, signature of InterpreterProxy>>fullGC does not match reference implementation. warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation. warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation. external plugin FilePlugin generated as FilePlugin warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation. external plugin SurfacePlugin generated as SurfacePlugin 5 October 2022 8:32:03.365018 am PharoVMMaker cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/depend.internal". Scanning dependencies of target PharoVMCore make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/debug.c [ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/utils.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/utils.c:549:13: warning: incompatible pointer types passing 'TCHAR *' (aka 'unsigned short *') to parameter of type 'char *' [-Wincompatible-pointer-types] vsnprintf(buf, 4096-1, fmt, args); ^~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:450:22: note: passing argument to parameter '__stream' here int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_list __local_argv) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/utils.c:552:32: warning: incompatible pointer types passing 'const char *' to parameter of type 'LPCWSTR' (aka 'const unsigned short *') [-Wincompatible-pointer-types] result = MessageBox(NULL,buf,titleString,dwFlags|MB_SETFOREGROUND); ^~~~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/winuser.h:3712:70: note: passing argument to parameter 'lpCaption' here WINUSERAPI int WINAPI MessageBoxW(HWND hWnd,LPCWSTR lpText,LPCWSTR lpCaption,UINT uType); ^ 2 warnings generated. [ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/errorCode.c [ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function] dropInit (void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function] dropShutdown (void) ^ 2 warnings generated. [ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/externalPrimitives.c [ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/client.c [ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/pathUtilities.c [ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/parameterVector.c [ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/parameters.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/parameters.c [ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/fileDialogCommon.c [ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/stringUtilities.c [ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/imageAccess.c [ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/semaphores/platformSemaphore.c [ 22%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/heartbeat.c [ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/functionDefinitionPrimitives.c [ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveCalls.c [ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/primitiveUtils.c [ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here setHandler(aOop, address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning void* address; ^ = NULL 1 warning generated. [ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/typesPrimitives.c [ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/utils.c [ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/sameThread/sameThread.c [ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbackPrimitives.c [ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/callbacks/callbacks.c [ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/semaphores/pharoSemaphore.c [ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/threadSafeQueue/threadSafeQueue.c [ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/pThreadedFFI.c [ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/worker.c [ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerPrimitives.c [ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/src/worker/workerTask.c [ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c In file included from /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:19: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2664:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:3120:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:3236:8: warning: expression result unused [-Wunused-value] error("what??"); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:4259:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:773:36: note: passing argument to parameter 'address' here extern CogMethod * methodFor(void *address); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:4385:2: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned long long)' [-Wimplicit-function-declaration] bzero(abstractOpcodes, opcodeSize + fixupSize); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:4385:2: note: include the header <strings.h> or explicitly provide a declaration for 'bzero' /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:4578:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long long' [-Wint-conversion] address = positive64BitIntegerFor(mcpc); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here extern sqInt positive64BitIntegerFor(usqLong integerValue); ^ In file included from /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:19: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:4619:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc))); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2541:72: note: passing argument to parameter 'callSiteReturnAddress' here inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:4816:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5026:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5101:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5117:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5133:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5149:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5165:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5391:9: warning: expression result unused [-Wunused-value] error("cannot differentiate checked and unchecked entry-points with current cog method alignment"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5525:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5574:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5901:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5921:8: warning: expression result unused [-Wunused-value] error("what??"); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:6113:10: warning: expression result unused [-Wunused-value] error("too much code for stack check offset"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:6742:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'CogMethod *' [-Wint-conversion] cPICPrototype = cPIC; ^ ~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7665:8: warning: expression result unused [-Wunused-value] error("could not find selector in method when unlinking send site"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7840:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7842:8: warning: expression result unused [-Wunused-value] error("invalid opcode for inverse"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:8211:14: warning: expression result unused [-Wunused-value] error("attempt to become two cogged methods"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:8214:14: warning: expression result unused [-Wunused-value] error("attempt to become cogged method into different method"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:8503:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:8506:9: warning: expression result unused [-Wunused-value] error("youngReferrers list overflowed"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:8853:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9150:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9546:11: warning: expression result unused [-Wunused-value] error("attempt to generate run-time routine containing young object reference. Cannot initialize Cogit run-time."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9668:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9723:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7643:66: note: passing argument to parameter 'mcpc' here indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9965:8: warning: expression result unused [-Wunused-value] error("couldn't locate end of clean block"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:10187:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:10239:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:10289:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:10337:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:10385:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:7774:78: note: passing argument to parameter 'mcpc' here inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:10858:9: warning: expression result unused [-Wunused-value] error("no room on youngReferrers list"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17187:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0); ^~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:923:125: note: passing argument to parameter 'fwdJumpTarget' here static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17229:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long long') [-Wint-conversion] finished = nonFwdJumpTargetOrZero; ^ ~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17438:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17621:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17641:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:18242:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:18268:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0); ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22780:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22866:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:23452:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:25615:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:25748:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:25882:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:25980:33: warning: expression result unused [-Wunused-value] (self_in_dispatchConcretize->machineCodeSize); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27123:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27246:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27308:9: warning: expression result unused [-Wunused-value] error("couldn't find unused register in genDivR:R:Quo:Rem:"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27945:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28295:9: warning: expression result unused [-Wunused-value] error("linking callsite to invalid address"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28364:9: warning: expression result unused [-Wunused-value] error("linking callsite to invalid address"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28500:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28532:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28541:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1); ^~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:53:31: note: passing argument to parameter '_Dst' here void * __cdecl memset(void *_Dst,int _Val,size_t _Size); ^ In file included from /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogit.c:19: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28580:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28819:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28028:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28790:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28801:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29025:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28028:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29035:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion] jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28028:33: note: passing argument to parameter 'self_in_jmpTarget' here jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28963:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28974:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29105:9: warning: expression result unused [-Wunused-value] error("shouldBeImplemented"); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29115:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29121:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29127:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29133:4: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29139:3: warning: expression result unused [-Wunused-value] ((AbstractInstruction *) backEnd); ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29254:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) { ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28010:82: note: passing argument to parameter 'anAddress' here isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29412:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void (*)(void)' [-Wint-conversion] return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29068:47: note: passing argument to parameter 'primitiveRoutine' here compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void)) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:29415:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long long (*)(void)')) [-Wcompare-distinct-pointer-types] || (primitiveRoutine == primitiveFail)) { ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:30035:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) { ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28010:82: note: passing argument to parameter 'anAddress' here isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:30793:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:32224:9: warning: expression result unused [-Wunused-value] error("Cog JIT internal error. Too many abstract opcodes. Num opcodes heuristic is too optimistic."); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33711:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long long (long long, long long, long long, long long)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:1259:78: note: passing argument to parameter 'function' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33711:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:1259:94: note: passing argument to parameter 'name' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33712:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long long, long long, long long, long long)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:1259:78: note: passing argument to parameter 'function' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33712:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:1259:94: note: passing argument to parameter 'name' here static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33731:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'char *' [-Wint-conversion] trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2) ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:10019:29: note: passing argument to parameter 'routinePrefix' here trampolineNamenumArgs(char *routinePrefix, sqInt numArgs) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33731:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2) ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:1292:80: note: passing argument to parameter 'aRoutine' here static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33954:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33958:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : argReg), TempReg, label, fixup); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:33958:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : argReg), TempReg, label, fixup); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17197:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:34031:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:34035:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17197:98: note: passing argument to parameter 'fwdJumpTarget' here genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35058:10: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35188:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35057:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35060:22: note: uninitialized use occurs here if (isIntegerValue(result)) { ^~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35026:17: note: initialize the variable 'result' to silence this warning sqInt result; ^ = 0 /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35451:9: warning: expression result unused [-Wunused-value] error("Case not found and no otherwise clause"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35450:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35454:34: note: uninitialized use occurs here return ssPushAnnotatedConstant((result ^~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:35425:15: note: initialize the variable 'result' to silence this warning int result; ^ = 0 /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:36260:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion] (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:36484:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] latestContinuation = latestContinuation; ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2159:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function] availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2193:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function] cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2280:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function] initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2299:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function] initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2322:1: warning: unused function 'isLiteral' [-Wunused-function] isLiteral(AbstractInstruction * self_in_isLiteral) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2378:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function] rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2391:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function] wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2418:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function] computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2433:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function] computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2478:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function] concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2597:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function] loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:2872:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function] allMethodsHaveCorrectHeader(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:5948:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function] expectedClosedPICPrototype(CogMethod *cPIC) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:6225:1: warning: unused function 'firstMappedPCFor' [-Wunused-function] firstMappedPCFor(CogMethod *cogMethod) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:8963:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function] maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9275:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function] noAssertMethodClassAssociationOf(sqInt methodPointer) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9287:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function] noCogMethodsMaximallyMarked(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9447:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function] picAbortDiscriminatorValue(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9556:1: warning: unused function 'registerMaskFor' [-Wunused-function] registerMaskFor(sqInt reg) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:9563:1: warning: unused function 'registerMaskForand' [-Wunused-function] registerMaskForand(sqInt reg1, sqInt reg2) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:10804:1: warning: unused function 'counters' [-Wunused-function] counters(CogMethod * self_in_counters) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:11072:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function] kosherYoungReferrers(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:11559:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function] voidYoungReferrersPostTenureAll(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:16870:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function] checkValidDerivedObjectReference(sqInt bodyAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:16885:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function] couldBeDerivedObject(sqInt bodyAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:17027:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function] genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22455:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function] getActiveContextAllocatesInMachineCode(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22466:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function] inlineCacheTagIsYoung(sqInt cacheTag) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22873:1: warning: unused function 'isMergeFixup' [-Wunused-function] isMergeFixup(BytecodeFixup * self_in_isMergeFixup) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22932:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function] callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22939:1: warning: unused function 'callInstructionByteSize' [-Wunused-function] callInstructionByteSize(AbstractInstruction * self_in_callInstructionByteSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22960:1: warning: unused function 'cFloatResultToRd' [-Wunused-function] cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22971:1: warning: unused function 'cFloatResultToRs' [-Wunused-function] cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:22982:1: warning: unused function 'cmpC32RTempByteSize' [-Wunused-function] cmpC32RTempByteSize(AbstractInstruction * self_in_cmpC32RTempByteSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:23531:1: warning: unused function 'concretizeFill32' [-Wunused-function] concretizeFill32(AbstractInstruction * self_in_concretizeFill32) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:23707:1: warning: unused function 'cStackPointer' [-Wunused-function] cStackPointer(AbstractInstruction * self_in_cStackPointer) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27253:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function] fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27389:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function] generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27419:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function] generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27509:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function] genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27568:1: warning: unused function 'genMemCopytosize' [-Wunused-function] genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27874:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function] genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:27885:1: warning: unused function 'genSwapRRScratch' [-Wunused-function] genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28057:1: warning: unused function 'jumpLongByteSize' [-Wunused-function] jumpLongByteSize(AbstractInstruction * self_in_jumpLongByteSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28064:1: warning: unused function 'jumpLongConditionalByteSize' [-Wunused-function] jumpLongConditionalByteSize(AbstractInstruction * self_in_jumpLongConditionalByteSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28115:1: warning: unused function 'leafCallStackPointerDelta' [-Wunused-function] leafCallStackPointerDelta(AbstractInstruction * self_in_leafCallStackPointerDelta) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28126:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function] literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28138:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function] loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28145:1: warning: unused function 'machineCodeAt' [-Wunused-function] machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28158:1: warning: unused function 'machineCodeBytes' [-Wunused-function] machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28201:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function] numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28257:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function] relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:28593:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function] zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:30893:1: warning: unused function 'numSpecialSelectors' [-Wunused-function] numSpecialSelectors(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:31860:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function] v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:36233:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function] receiverIsInReceiverResultReg(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:36940:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function] tempsValidAndVolatileEntriesSpilled(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/cogitX64WIN64.c:37041:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function] violatesEnsureSpilledSpillAssert(void) ^ 159 warnings generated. [ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma auto_inline(off) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma auto_inline(on) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2969:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2970:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2990:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3004:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3018:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3032:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3046:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3060:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3074:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3088:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3102:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3116:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3130:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3144:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3158:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3186:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3200:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3215:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3217:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3232:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3233:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3234:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3249:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3250:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3266:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3267:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3268:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3283:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3284:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3285:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3300:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3301:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3302:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3317:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3318:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3319:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3334:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3335:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3336:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3351:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3352:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3353:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3368:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3369:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3370:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3385:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3386:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3387:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3402:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3403:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3404:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3418:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3419:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3420:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3434:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3435:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3436:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3450:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3451:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3452:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3466:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3467:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:3468:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4688:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4744:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4745:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4748:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4764:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4765:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4784:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4788:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4804:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4805:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4808:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4824:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4825:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4828:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4844:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4845:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4848:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4864:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4865:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4868:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4884:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4888:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4904:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:4997:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localReturnValue = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5037:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5057:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] closure = longAt(localFP + (frameStackedReceiverOffset(localFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5074:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5075:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5076:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5078:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5106:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5107:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5108:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5110:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext1 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5127:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5128:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5129:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5131:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext2 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5155:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5161:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5168:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5191:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5192:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5193:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5195:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext3 = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5222:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil2 = longAt((thePage3->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5247:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5288:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localFP = pointerForOop(longAt(localFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5290:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5304:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5315:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5319:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5410:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5418:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5450:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5479:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5482:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5485:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5488:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5518:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5529:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5533:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5549:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5550:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5552:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((localFP + FoxIFrameFlags) + 1)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5563:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtPointerput(localSP, localIP); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5574:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localIP = pointerForOop(longAt(localFP + FoxIFSavedIP)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5577:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj1 = longAt(localFP + FoxMethod); ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5621:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5622:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5623:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5625:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5658:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord()))))); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5664:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5665:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5666:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5713:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] objOop = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5756:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5757:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5760:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5842:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] objOop = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5885:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5886:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:5889:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6172:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6173:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6246:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6261:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6266:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6267:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6278:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6303:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtPointerput((localSP -= BytesPerOop), localIP); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6305:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtPointerput((localSP -= BytesPerOop), localFP); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6361:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6362:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6424:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6455:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6456:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6472:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6489:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6490:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6491:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6493:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object3 = longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6605:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj1 = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6700:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6701:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6898:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6899:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6900:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:6902:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7040:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7041:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7042:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7064:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7066:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7101:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7102:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7103:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7155:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7156:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7158:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7474:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7475:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7480:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7503:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] byteAtput(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7717:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7723:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7861:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:7868:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8938:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8944:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:8945:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9097:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9103:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9104:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9243:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9251:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9296:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9297:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9365:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9366:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9409:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9410:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9740:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9741:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9793:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:9794:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10106:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10107:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10108:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10110:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theThingToPush = longAt(localFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10160:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] localReturnValue = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10313:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10319:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10320:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10457:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10463:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:10464:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11533:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11539:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11692:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11698:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11699:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11838:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11846:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11884:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11891:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11892:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11960:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:11961:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12004:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12005:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12242:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12243:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12295:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12509:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12610:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12641:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12642:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12658:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12675:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12676:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12679:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12761:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12762:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12763:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12938:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(localSP); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13036:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13037:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13042:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13065:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] byteAtput(localFP + ((VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13175:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13270:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13271:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13395:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13396:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13399:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13424:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = longAt(localFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13519:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localSP = pointerForOop(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13520:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] localFP = pointerForOop(GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13641:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13642:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13739:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13740:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13741:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13743:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13807:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13857:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13858:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13859:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13861:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] context = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:12922:3: warning: unused label 'directedSuperclassSend' [-Wunused-label] directedSuperclassSend: ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14234:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14246:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14255:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14262:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14265:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14270:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14282:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14285:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14332:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14336:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14340:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14343:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14347:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14373:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14377:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14560:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(lifp + FoxMethod); ^~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14571:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = longAt(lifp + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField1 = longAt(lifp + FoxMethod); ^~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14604:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(lifp + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14619:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = ((usqInt)(longAt((aStackPage->headSP)))); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14668:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14670:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodObj = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14692:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = longAt(theFP + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14698:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14699:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14755:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14756:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14758:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14778:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14779:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14782:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14782:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14784:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14786:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14786:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))))); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14787:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14790:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14791:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14812:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14812:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14816:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p)); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14823:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), pc); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14837:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14866:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14879:7: warning: implicitly declaring library function 'setjmp' with type 'int (_JBTYPE *)' (aka 'int (struct _SETJMP_FLOAT128 *)') [-Wimplicit-function-declaration] if ((setjmp(GIV(jmpBuf)[GIV(jmpDepth)])) == 0) { ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14879:7: note: include the header <setjmp.h> or explicitly provide a declaration for 'setjmp' /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14911:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14961:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14961:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14963:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14964:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14967:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14967:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14968:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14969:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14974:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14976:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14977:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14979:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14980:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14985:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14985:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14986:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15012:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] result = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15015:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15073:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] contextToReturnTo = longAt((GIV(stackPage)->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15102:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15132:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15135:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15141:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15159:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15161:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15165:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15167:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15170:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15203:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15207:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15210:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15213:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15239:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] resultOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15241:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15250:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15312:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15317:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15341:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15346:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15419:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15450:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15582:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15602:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15603:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15604:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15606:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext = longAt(theFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15612:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15615:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15618:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15637:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15638:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15639:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15641:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext = longAt(theFP2 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15650:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15653:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15661:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15662:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15663:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15665:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext1 = longAt(theFP6 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15671:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15674:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15691:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15697:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15704:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15728:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15729:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15730:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15732:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ourContext = longAt(theFP3 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15738:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15741:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15744:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15760:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil2 = longAt((thePage3->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15781:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15816:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15823:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15825:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15867:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15878:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15879:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:15978:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16095:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16138:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16139:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16155:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16164:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(p); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16165:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((p - BytesPerWord) - BytesPerWord, longAt(p)); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16165:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((p - BytesPerWord) - BytesPerWord, longAt(p)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16172:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16174:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16177:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16179:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16171:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16183:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxMethod, methodObj); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16207:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16211:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16362:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16391:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16470:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16475:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodPointer = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16577:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0 ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16608:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0 ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16622:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16629:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16654:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16658:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16682:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAt(GIV(framePointer) + FoxMFReceiver)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16686:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAt(GIV(framePointer) + FoxIFReceiver))), 1, null); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16703:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset()))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16936:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16940:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16948:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16950:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16952:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16953:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16977:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16979:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16988:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) { ^~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:16994:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17001:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17090:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17148:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17150:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17164:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(theFP + FoxIFSavedIP) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17165:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17219:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17222:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17223:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17226:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17235:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17376:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17380:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17392:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17419:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17427:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17455:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17463:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17466:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17493:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17521:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17577:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17826:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17828:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17940:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17941:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17944:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxMFReceiver, followForwarded(oop)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17949:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17952:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxIFReceiver, followForwarded(oop)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17954:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17971:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17971:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17972:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxMethod, (oop = newOop)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17975:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17977:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17980:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) { ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17981:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17981:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17984:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17986:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17988:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theFP + offset); ^~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17991:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + offset, followForwarded(oop)); ^~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17993:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17999:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18001:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theSP, followForwarded(oop)); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18065:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18076:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18077:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18088:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18089:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18097:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18109:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18111:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18125:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18226:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18256:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18258:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18259:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18260:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18261:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18262:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18263:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)), 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18292:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18341:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18350:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18365:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18372:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18379:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(theFP + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18439:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] theIP = oopForPointer(instrPtr); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here static inline sqInt oopForPointer(void *ptr) { return (sqInt)ptr; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18451:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18462:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((thePage->headSP)) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18463:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18467:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext)) ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18572:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18584:4: warning: expression result unused [-Wunused-value] !GIV(primFailCode); ^ ~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18615:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18749:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18767:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), maybeClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18793:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC()); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18796:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18860:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18862:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18865:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), aContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), (VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18888:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((pointer -= BytesPerWord), theIP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18976:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18977:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] || ((longAt(theFP + FoxIFSavedIP)) == 0) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18990:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18994:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theSP, remapObj(oop)); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19001:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19003:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19004:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (shouldRemapObj(longAt(theFP + FoxThisContext))) { ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19005:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19005:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19012:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19013:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (shouldRemapObj(longAt(theFP + FoxMethod))) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19015:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = longAt(theIPPtr); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19019:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = longAt(theIPPtr); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19024:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP -= longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19026:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19028:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod))); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19028:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod))); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19032:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19038:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19041:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theSP, remapObj(oop)); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19169:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19173:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19186:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theSP, oop); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19193:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19194:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19195:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19197:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] markAndTrace(longAt(theFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19199:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19201:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19211:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] markAndTrace(longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19213:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19221:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19234:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theSP, oop); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19292:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19295:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19357:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long long (long long)') from a function with result type 'sqInt' (aka 'long long') [-Wint-conversion] return mcprimHashMultiply; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19455:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19465:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19488:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0; ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19511:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19736:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19740:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19743:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19744:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19745:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19747:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19752:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19752:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((newSP -= BytesPerWord), theContext); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19755:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19757:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19761:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19761:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19775:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(callerFP + FoxIFSavedIP, callerIP); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + stackedReceiverOffset, callerIP); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC()); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19788:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, 0); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP)); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19796:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19797:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19798:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19799:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theContext = longAt(fpInNewPage + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20332:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20334:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = (longAt(address)) & 7; ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20338:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20342:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20354:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20356:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20359:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20360:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20379:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20386:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20387:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20389:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20403:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20405:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20417:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20455:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20512:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20514:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20516:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20531:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20533:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] numArgs = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20550:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20551:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20552:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20553:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20565:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20567:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20568:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20570:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20576:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC()) ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20581:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20585:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20592:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0 ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20594:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize)); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20598:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] topThing = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20606:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20607:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20608:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20613:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20624:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20625:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:20626:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21235:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), oldBaseAddr - GIV(cogCodeSize))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here static inline char *pointerForOop(usqInt oop) { return (char *)oop; } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long long')) desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:76: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long long') and 'char *') [-Wconditional-type-mismatch] desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ ~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21238:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'char *' [-Wint-conversion] desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < oldBaseAddr) ? oldBaseAddr : (cogCodeBase + GIV(cogCodeSize))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21354:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize)); ^~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21354:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21439:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21443:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21450:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21456:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] retValue = longAt(GIV(framePointer) + FoxMFReceiver); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21461:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] retValue = longAt(GIV(framePointer) + FoxMFReceiver); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21464:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21467:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21472:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21485:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21512:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21515:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21518:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21523:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21526:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21540:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21696:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21705:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21714:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21754:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21760:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21767:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21767:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21774:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21794:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21804:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21807:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21816:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21831:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21933:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21945:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21995:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:21999:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22002:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22002:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22009:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22023:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22029:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22032:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22039:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22042:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22047:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22051:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22066:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22124:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22125:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22134:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22139:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22140:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22141:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22141:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22143:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22144:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22146:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22147:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22148:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord)))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22405:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22720:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22737:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22738:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22741:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22845:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22847:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(GIV(framePointer) + FoxMethod); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22860:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22864:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22888:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22890:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theMethodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22898:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = ((usqInt)(longAt(theIPPtr))); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22902:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theIPPtr, theIP + ((theMethod->objectHeader))); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22904:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader))); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22906:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22931:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22934:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22940:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] tempIndex = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22953:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((longAt(argsPointer)) & (tagMask())) == 0) ^~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22954:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) { ^~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2913:49: note: expanded from macro 'oopisLessThan' #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop)) ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22961:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer)); ^~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22972:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((longAt(pointer)) & (tagMask())) == 0) ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22973:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) { ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2913:49: note: expanded from macro 'oopisLessThan' #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop)) ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22980:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer)); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23004:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory()); ^~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23007:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23011:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theInstrPointer = longAt(fp + FoxIFSavedIP); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23041:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] senderContextOrNil = longAt((aPage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23042:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23488:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] withDetails = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23529:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] context = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23537:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23591:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23592:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] activeProc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23597:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23630:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23635:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23662:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23716:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23721:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] flushExternalPrimitiveOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23722:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23738:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] selector = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23776:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23826:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodReceiver = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23862:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23893:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23895:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23896:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat())) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23897:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23900:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23904:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23923:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23924:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat())) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23925:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23927:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23946:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23960:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23980:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:23999:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24017:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24036:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24037:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24043:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24126:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24181:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] proc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24240:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (synchronousSignal(longAt(GIV(stackPointer)))) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24261:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24281:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24313:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] process = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24316:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24482:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24538:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aContextOrNil = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24548:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24594:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24596:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24604:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24614:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24622:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24622:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newSP, longAt(source)); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24624:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, contextsFP); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24624:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newFP + FoxSavedFP, contextsFP); ^~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24625:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory())) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24629:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(contextsFP + FoxIFSavedIP, contextsIP); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24632:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(newFP + FoxCallerSavedIP, contextsIP); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24660:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24705:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24746:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24759:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil1 = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24819:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24821:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24819:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24925:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24930:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24934:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24967:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24968:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24971:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:24996:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25179:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25245:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodField = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25248:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxMethod, methodField - 4); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] flags = longAt(theFP + FoxIFrameFlags); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25254:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxIFrameFlags, flags - 2); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25257:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25767:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25799:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25800:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25862:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25863:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25907:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] result = allInstancesOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25912:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] result = allInstancesOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25964:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:25985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26009:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26034:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26038:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26046:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26046:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26068:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26069:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26089:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] characterCode = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26102:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) ))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26148:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26276:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26308:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26467:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26518:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cursorObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26522:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26523:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] maskObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26746:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26818:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0 ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26820:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (objCouldBeClassObj(longAt(GIV(stackPointer))) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26821:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0 ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26823:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask())) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26863:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26925:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:26989:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27006:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27007:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27014:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27047:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27190:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27191:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27198:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27216:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27224:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27262:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27284:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27299:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27365:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27366:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27373:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27502:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27520:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27521:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27528:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27556:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27563:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(nilObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27584:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27672:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27684:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27721:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] instance = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27776:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] s = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27844:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27889:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:27972:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28021:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28071:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28078:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28081:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28092:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28097:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28100:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28120:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28127:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28141:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28146:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28149:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28169:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28173:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28176:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28176:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28180:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28183:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28192:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28205:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28284:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28334:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28341:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28344:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28360:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28363:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28383:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28390:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28393:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28404:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28412:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28432:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28439:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28439:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28443:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28446:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28464:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28468:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28547:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28569:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28602:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28607:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28629:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28639:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28650:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28655:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28678:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28688:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28699:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28704:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28707:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28727:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28731:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28734:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28734:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28738:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28741:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28747:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28759:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28763:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28836:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28870:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28871:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28950:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28957:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:28963:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29001:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] order = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29009:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29012:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29059:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29079:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] fillValue = positive64BitValueOf(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29080:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29170:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29185:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29231:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29232:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29330:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((longAt(GIV(stackPointer)))) & 7) == 1)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29331:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] crashInThisThread = ((longAt(GIV(stackPointer))) >> 3); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29335:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29339:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29375:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29405:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29405:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29410:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29435:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29451:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29472:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29510:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29511:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29531:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29554:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29555:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29585:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29600:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29601:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29613:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29632:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29633:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29663:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29685:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29776:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29782:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29786:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29789:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29789:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29796:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29810:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29819:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29826:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29829:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29834:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29838:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29903:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29931:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:29932:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30011:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30035:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30036:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30064:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30088:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopToStore = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30095:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30096:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30132:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30166:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30167:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30254:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30283:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30284:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30364:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30395:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30396:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30507:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30508:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30619:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30620:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30700:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30731:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30732:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30812:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30842:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30843:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30922:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30951:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:30952:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31032:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31062:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31063:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31344:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31356:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31357:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31358:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31463:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31515:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31551:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31558:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31561:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31572:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31577:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31580:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31609:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31616:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31619:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31635:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31658:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31665:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31669:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31672:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31690:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31694:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31713:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31823:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31833:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31844:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31849:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31852:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31881:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31891:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31902:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31930:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31934:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31937:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31941:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31944:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31962:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31966:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:31985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32059:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32081:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32103:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32127:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32134:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32137:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32148:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32185:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32192:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32195:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32206:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32211:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32214:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32234:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32238:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32241:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32245:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32266:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32270:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32289:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32330:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32353:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32380:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] key = cStringOrNullFor(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32403:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32421:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32478:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32620:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32693:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32706:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32707:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32734:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32735:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32738:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32754:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32781:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32782:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32785:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32800:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ammount = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32831:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32874:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && ((longAt(GIV(stackPointer))) == GIV(trueObj)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32921:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32922:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] thisObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32933:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32950:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] thisReceiver = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:32976:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33000:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] s = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33068:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33089:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33112:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33126:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33198:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33199:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33228:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33244:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33258:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33274:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33295:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33306:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33344:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33345:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33346:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33391:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33424:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33478:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33504:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33557:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33614:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33621:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33631:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33634:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33680:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33689:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33715:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33728:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33729:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33756:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33757:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33775:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33776:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33803:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33804:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33807:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33839:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33866:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33908:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33983:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:33986:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34000:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34027:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34044:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34062:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34105:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34106:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34170:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34226:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34226:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34231:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34262:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34263:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34288:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34306:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34322:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34355:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34378:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34379:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34400:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34416:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34419:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer)))) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34456:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] header = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34457:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34465:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] class = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34588:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34591:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer)))) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34625:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34693:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34696:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34709:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34794:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34797:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34833:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] object = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34916:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34939:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] instance = accessibleObjectAfter(longAt(GIV(stackPointer))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34942:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34948:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34963:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34964:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34967:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34976:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34996:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:34999:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35021:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35022:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] thisObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35051:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((longAt(GIV(stackPointer))) == GIV(trueObj)) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35112:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35117:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] goal = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35118:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] stack = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35119:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35360:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] path = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35362:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35396:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] lookupClass = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35428:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] selector = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35429:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35452:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35459:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35506:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35521:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ~~~~^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35521:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35554:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35555:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] selector = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35556:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35582:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35586:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35621:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35634:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ~~~~^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35634:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35721:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35749:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(GIV(stackPointer))) >> 3) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35769:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35852:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35853:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35871:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35888:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35933:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35934:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35951:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:35977:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36006:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36078:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36122:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36126:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36139:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36155:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36171:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36208:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36238:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36252:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36262:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36292:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36328:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] stringOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36394:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36395:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask())); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36397:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36405:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36409:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36430:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36446:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36483:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36501:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] labelOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36563:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36579:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36617:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36623:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36639:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36659:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36660:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36698:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36720:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36736:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36752:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36768:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36803:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] bytes = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36838:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36861:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36932:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] byteSize = ((longAt(GIV(stackPointer))) & (tagMask()) ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36934:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : bytesInObject(longAt(GIV(stackPointer)))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36937:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36977:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] nElements = ((longAt(GIV(stackPointer))) >> 3); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:36978:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37032:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37052:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37076:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37091:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37131:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37148:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37187:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37202:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37248:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37273:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37288:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37328:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37346:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer))))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ((((usqInt)(longAt(GIV(stackPointer))))) <= 15 ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37364:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)), ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37383:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37423:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37438:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37478:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37505:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37520:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37587:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37602:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37642:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37669:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37684:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37724:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37746:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37785:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37800:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37840:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37865:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37880:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37939:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:37970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38032:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] floatOrIntOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38072:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38090:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38100:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38122:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38138:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38173:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] class = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38183:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38216:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38232:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38287:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38288:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38291:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38307:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] outPointerArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38308:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38309:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38348:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38349:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38483:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38514:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38516:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] array = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] start = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] stop = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38726:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] repl = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38727:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38792:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] arrayFmt = arrayFmt; ~~~~~~~~ ^ ~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38839:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] replFmt = replFmt; ~~~~~~~ ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:38993:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39025:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39026:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39060:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39090:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39091:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] activeProc = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39096:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] criticalSection = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39123:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39129:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39134:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39172:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39192:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] arg = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39208:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39211:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39227:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39280:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] moduleName = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39436:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39461:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] resultArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39523:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] resultArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39557:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39607:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:39645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] sema = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44972:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50011:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51843:5: warning: expression result unused [-Wunused-value] -classIndex2; ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51908:26: warning: expression result unused [-Wunused-value] 8 /* allocationUnit */ / BytesPerOop; ~ ^ ~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53205:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion] allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53420:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion] free((GIV(unscannedEphemerons).start)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here void __cdecl free(void *_Memory); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57377:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion] reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:532:31: note: passing argument to parameter '_Memory' here void *__cdecl realloc(void *_Memory,size_t _NewSize); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57377:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion] reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57814:41: warning: expression result unused [-Wunused-value] asserta((checkInterpreterIntegrity()) == 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta' # define asserta(expr) (expr) ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:57835:41: warning: expression result unused [-Wunused-value] asserta((checkInterpreterIntegrity()) == 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta' # define asserta(expr) (expr) ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58846:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] treeNode1 = treeNode1; ~~~~~~~~~ ^ ~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61339:108: warning: passing 'usqInt *' (aka 'unsigned long long *') to parameter of type 'sqInt *' (aka 'long long *') converts between pointers to integer types with different sign [-Wpointer-sign] segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize)); ^~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61800:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] treeNode = treeNode; ~~~~~~~~ ^ ~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62351:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__); ^~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62900:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62902:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord()))))))) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62903:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62904:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62905:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62912:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] maybeFrameCtxt = longAt(maybeFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62985:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62989:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62995:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62996:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62997:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62999:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext))); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63001:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)))); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63004:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63012:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63154:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63156:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63169:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63182:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63195:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63197:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63453:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), message); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63509:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63545:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63546:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63547:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] activeContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63587:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = longAt(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63594:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63595:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63596:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63598:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theContext = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63628:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63629:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63641:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63822:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign] interpreterProxy = interpreterProxy; ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63837:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63853:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63855:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63857:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64267:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64276:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64284:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64285:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64286:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64288:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerCtx = longAt(callerFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64297:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = longAt((thePage->headSP)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64311:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64349:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64354:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP))); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64357:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(callerSP, callerIP); ^~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64381:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(aFramePtr + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64528:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord()))))); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64529:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64544:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64550:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64555:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64672:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64681:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64688:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64689:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64690:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64692:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64711:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64712:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64713:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64714:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64715:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64890:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64982:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64983:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64985:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (homeContext == (longAt(theFP + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64989:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64990:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64991:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64992:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:64994:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65004:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65005:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65006:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65008:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65014:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65021:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65110:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65123:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65178:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65179:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65180:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65181:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (homeContext == (longAt(theFP + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65185:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65186:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65188:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65190:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65200:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65201:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65202:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65204:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ctxtOrNilOrZero = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65212:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65219:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65265:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65268:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(ptr); ^~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65271:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(ptr, followForwarded(oop)); ^~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65274:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65276:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65277:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(ptr); ^~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65290:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(ptr, oop); ^~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65293:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65294:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65295:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65300:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65301:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65302:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65341:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65385:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65387:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65401:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65727:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65739:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65741:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65742:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65743:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65744:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65745:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(GIV(framePointer) + FoxMFReceiver) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65746:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxIFReceiver)), 0); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65767:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65768:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65769:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65809:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65835:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65836:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (!((longAt(callerFP + FoxSavedFP)) == 0)))) { ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65845:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65854:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65861:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65863:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65865:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAt(callerFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66017:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66074:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return (longAt(theFP + FoxSavedFP)) == 0; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66114:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66340:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField) ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66341:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66342:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66343:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66345:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] maybeFrameCtxt = longAt(maybeFrame + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66359:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66420:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField) ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66421:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66422:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66423:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66426:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) { ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67803:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage2->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67882:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67884:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67892:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)))) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67897:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67903:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67903:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67904:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67904:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67905:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67905:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67906:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67906:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67911:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67915:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (anOop == (longAt(theSP))) { ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67923:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (anOop == (longAt(theSP))) { ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67957:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:67969:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68002:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodFieldOrObj = longAt(theFP + FoxMethod); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68004:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68019:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68025:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(theFP + FoxMFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68030:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] byteAtput((theFP + FoxIFrameFlags) + 2, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here static inline sqInt byteAtput(sqInt oop, int val) { return byteAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68032:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] numArgs = byteAt((theFP + FoxIFrameFlags) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68036:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68037:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord())))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68043:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(theFP + FoxIFReceiver); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(theFP + FoxThisContext, theContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68055:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag()); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68068:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68070:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68071:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68075:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68076:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68077:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68307:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68336:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68352:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68478:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68480:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68481:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68482:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68483:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68499:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68500:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68501:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68503:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) { ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68507:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68621:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68646:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68706:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68713:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(trueObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68719:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(GIV(stackPointer))) == GIV(falseObj)) { ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68729:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69242:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69387:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] printHexnp(cogMethodOf(meth)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1589:32: note: passing argument to parameter 'n' here extern sqInt printHexnp(usqInt n); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69399:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] printHexnp(cogMethodOf(meth)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1589:32: note: passing argument to parameter 'n' here extern sqInt printHexnp(usqInt n); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69455:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69456:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))), ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69457:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69459:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69479:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69505:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69564:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69600:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] it = longAt(address); ^~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69686:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aFrame = pointerForOop(longAt(aFrame + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69697:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69699:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69707:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71132:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71135:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (oop == (longAt(theSP))) { ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71137:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71139:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] printHexnp(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71145:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71146:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71147:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71148:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (oop == (longAt(theFP + FoxThisContext))) { ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71156:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (oop == (longAt(theFP + FoxMethod))) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71158:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71163:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break; ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71171:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (oop == (longAt(theSP))) { ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71173:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] printHexnp(theFP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71175:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] printHexnp(theSP); ^~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:69733:19: note: passing argument to parameter 'n' here printHexnp(usqInt n) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71268:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(theFP + (frameStackedReceiverOffset(theFP))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71280:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71578:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71611:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71617:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71620:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71659:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71834:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (index * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71849:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (index * BytesPerWord), oop); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71926:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71967:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP)))); ^~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71970:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71972:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71974:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(GIV(framePointer) + FoxMethod)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71990:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72381:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!((longAt(theFP + FoxSavedFP)) == 0)) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72423:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP))); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72470:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72529:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72538:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72718:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72822:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72828:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72832:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72835:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72842:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72856:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72865:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72875:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72880:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73305:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73317:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73354:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73435:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73437:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73454:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73537:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73879:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73881:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73885:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73894:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage1->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73901:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73902:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73903:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73905:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAt(callerFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73950:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73952:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74211:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74213:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(fp + FoxMethod)), fp); ^~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74502:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74504:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74505:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74506:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74507:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74508:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74560:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74582:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion] externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord()))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74598:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74614:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion] parameters = ((sqInt) null); ^~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74622:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion] argHolder = alloca((argType->size)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74623:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion] parameters[i] = argHolder; ^ ~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74638:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1702:76: note: passing argument to parameter 'returnHolder' here static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74695:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74717:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion] externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74724:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord()))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74731:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74751:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74760:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74774:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion] parameters = ((sqInt) null); ^~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74782:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion] argHolder = malloc((argType->size)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74783:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion] parameters[i] = argHolder; ^ ~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74788:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion] aPtr = parameters[i1]; ^ ~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74791:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] free(aPtr); ^~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here void __cdecl free(void *_Memory); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74813:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)aPointer)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74815:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74864:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion] taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74867:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74884:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:1702:76: note: passing argument to parameter 'returnHolder' here static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74890:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion] anParameterAddress = parameters[i]; ^ ~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74892:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] doFreeFromTask(task, anParameterAddress); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2825:47: note: expanded from macro 'doFreeFromTask' #define doFreeFromTask(aTask,anAddress) (free(anAddress)) ^~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here void __cdecl free(void *_Memory); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74901:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] doFreeFromTask(task, ((sqInt)task)); ^~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2825:47: note: expanded from macro 'doFreeFromTask' #define doFreeFromTask(aTask,anAddress) (free(anAddress)) ^~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here void __cdecl free(void *_Memory); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74955:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74962:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (callerContextOrNil = longAt((thePage->baseAddress))), ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74967:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74968:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74969:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74972:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAt(callerFP + FoxThisContext)) ^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74980:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxMethod)); ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74985:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74986:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74989:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74991:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFP + FoxIFrameFlags) + 1))), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74992:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74996:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74997:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt(theFP + FoxMFReceiver) ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74998:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP + FoxIFReceiver)); ^~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75002:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75005:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75006:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75007:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75008:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75038:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion] return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75102:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75123:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75129:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75135:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75144:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75160:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)aPointer)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75162:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75171:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'const void *' [-Wint-conversion] memcpy(targetPointer, returnHolder, sizeToCopy); ^~~~~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:76: note: passing argument to parameter '_Src' here void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75180:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75187:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75259:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion] address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75278:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion] memcpy(argHolder, srcPtr, argTypeSize); ^~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:45: note: passing argument to parameter '_Dst' here void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75929:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:75953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76001:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76009:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76128:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76231:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76244:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76246:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76247:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76248:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76249:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76250:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord)))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76288:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] value = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76292:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76446:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76459:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) { ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76460:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76465:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76466:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76469:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76500:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] flag = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76681:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76683:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76868:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76874:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top1 = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76886:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76912:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76920:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76973:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:76975:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77010:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77029:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77041:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77086:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77106:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77110:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77117:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77098:2: warning: expression result unused [-Wunused-value] !GIV(primFailCode); ^ ~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77144:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77157:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77214:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] methodArgument = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77216:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77264:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77551:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77569:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion] addr = malloc(byteSize); ^ ~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77581:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)addr)); ^ ~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77584:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77602:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77623:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion] addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord()))); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77630:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] || (isInMemory(addr)))) { ^~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50668:18: note: passing argument to parameter 'address' here isInMemory(sqInt address) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77663:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77691:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77709:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77725:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77741:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77808:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77836:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77854:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77870:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77872:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77888:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] oop = longAt(GIV(stackPointer) + (4 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77952:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77981:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:77987:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78018:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] stopContext = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78020:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78050:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((longAt(theFP + FoxSavedFP)) == 0) { ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] startFP = pointerForOop(longAt(theFP + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78059:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78060:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78061:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78062:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] && (stopContext == (longAt(theFP1 + FoxThisContext)))) { ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78066:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78067:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0 ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78068:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78069:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : longAt(theFP1 + FoxMethod)); ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78081:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78082:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78083:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78085:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] handlerOrNilOrZero = longAt(theFP1 + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78093:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP)); ^~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78100:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] callerContextOrNil = longAt((thePage->baseAddress)); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78131:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78167:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78175:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78197:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78501:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78503:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78626:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] newValue = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78628:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78630:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78801:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78803:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78861:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78877:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78879:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78898:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78921:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78978:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78994:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:78996:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79034:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79036:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79109:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79111:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79128:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79207:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79223:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79225:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79242:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79263:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79265:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79322:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79338:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79340:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79357:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79378:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79380:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79437:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79453:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79455:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79472:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79492:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79494:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79550:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79565:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79583:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79604:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79606:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79681:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79683:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79702:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79725:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79798:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79837:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79839:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79894:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79909:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79911:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79948:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:79950:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80009:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80025:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80027:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80046:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] module = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80085:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80130:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize))); ^~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here void *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80166:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here void *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80175:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion] ptr[0] = (((sqIntptr_t)address)); ^ ~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80178:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80199:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80201:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80257:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80272:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80274:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80311:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80313:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80388:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80390:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80409:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80430:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80432:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80489:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80505:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80507:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80524:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80544:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80546:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80601:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80616:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80618:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80634:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80703:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80736:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] thang = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80738:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80741:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80769:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80790:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80807:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80818:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80840:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80842:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80845:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80845:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80868:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80868:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80870:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80901:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] obj = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80909:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] boolean = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80944:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:80983:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81020:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] msecsObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81091:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] usecsObj = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81093:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] sema = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81179:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81181:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81230:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81250:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81263:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81276:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81292:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81339:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] newValue = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81341:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81343:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81397:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81489:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81508:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81522:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81541:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81572:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81574:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81576:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81644:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81661:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81665:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81694:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81715:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81717:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81719:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81778:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81794:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81796:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81838:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81840:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81842:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81901:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81919:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81921:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81961:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:81965:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82023:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82039:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82041:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82043:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82062:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82084:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82086:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82088:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82148:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82165:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82167:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82189:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82213:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82215:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82275:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82292:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82294:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82296:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82337:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82339:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82341:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82415:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82417:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82419:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82437:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82458:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82460:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82523:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82539:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82541:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82543:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82585:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82587:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82650:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82666:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82668:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82670:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82712:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82714:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82716:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82789:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82791:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82793:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82833:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82835:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82837:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82924:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82958:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82983:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:82985:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83091:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83093:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83095:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83158:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83174:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83176:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83178:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83201:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83222:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83224:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83226:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83287:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83303:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83305:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83307:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83328:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83349:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83351:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83353:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83414:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83430:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83432:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83434:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83476:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83478:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83542:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83558:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] valueObject = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83560:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (1 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83727:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] index = longAt(GIV(stackPointer) + (offset * BytesPerWord)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83753:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] argOop = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83962:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:83982:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84103:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) { ^~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84114:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84115:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0 ^~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84116:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84118:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] objOrFP = longAt(theFP + FoxThisContext); ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84122:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory()) ^~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84124:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here static inline sqInt byteAt(sqInt oop) { return byteAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84182:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here static inline sqInt longAtput(sqInt oop, sqInt val) { return longAtPointerput(pointerForOop(oop), val); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84282:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion] top = longAt(GIV(stackPointer)); ^~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:2046:34: note: expanded from macro 'GIV' # define GIV(interpreterInstVar) interpreterInstVar ^~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here static inline sqInt longAt(sqInt oop) { return longAtPointer(pointerForOop(oop)); } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:84306:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion] return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord()))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:13953:1: warning: unused function 'cmHomeMethod' [-Wunused-function] cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14116:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function] pageListIsWellFormed(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:14535:1: warning: unused function 'asCogHomeMethod' [-Wunused-function] asCogHomeMethod(CogBlockMethod *aCogMethod) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:17184:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function] deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18074:1: warning: unused function 'frameHasContext' [-Wunused-function] frameHasContext(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18086:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function] frameIsBlockActivation(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18095:1: warning: unused function 'frameMethodObject' [-Wunused-function] frameMethodObject(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18107:1: warning: unused function 'frameNumArgs' [-Wunused-function] frameNumArgs(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18123:1: warning: unused function 'frameReceiver' [-Wunused-function] frameReceiver(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18363:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function] iframeIsBlockActivation(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18370:1: warning: unused function 'iframeReceiver' [-Wunused-function] iframeReceiver(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18377:1: warning: unused function 'iframeSavedIP' [-Wunused-function] iframeSavedIP(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:18613:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function] isMachineCodeFrame(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19502:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function] mframeIsBlockActivation(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19509:1: warning: unused function 'mframeReceiver' [-Wunused-function] mframeReceiver(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:19924:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function] newMethodInLookupCacheAtand(sqInt selector, sqInt classTag) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22464:1: warning: unused function 'stackLimitOffset' [-Wunused-function] stackLimitOffset(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:22477:1: warning: unused function 'stackPageHeadroom' [-Wunused-function] stackPageHeadroom(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40044:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function] headerWhileForwardingOf(sqInt aCompiledMethodObjOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40860:1: warning: unused function 'isImmediateFloat' [-Wunused-function] isImmediateFloat(sqInt oop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40968:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function] maxSlotsForAlloc(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:40980:1: warning: unused function 'numFreeLists' [-Wunused-function] numFreeLists(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41199:1: warning: unused function 'wordIndexableFormat' [-Wunused-function] wordIndexableFormat(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41260:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function] allNewSpaceObjectsHaveZeroRTRefCount(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41339:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function] allWeakSurvivorsOnWeakList(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41742:1: warning: unused function 'firstCorpse' [-Wunused-function] firstCorpse(sqInt headOfCorpseList) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:41993:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function] noUnfiredEphemeronsAtEndOfRememberedSet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43871:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function] allObjectsUnmarked(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:43986:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function] allOldMarkedWeakObjectsOnWeaklingStack(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44839:1: warning: unused function 'allocationUnit' [-Wunused-function] allocationUnit(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44850:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function] allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44876:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function] allUnscannedEphemeronsAreActive(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:44908:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function] assertInnerValidFreeObject(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45498:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function] bitsSetInFreeSpaceMaskForAllFreeLists(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45560:1: warning: unused function 'bridgeSize' [-Wunused-function] bridgeSize(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:45567:1: warning: unused function 'byteFormatMask' [-Wunused-function] byteFormatMask(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:46901:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function] classIndexFieldWidth(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:47038:1: warning: unused function 'classTableRootSlots' [-Wunused-function] classTableRootSlots(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48091:1: warning: unused function 'ephemeronFormat' [-Wunused-function] ephemeronFormat(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48098:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function] existInstancesInNewSpaceOf(sqInt classObj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48306:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function] fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48670:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function] firstFixedFieldOfMaybeImmediate(sqInt oop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48974:1: warning: unused function 'formatOf' [-Wunused-function] formatOf(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48984:1: warning: unused function 'forwardedFormat' [-Wunused-function] forwardedFormat(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:48995:1: warning: unused function 'forwardersIn' [-Wunused-function] forwardersIn(sqInt anObject) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49021:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function] freeChunkNextIndex(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49031:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function] freeChunkParentIndex(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49042:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function] freeChunkPrevIndex(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49230:1: warning: unused function 'goodContextSize' [-Wunused-function] goodContextSize(sqInt oop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49328:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function] hasSpurMemoryManagerAPI(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49401:1: warning: unused function 'hiddenRootSlots' [-Wunused-function] hiddenRootSlots(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:49408:1: warning: unused function 'hiddenRootsObject' [-Wunused-function] hiddenRootsObject(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50467:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function] isCompiledMethodHeader(sqInt objHeader) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50484:1: warning: unused function 'isContextHeader' [-Wunused-function] isContextHeader(sqInt aHeader) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50502:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function] isCopiedIntoSegment(sqInt anObjectInTheHeap) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50525:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function] isEnumerableObjectNoAssert(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50561:1: warning: unused function 'isEphemeron' [-Wunused-function] isEphemeron(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50581:1: warning: unused function 'isForwardedClassTag' [-Wunused-function] isForwardedClassTag(sqInt classIndex) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50606:1: warning: unused function 'isFreeObject' [-Wunused-function] isFreeObject(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50613:1: warning: unused function 'isFreeOop' [-Wunused-function] isFreeOop(sqInt oop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50628:1: warning: unused function 'isInClassTable' [-Wunused-function] isInClassTable(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50651:1: warning: unused function 'isInEden' [-Wunused-function] isInEden(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50658:1: warning: unused function 'isInFutureSpace' [-Wunused-function] isInFutureSpace(sqInt address) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50693:1: warning: unused function 'isInNewSpace' [-Wunused-function] isInNewSpace(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50708:1: warning: unused function 'isInPastSpace' [-Wunused-function] isInPastSpace(sqInt address) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50715:1: warning: unused function 'isLargeFreeObject' [-Wunused-function] isLargeFreeObject(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50722:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function] isMaybeFiredEphemeron(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50741:1: warning: unused function 'isObjEphemeron' [-Wunused-function] isObjEphemeron(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50752:1: warning: unused function 'isObjImmutable' [-Wunused-function] isObjImmutable(sqInt anOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50855:1: warning: unused function 'isRemembered' [-Wunused-function] isRemembered(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50865:1: warning: unused function 'isSegmentBridge' [-Wunused-function] isSegmentBridge(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50872:1: warning: unused function 'isSemaphoreOop' [-Wunused-function] isSemaphoreOop(sqInt anOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:50932:1: warning: unused function 'isValidObjStackAt' [-Wunused-function] isValidObjStackAt(sqInt objStackRootIndex) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51079:1: warning: unused function 'isWeakNonImm' [-Wunused-function] isWeakNonImm(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51217:1: warning: unused function 'knownClassAtIndex' [-Wunused-function] knownClassAtIndex(sqInt classIndex) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51226:1: warning: unused function 'lastPointerFormat' [-Wunused-function] lastPointerFormat(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:51355:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function] lengthOfMaybeImmediate(sqInt oop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53697:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function] newSpaceIsEmpty(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:53932:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function] noUnscannedEphemerons(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58081:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function] slidingCompactionInProgress(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:58149:1: warning: unused function 'startOfObject' [-Wunused-function] startOfObject(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59157:1: warning: unused function 'validClassTableHashes' [-Wunused-function] validClassTableHashes(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59238:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function] validFreeTreeChunk(sqInt chunk) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:59281:1: warning: unused function 'validObjStacks' [-Wunused-function] validObjStacks(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60078:1: warning: unused function 'isMobile' [-Wunused-function] isMobile(sqInt obj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60089:1: warning: unused function 'isPostMobile' [-Wunused-function] isPostMobile(sqInt obj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:60356:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function] savedFirstFieldsSpaceWasAllocated(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function] validRelocationPlanInPass(sqInt onePass) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61318:1: warning: unused function 'segLimit' [-Wunused-function] segLimit(SpurSegmentInfo * self_in_segLimit) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61413:1: warning: unused function 'allBridgesMarked' [-Wunused-function] allBridgesMarked(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61463:1: warning: unused function 'bridgeAt' [-Wunused-function] bridgeAt(sqInt segIndex) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61478:1: warning: unused function 'bridgeFor' [-Wunused-function] bridgeFor(SpurSegmentInfo *aSegment) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61601:1: warning: unused function 'isInSegments' [-Wunused-function] isInSegments(usqInt address) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61622:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function] isValidSegmentBridge(sqInt objOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:61924:1: warning: unused function 'segmentOverlap' [-Wunused-function] segmentOverlap(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62278:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function] allOnesAsCharStar(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:62361:1: warning: unused function 'assertValidStackLimits' [-Wunused-function] assertValidStackLimits(sqInt ln) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63096:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function] checkStackPointerForMaybeMarriedContext(sqInt aContext) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63251:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function] contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:63353:1: warning: unused function 'cr' [-Wunused-function] cr(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:65994:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function] ifCurrentStackPageHasValidHeadPointers(StackPage *thePage) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66015:1: warning: unused function 'iframeMethod' [-Wunused-function] iframeMethod(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66072:1: warning: unused function 'isBaseFrame' [-Wunused-function] isBaseFrame(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66178:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function] isMarriedOrWidowedContext(sqInt aContext) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66197:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function] isMetaPrimitiveIndex(sqInt primIndex) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66210:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function] isNullExternalPrimitiveCall(sqInt aMethodObj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:66235:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function] isPrimitiveFunctionPointerAnIndex(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68101:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function] maybeLeakCheckExternalPrimCall(sqInt aMethodObj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:68492:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function] noMarkedContextsOnPage(StackPage *thePage) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:71266:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function] pushedReceiverOrClosureOfFrame(char *theFP) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72165:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function] saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:72905:1: warning: unused function 'space' [-Wunused-function] space(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:73339:1: warning: unused function 'stackLimitBytes' [-Wunused-function] stackLimitBytes(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74195:1: warning: unused function 'validBCPCinMethod' [-Wunused-function] validBCPCinMethod(sqInt thePC, usqInt aMethod) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74209:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function] validInstructionPointerinFrame(usqInt anInstrPointer, char *fp) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/src/gcc3x-cointerp.c:74222:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function] validStackPageBaseFrames(void) ^ 2467 warnings generated. [ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqHeapMap.c [ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types] VM->push = push; ^ ~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types] VM->pushFloat = pushFloat; ^ ~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long long, long long, long long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long long, long long, void *)') [-Wincompatible-pointer-types] VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long long (void)') [-Wincompatible-pointer-types] VM->forceInterruptCheck = forceInterruptCheck; ^ ~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long long (*)(char *)') from 'sqInt (const char *)' (aka 'long long (const char *)') [-Wincompatible-pointer-types] VM->stringForCString = stringForCString; ^ ~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types] VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types] VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types] VM->platformSemaphoreNew = platform_semaphore_new; ^ ~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types] VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 warnings generated. [ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqNamedPrims.c [ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:73:9: warning: 'max' macro redefined [-Wmacro-redefined] #define max(a,b) (a > b ? a : b) ^ /usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:173:9: note: previous definition is here #define max(a, b) (((a) > (b)) ? (a) : (b)) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqExternalSemaphores.c:74:9: warning: 'min' macro redefined [-Wmacro-redefined] #define min(a,b) (a < b ? a : b) ^ /usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:177:9: note: previous definition is here #define min(a, b) (((a) < (b)) ? (a) : (b)) ^ 2 warnings generated. [ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/common/sqTicker.c [ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/win/sqWin32SpurAlloc.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:107:9: warning: incompatible pointer to integer conversion returning 'char *' from a function with result type 'usqInt' (aka 'unsigned long long') [-Wint-conversion] return alloc; ^~~~~ 1 warning generated. [ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/win/aioWin.c [ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/debugWin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/debugWin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/debugWin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/debugWin.c:288:21: warning: incompatible integer to pointer conversion passing 'DWORD64' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion] printCogMethodFor(frame->AddrPC.Offset); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/debugWin.c:26:31: note: passing argument to parameter 'address' here void printCogMethodFor(void* address); ^ 1 warning generated. [ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/fileDialogWin32.c [ 37%] Building RC object CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=63 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/semaphores -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/PharoDLL.rc CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res [ 37%] Linking C shared library build/vm/PharoVMCore.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/PharoVMCore.dll -Wl,--out-implib,build/vm/libPharoVMCore.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o CMakeFiles/PharoVMCore.dir/src/debugWin.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 37%] Built target PharoVMCore make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/depend.internal". Scanning dependencies of target FilePlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:295:24: warning: implicit declaration of function 'isFileHandleATTY' is invalid in C99 [-Wimplicit-function-declaration] file->isStdioStream = isFileHandleATTY(handle); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:9: warning: implicit declaration of function 'fileHandleType' is invalid in C99 [-Wimplicit-function-declaration] return fileHandleType(_get_osfhandle(fdNum)); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:24: warning: implicit declaration of function '_get_osfhandle' is invalid in C99 [-Wimplicit-function-declaration] return fileHandleType(_get_osfhandle(fdNum)); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:484:48: warning: passing 'LONG *' (aka 'long *') to parameter of type 'LPDWORD' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign] ofs.li.LowPart = GetFileSize(FILE_HANDLE(f), &ofs.li.HighPart); ^~~~~~~~~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:65:62: note: passing argument to parameter 'lpFileSizeHigh' here WINBASEAPI DWORD WINAPI GetFileSize (HANDLE hFile, LPDWORD lpFileSizeHigh); ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:555:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 5 warnings generated. [ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/win/sqWin32Directory.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/win/sqWin32Directory.c:30:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined] #define S_IRUSR 0400 ^ /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here #define S_IRUSR _S_IRUSR ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/win/sqWin32Directory.c:31:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined] #define S_IWUSR 0200 ^ /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here #define S_IWUSR _S_IWUSR ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/src/win/sqWin32Directory.c:32:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined] #define S_IXUSR 0100 ^ /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here #define S_IXUSR _S_IXUSR ^ 3 warnings generated. [ 38%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/fileUtilsWin.c [ 39%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion] return primitiveFailFor(PrimErrBadArgument); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'sqInt (*)(int)' (aka 'long long (*)(int)') [-Wincompatible-function-pointer-types] characterObjectOf = interpreterProxy->characterObjectOf; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types] fullGC = interpreterProxy->fullGC; ^ ~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function] connectToFdwrite(int fd, sqInt writeFlag) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function] connectToFilewrite(void *cfile, sqInt writeFlag) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function] makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function] primitiveFileReadWithoutPinning(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function] primitiveFileReadWithPinning(void) ^ 8 warnings generated. [ 39%] Linking C shared library build/vm/FilePlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/FilePlugin.dll -Wl,--out-implib,build/vm/libFilePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 40%] Built target FilePlugin make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal". Scanning dependencies of target FileAttributesPlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 40%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c In file included from /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:23: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function] readdir( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function] _wreaddir( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function] rewinddir( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function] scandir( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function] versionsort( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function] addressObjectFor(void *aMachineAddress) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function] badSessionId(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:324:1: warning: unused function 'convertWinToSqueakTime' [-Wunused-function] convertWinToSqueakTime(SYSTEMTIME st) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function] faSuccess(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function] objectFromStructsize(void *aMachineAddress, sqInt structSize) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function] pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function] pointerFrom(sqInt directoryPointerBytes) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function] readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function] sizeOfFaPath(void) ^ 14 warnings generated. [ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c [ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:18:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined] #define S_IRUSR 0400 ^ /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here #define S_IRUSR _S_IRUSR ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:19:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined] #define S_IWUSR 0200 ^ /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here #define S_IWUSR _S_IWUSR ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:20:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined] #define S_IXUSR 0100 ^ /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here #define S_IXUSR _S_IXUSR ^ In file included from /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:27: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function] readdir( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function] _wreaddir( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function] rewinddir( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function] scandir( ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function] versionsort( ^ 8 warnings generated. [ 42%] Linking C shared library build/vm/FileAttributesPlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/FileAttributesPlugin.dll -Wl,--out-implib,build/vm/libFileAttributesPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o build/vm/libFilePlugin.dll.a build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 42%] Built target FileAttributesPlugin make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal". Scanning dependencies of target JPEGReaderPlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 42%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function] colorConvertGrayscaleMCU(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function] colorConvertMCU(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function] decodeBlockIntocomponent(int *anArray, int *aColorComponent) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function] fillBuffer(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function] getBits(sqInt requestedBits) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function] idctBlockIntqt(int *anArray, int *qt) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function] nextSampleCb(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function] nextSampleCr(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function] nextSampleFromblocks(int *aComponent, int **aBlockArray) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function] nextSampleY(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function] scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function] stInit(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function] storeJPEGStreamOn(sqInt streamOop) ^ 13 warnings generated. [ 43%] Linking C shared library build/vm/JPEGReaderPlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/JPEGReaderPlugin.dll -Wl,--out-implib,build/vm/libJPEGReaderPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 43%] Built target JPEGReaderPlugin make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/depend.internal". Scanning dependencies of target SurfacePlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 44%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c [ 44%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion] surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long long') [-Wint-conversion] result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr); ^~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion] result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr); ^~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr) ^ 3 warnings generated. [ 45%] Linking C shared library build/vm/SurfacePlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/SurfacePlugin.dll -Wl,--out-implib,build/vm/libSurfacePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 45%] Built target SurfacePlugin make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal". Scanning dependencies of target MiscPrimitivePlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 45%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c [ 46%] Linking C shared library build/vm/MiscPrimitivePlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/MiscPrimitivePlugin.dll -Wl,--out-implib,build/vm/libMiscPrimitivePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target MiscPrimitivePlugin make -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoConsole.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoConsole.dir/depend.internal". Scanning dependencies of target PharoConsole make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 47%] Building C object CMakeFiles/PharoConsole.dir/src/unixMain.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/PharoConsole.dir/src/unixMain.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/unixMain.c [ 48%] Building RC object CMakeFiles/PharoConsole.dir/PharoConsole.rc.res x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/PharoConsole.rc CMakeFiles/PharoConsole.dir/PharoConsole.rc.res [ 48%] Linking C executable build/vm/PharoConsole.exe /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoConsole.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -Wl,--enable-auto-import -mconsole CMakeFiles/PharoConsole.dir/src/unixMain.c.o CMakeFiles/PharoConsole.dir/PharoConsole.rc.res -o build/vm/PharoConsole.exe -Wl,--out-implib,build/vm/libPharoConsole.dll.a -Wl,--major-image-version,0,--minor-image-version,0 build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 48%] Built target PharoConsole make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/depend.internal". Scanning dependencies of target SocketPlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 49%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch] ? ((SocketPtr) (firstIndexableField(socketOop))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function] netAddressToInt(unsigned char *ptrToByteArray) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function] socketRecordSize(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function] socketValueOf(sqInt socketOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 5 warnings generated. [ 49%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1624:55: warning: passing 'unsigned char [8]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (setsockopt(SOCKET(s), SOL_SOCKET, SO_REUSEADDR, buf, bufSize) < 0) ^~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:1029:88: note: passing argument to parameter 'optval' here WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen); ^ 1 warning generated. [ 50%] Linking C shared library build/vm/SocketPlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/SocketPlugin.dll -Wl,--out-implib,build/vm/libSocketPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o build/vm/libPharoVMCore.dll.a -lWs2_32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 50%] Built target SocketPlugin make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/depend.internal". Scanning dependencies of target LargeIntegers make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 50%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function] byteSizeOfCSI(sqInt csi) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function] cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function] cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function] cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function] cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function] cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function] cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function] cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function] cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function] cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function] cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function] cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function] digitAddLargewith(sqInt firstInteger, sqInt secondInteger) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function] digitCompareLargewith(sqInt firstInteger, sqInt secondInteger) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function] digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function] digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function] digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function] digitOfCSIat(sqInt csi, sqInt ix) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function] digitOfLargeIntat(sqInt aBytesOop, sqInt ix) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function] digitSizeOfCSI(sqInt csi) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function] digitSizeOfLargeInt(sqInt anOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function] digitSubLargewith(sqInt firstInteger, sqInt secondInteger) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function] highBitOfLargeInt(sqInt anOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function] normalize(sqInt aLargeInteger) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 25 warnings generated. [ 51%] Linking C shared library build/vm/LargeIntegers.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/LargeIntegers.dll -Wl,--out-implib,build/vm/libLargeIntegers.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 51%] Built target LargeIntegers make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/depend.internal". Scanning dependencies of target LocalePlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 52%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 1 warning generated. [ 52%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c [ 53%] Linking C shared library build/vm/LocalePlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/LocalePlugin.dll -Wl,--out-implib,build/vm/libLocalePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target LocalePlugin make -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.5.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.5.dir/depend.internal". Scanning dependencies of target SDL2-2.0.5 make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target SDL2-2.0.5 make -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.34.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.34.dir/depend.internal". Scanning dependencies of target libpng-1.6.34 make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target libpng-1.6.34 make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/depend.internal". Scanning dependencies of target pixman-0.34.0 make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target pixman-0.34.0 make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/depend.internal". Scanning dependencies of target freetype-2.9.1 make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target freetype-2.9.1 make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal". Scanning dependencies of target libssh2-1.9.0 make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target libssh2-1.9.0 make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal". Scanning dependencies of target JPEGReadWriter2Plugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c [ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ 1 warning generated. [ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c [ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c [ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c [ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c [ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c [ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c [ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c [ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c [ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c [ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c [ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c [ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c [ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c [ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c [ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c [ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c [ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c [ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c [ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c [ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c [ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c [ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c [ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c [ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c [ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c [ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c [ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c [ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c [ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c [ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c [ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c [ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c [ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c [ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c [ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c [ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c [ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c [ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c [ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c [ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c [ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c [ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c [ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c [ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c [ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c [ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c [ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c [ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c [ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c [ 83%] Linking C shared library build/vm/JPEGReadWriter2Plugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/JPEGReadWriter2Plugin.dll -Wl,--out-implib,build/vm/libJPEGReadWriter2Plugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 83%] Built target JPEGReadWriter2Plugin make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/depend.internal". Scanning dependencies of target UUIDPlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 83%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/plugins/UUIDPlugin/common/UUIDPlugin.c [ 84%] Linking C shared library build/vm/UUIDPlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/UUIDPlugin.dll -Wl,--out-implib,build/vm/libUUIDPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o build/vm/libPharoVMCore.dll.a -lole32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 84%] Built target UUIDPlugin make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/depend.internal". Scanning dependencies of target B2DPlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 84%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] leftViaY = leftViaY; ~~~~~~~~ ^ ~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] rightViaY = rightViaY; ~~~~~~~~~ ^ ~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] xp = xp; ~~ ^ ~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] yp = yp; ~~ ^ ~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value] ((signed)lastX >> 8); ~~~~~~~~~~~~~ ^ ~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value] ((signed)lastX1 >> 8); ~~~~~~~~~~~~~~ ^ ~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function] aaColorMaskGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function] aaColorMaskPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function] aaColorShiftGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function] aaColorShiftPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function] aaFirstPixelFromto(sqInt leftX, sqInt rightX) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function] aaHalfPixelGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function] aaHalfPixelPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function] aaLastPixelFromto(sqInt leftX, sqInt rightX) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function] aaLevelGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function] aaLevelPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function] aaScanMaskGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function] aaScanMaskPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function] aaShiftGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function] aaShiftPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function] absoluteSquared8Dot24(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function] adjustAALevel(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function] aetStartGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function] aetStartPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function] aetUsedGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function] aetUsedPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function] allocateAETEntry(sqInt nSlots) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function] allocateBezier(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function] allocateBezierStackEntry(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function] allocateBitmapFillcolormap(sqInt cmSize, int *cmBits) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function] allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function] allocateLine(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function] allocateStackEntry(sqInt nSlots) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function] allocateStackFillEntry(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function] allocateWideBezier(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function] allocateWideLine(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function] areEdgeFillsValid(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function] assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function] bezierEndXOf(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function] bezierEndXOfput(sqInt bezier, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function] bezierEndYOf(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function] bezierEndYOfput(sqInt bezier, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function] bezierFinalXOf(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function] bezierFinalXOfput(sqInt bezier, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function] bezierUpdateDataOf(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function] bezierViaXOf(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function] bezierViaXOfput(sqInt bezier, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function] bezierViaYOf(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function] bezierViaYOfput(sqInt bezier, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function] bitmapCmSizeOf(sqInt bmFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function] bitmapCmSizeOfput(sqInt bmFill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function] bitmapDepthOf(sqInt bmFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function] bitmapDepthOfput(sqInt bmFill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function] bitmapHeightOf(sqInt bmFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function] bitmapHeightOfput(sqInt bmFill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function] bitmapRasterOf(sqInt bmFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function] bitmapRasterOfput(sqInt bmFill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function] bitmapSizeOf(sqInt bmFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function] bitmapSizeOfput(sqInt bmFill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function] bitmapTileFlagOf(sqInt bmFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function] bitmapTileFlagOfput(sqInt bmFill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function] bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function] bitmapWidthOf(sqInt bmFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function] bitmapWidthOfput(sqInt bmFill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function] bzEndX(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function] bzEndXput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function] bzEndY(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function] bzEndYput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function] bzStartX(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function] bzStartXput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function] bzStartY(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function] bzStartYput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function] bzViaX(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function] bzViaXput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function] bzViaY(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function] bzViaYput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function] checkedAddBezierToGET(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function] checkedAddEdgeToGET(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function] checkedAddLineToGET(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function] clampValuemax(sqInt value, sqInt maxValue) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function] clearSpanBufferGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function] clearSpanBufferPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function] clipMaxXGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function] clipMaxXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function] clipMaxYGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function] clipMaxYPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function] clipMinXGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function] clipMinXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function] clipMinYGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function] clipMinYPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function] colormapOf(sqInt bmFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function] colorTransform(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function] computeSqrt(sqInt length2) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function] currentYGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function] currentYPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function] currentZGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function] currentZPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function] destOffsetXGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function] destOffsetXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function] destOffsetYGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function] destOffsetYPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function] drawWideEdgefrom(sqInt edge, sqInt leftX) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function] edgeFillsInvalidate(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function] edgeFillsValidate(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function] edgeLeftFillOf(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function] edgeLeftFillOfput(sqInt edge, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function] edgeNumLinesOf(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function] edgeNumLinesOfput(sqInt edge, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function] edgeRightFillOf(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function] edgeRightFillOfput(sqInt edge, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function] edgeTransform(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function] edgeTypeOf(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function] edgeXValueOf(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function] edgeXValueOfput(sqInt edge, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function] edgeYValueOf(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function] edgeYValueOfput(sqInt edge, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function] edgeZValueOf(sqInt edge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function] edgeZValueOfput(sqInt edge, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function] estimatedLengthOfwith(sqInt deltaX, sqInt deltaY) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function] fillAllFromto(sqInt leftX, sqInt rightX) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function] fillBitmapSpan(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function] fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function] fillDirectionXOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function] fillDirectionXOfput(sqInt fill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function] fillDirectionYOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function] fillDirectionYOfput(sqInt fill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function] fillLinearGradient(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function] fillMaxXGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function] fillMaxXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function] fillMaxYGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function] fillMaxYPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function] fillMinXGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function] fillMinXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function] fillMinYGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function] fillMinYPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function] fillNormalXOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function] fillNormalXOfput(sqInt fill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function] fillNormalYOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function] fillNormalYOfput(sqInt fill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function] fillOffsetXGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function] fillOffsetXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function] fillOffsetYGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function] fillOffsetYPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function] fillOriginXOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function] fillOriginXOfput(sqInt fill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function] fillOriginYOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function] fillOriginYOfput(sqInt fill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function] fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function] fillRadialGradient(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function] fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function] fillTypeOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function] findNextAETEdgeFrom(sqInt leftEdge) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function] finishedProcessing(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function] firstPointListGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function] firstPointListPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function] freeStackFillEntry(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function] getStartGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function] getStartPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function] getUsedGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function] getUsedPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function] gradientRampLengthOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function] gradientRampLengthOfput(sqInt fill, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function] gradientRampOf(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function] hasColorTransform(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function] hasColorTransformGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function] hasColorTransformPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function] hasEdgeTransform(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function] hasEdgeTransformGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function] hasEdgeTransformPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function] incrementPointby(int *point, sqInt delta) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function] incrementStatby(sqInt statIndex, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function] isBezier(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function] isFillColor(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function] isFill(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function] isLine(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function] isObject(sqInt obj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function] isRealFill(sqInt fill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function] isStackEntry(sqInt entry) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function] isStackIndex(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function] isWideBezier(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function] isWideLine(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function] isWide(sqInt object) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function] lastExportedEdgeGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function] lastExportedEdgePut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function] lastExportedFillGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function] lastExportedFillPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function] lastExportedLeftXGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function] lastExportedLeftXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function] lastExportedRightXGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function] lastExportedRightXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function] lineEndXOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function] lineEndXOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function] lineEndYOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function] lineEndYOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function] lineErrorAdjDownOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function] lineErrorAdjDownOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function] lineErrorAdjUpOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function] lineErrorAdjUpOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function] lineErrorOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function] lineErrorOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function] lineXDirectionOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function] lineXDirectionOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function] lineXIncrementOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function] lineXIncrementOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function] lineYDirectionOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function] lineYDirectionOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function] loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function] loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function] loadColorTransformFrom(sqInt transformOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function] loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function] loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function] loadPointIntAtfrom(sqInt index, sqInt intArray) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function] loadPointShortAtfrom(sqInt index, sqInt shortArray) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function] loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function] loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function] magicNumberGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function] magicNumberPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function] makeRectFromPoints(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function] makeUnsignedFrom(sqInt someIntegerValue) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function] needsFlush(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function] needsFlushGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function] needsFlushPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function] objectHeaderOf(sqInt obj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function] objectIndexOf(sqInt obj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function] objectIndexOfput(sqInt obj, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function] objectLengthOf(sqInt obj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function] objectLengthOfput(sqInt obj, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function] objectTypeOf(sqInt obj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function] objectTypeOfput(sqInt obj, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function] objStartGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function] objStartPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function] objUsedGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function] objUsedPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function] objat(sqInt object, sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function] objatput(sqInt object, sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function] offsetFromWidth(sqInt lineWidth) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function] point1Get(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function] point2Get(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function] point3Get(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function] point4Get(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function] quickRemoveInvalidFillsAt(sqInt leftX) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function] repeatValuemax(sqInt delta, sqInt maxValue) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function] returnWideBezierFill(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function] returnWideBezierWidth(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function] returnWideLineFill(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function] returnWideLineWidth(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function] shortRunLengthAtfrom(sqInt i, sqInt runArray) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function] shortRunValueAtfrom(sqInt i, sqInt runArray) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function] sortGlobalEdgeTable(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function] spanEndAAGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function] spanEndAAPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function] spanEndGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function] spanEndPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function] spanSizeGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function] spanSizePut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function] spanStartGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function] spanStartPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function] squaredLengthOfwith(sqInt deltaX, sqInt deltaY) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function] stackFillDepth(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function] stackFillDepthput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function] stackFillEntryLength(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function] stackFillRightX(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function] stackFillRightXput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function] stackFillSize(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function] stackFillValue(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function] stackFillValueput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function] stateGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function] statePut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function] stepToFirstBezier(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function] stepToFirstLine(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function] stepToFirstWideBezier(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function] stepToFirstWideLine(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function] stepToNextBezier(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function] stepToNextBezierForwardat(int *updateData, sqInt yValue) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function] stepToNextLine(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function] stepToNextWideLine(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function] stopBecauseOf(sqInt stopReason) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function] stopReasonGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function] stopReasonPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function] storeEngineStateInto(sqInt oop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function] storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function] topFillDepth(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function] topFillDepthPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function] topFillRightX(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function] topFillRightXPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function] topFillValue(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function] topFillValuePut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function] transformPoints(sqInt n) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function] transformPointXyinto(double xValue, double yValue, int *dstPoint) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function] transformPoint(int *point) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function] transformPointinto(sqInt srcPoint, sqInt dstPoint) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function] wbSizeGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function] wbSizePut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function] wbStackClear(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function] wbStackPop(sqInt nItems) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function] wbStackSize(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function] wbStackValue(sqInt index) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function] wbStackValueput(sqInt index, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function] wbTopGet(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function] wbTopPut(sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function] wideBezierEntryOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function] wideBezierEntryOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function] wideBezierExitOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function] wideBezierExitOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function] wideBezierExtentOf(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function] wideBezierExtentOfput(sqInt bezier, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function] wideBezierFillOfput(sqInt bezier, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function] wideBezierUpdateDataOf(sqInt bezier) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function] wideBezierWidthOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function] wideLineEntryOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function] wideLineEntryOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function] wideLineExitOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function] wideLineExitOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function] wideLineExtentOf(sqInt line) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function] wideLineExtentOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function] wideLineFillOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function] wideLineWidthOfput(sqInt line, sqInt value) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function] workBufferPut(sqInt wbOop) ^ 324 warnings generated. [ 85%] Linking C shared library build/vm/B2DPlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/B2DPlugin.dll -Wl,--out-implib,build/vm/libB2DPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 85%] Built target B2DPlugin make -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal". Scanning dependencies of target libgit2-win-1.0.0 make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 85%] Built target libgit2-win-1.0.0 make -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal". Scanning dependencies of target openssl-1.0.2q-fixLigGit make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 85%] Built target openssl-1.0.2q-fixLigGit make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/depend.internal". Scanning dependencies of target DSAPrims make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 85%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function] addBackDivisorDigitShift(sqInt digitShift) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function] bigDivideLoop(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function] leftRotateby(unsigned int anInteger, sqInt bits) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function] subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift) ^ 4 warnings generated. [ 86%] Linking C shared library build/vm/DSAPrims.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/DSAPrims.dll -Wl,--out-implib,build/vm/libDSAPrims.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 86%] Built target DSAPrims make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/depend.internal". Scanning dependencies of target BitBltPlugin make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 86%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] v = v; ~ ^ ~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] v = v; ~ ^ ~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] v = v; ~ ^ ~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign] v = v; ~ ^ ~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] rgb = rgb; ~~~ ^ ~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function] affectedBottom(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function] affectedLeft(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function] affectedRight(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function] affectedTop(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function] checkSourceOverlap(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function] copyBitsFastPathSpecialised(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function] default8To32Table(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function] deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function] destMaskAndPointerInit(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function] dither32To16threshold(unsigned int srcWord, sqInt ditherValue) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function] drawLoopXY(sqInt xDelta, sqInt yDelta) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function] expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function] fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function] ignoreSourceOrHalftone(sqInt formPointer) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function] loadBitBltDestForm(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function] loadBitBltSourceForm(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function] loadColorMap(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function] loadColorMapShiftOrMaskFrom(sqInt mapOop) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function] loadHalftoneForm(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function] loadWarpBltFrom(sqInt bbObj) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function] mapPixelflags(sqInt sourcePixel, sqInt mapperFlags) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function] mergewith(unsigned int sourceWord, unsigned int destinationWord) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function] partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function] performCopyLoop(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function] pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function] pickWarpPixelAtXy(sqInt xx, sqInt yy) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function] rgbMap16To32(sqInt sourcePixel) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function] rgbMap32To32(sqInt sourcePixel) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function] rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function] showDisplayBits(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function] sourceSkewAndPointerInit(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function] sqAssert(sqInt aBool) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function] tryCopyingBitsQuickly(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function] warpBits(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function] warpLoopSetup(void) ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function] warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags) ^ 41 warnings generated. [ 87%] Linking C shared library build/vm/BitBltPlugin.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/BitBltPlugin.dll -Wl,--out-implib,build/vm/libBitBltPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 87%] Built target BitBltPlugin make -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal". Scanning dependencies of target libgit2-0.25.1-fixLibGit make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 87%] Built target libgit2-0.25.1-fixLibGit make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/depend.internal". Scanning dependencies of target cairo-1.15.4 make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 87%] Built target cairo-1.15.4 make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/depend.internal". Scanning dependencies of target SqueakSSL make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 88%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c [ 88%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(pContext = CertEnumCertificatesInStore(hStore, pContext)) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: place parentheses around the assignment to silence this warning while(pContext = CertEnumCertificatesInStore(hStore, pContext)) { ^ ( ) /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: use '==' to turn this assignment into an equality comparison while(pContext = CertEnumCertificatesInStore(hStore, pContext)) { ^ == /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:911:14: warning: assigning to 'BYTE *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] blob.pbData = pfxData; ^ ~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) { ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: place parentheses around the assignment to silence this warning while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) { ^ ( ) /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: use '==' to turn this assignment into an equality comparison while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) { ^ == 3 warnings generated. [ 89%] Linking C shared library build/vm/SqueakSSL.dll /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o build/vm/SqueakSSL.dll -Wl,--out-implib,build/vm/libSqueakSSL.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o build/vm/libPharoVMCore.dll.a -lCrypt32 -lSecur32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Built target SqueakSSL make -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/gcc-runtime-3.4.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/gcc-runtime-3.4.dir/depend.internal". Scanning dependencies of target gcc-runtime-3.4 make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Built target gcc-runtime-3.4 make -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal". Scanning dependencies of target zlib-1.2.11-fixLibGit make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Built target zlib-1.2.11-fixLibGit make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/depend.internal". Scanning dependencies of target Pharo make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Building C object CMakeFiles/Pharo.dir/src/win32Main.c.o /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/Pharo.dir/src/win32Main.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/src/win32Main.c [ 90%] Building RC object CMakeFiles/Pharo.dir/Pharo.rc.res x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffi/include /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/Pharo.rc CMakeFiles/Pharo.dir/Pharo.rc.res [ 90%] Linking C executable build/vm/Pharo.exe /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -Wl,--enable-auto-import -mwindows -mwindows CMakeFiles/Pharo.dir/src/win32Main.c.o CMakeFiles/Pharo.dir/Pharo.rc.res -o build/vm/Pharo.exe -Wl,--out-implib,build/vm/libPharo.dll.a -Wl,--major-image-version,0,--minor-image-version,0 build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 90%] Built target Pharo make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal". Scanning dependencies of target build_vmmaker_get_vm make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 90%] Performing update step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 90%] Performing configure step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 91%] Performing build step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 92%] Performing install step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install [ 93%] Completed 'build_vmmaker_get_vm' /usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-complete /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 95%] Built target build_vmmaker_get_vm make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color= Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal". Dependee "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal". Scanning dependencies of target TestLibrary make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/basic_types.c [ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callback_types.c [ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callbacks.c:62:3: warning: incompatible pointer types passing 'void *(void *)' to parameter of type 'LPTHREAD_START_ROUTINE' (aka 'unsigned long (*)(void *)') [-Wincompatible-pointer-types] otherThread, // thread function name ^~~~~~~~~~~ /usr/x86_64-w64-mingw32/sys-root/mingw/include/processthreadsapi.h:195:127: note: passing argument to parameter 'lpStartAddress' here WINBASEAPI HANDLE WINAPI CreateThread (LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId); ^ 2 warnings generated. [ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/callout.c [ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/registerCallback.c [ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=63 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/includes -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary/src/structures.c [100%] Linking C shared library ../vm/TestLibrary.dll cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1 /usr/bin/x86_64-w64-mingw32-clang -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls -DNDEBUG -DDEBUGVM=0 -shared -Wl,--enable-auto-import -o ../vm/TestLibrary.dll -Wl,--out-implib,../vm/libTestLibrary.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [100%] Built target TestLibrary make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' Install the project... /usr/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/./ -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//B2DPlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//BitBltPlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//DSAPrims.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//ffi.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//FileAttributesPlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//FilePlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//iconv.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//JPEGReaderPlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//JPEGReadWriter2Plugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//LargeIntegers.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libbz2-1.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libcairo-2.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libeay32.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libexpat-1.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libfontconfig-1.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libfreetype-6.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libgcc_s_seh-1.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libgit2-1-0-0.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libgit2.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libpcre-1.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libpixman-1-0.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libpng16-16.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libssh2-1.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libssh2.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libwinpthread-1.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//LocalePlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//MiscPrimitivePlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//PharoVMCore.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//SDL2.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//SocketPlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//SqueakSSL.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//ssleay32.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//SurfacePlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//TestLibrary.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//UUIDPlugin.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//zlib1.dll -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/./Pharo.exe.manifest -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/./PharoConsole.exe.manifest -- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/./ -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libB2DPlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libBitBltPlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libDSAPrims.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libffi.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libFileAttributesPlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libFilePlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libJPEGReaderPlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libJPEGReadWriter2Plugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libLargeIntegers.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libLocalePlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libMiscPrimitivePlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libPharoVMCore.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libSocketPlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libSqueakSSL.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libSurfacePlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libTestLibrary.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//libUUIDPlugin.dll.a -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//Pharo.exe -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/.//PharoConsole.exe -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqConfig.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqGnu.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqPlatformSpecific.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqWin32.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqWin32Alloc.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqWin32HandleTable.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/config.h -- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/debug.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/errorCode.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/exportDefinition.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/fileDialog.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/imageAccess.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/interpreter.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/jit -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/jit/jit.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/macros.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/parameters.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/parameterVector.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pathUtilities.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pharo.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/pharoClient.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/platformSemaphore.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/semaphores/pSemaphore.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sigjmp_support.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqNamedPrims.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/stringUtilities.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threads -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threads/vmthread.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threadSafeQueue -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h -- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/dispdbg.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sq.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqaio.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqAssert.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqAtomicOps.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqCogStackAlignment.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqMemoryAccess.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqMemoryFence.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/sqVirtualMachine.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Darwin.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/DownloadProject.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindCairo.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindFFI.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/FindSDL2.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importCairo.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importFreetype2.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importLibFFI.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importLibGit2.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/importSDL2.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Linux.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/OpenBSD.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/packaging.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/versionExtraction.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/vmmaker.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/cmake/Windows.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2 -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/osx -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/config.h.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/debug.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/errorCode.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/fileDialog.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/imageAccess.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/interpreter.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/jit -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/jit/jit.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/macros.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/parameters.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/parameterVector.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pharo.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/pharoClient.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threads -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/bin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/packaging/linux/launch.sh.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin/common -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/img.image -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/Info.plist.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/Pharo.icns -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoImage.icns -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/mac/PharoSources.icns -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.ico -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/installCygwin.ps1 -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/installVMMaker.st -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1 -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/scripts/runTests.sh -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/client.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debug.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debugUnix.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/debugWin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/errorCode.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/externalPrimitives.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogCommon.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogMac.m -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogUnix.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileDialogWin32.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileUtils.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/fileUtilsWin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/imageAccess.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/macAlias.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/memoryUnix.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/nullDisplay.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/parameters.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/parameterVector.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/pathUtilities.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/stringUtilities.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/threadSafeQueue -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/unixMain.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utils.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/utilsMac.mm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/src/win32Main.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/callbacks.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/worker.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/include/workerTask.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/sameThread -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/types.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/utils.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/worker.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/version.info -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/CMakeLists.txt -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/macros.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/plugins.macros.cmake -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated/ -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32 -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/examplePlugins.ext -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/interp.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64 -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/examplePlugins.ext -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/interp.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c -- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cogit.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cogmethod.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/cointerp.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/interp.h -- Installing: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/dist/include/pharovm/vmCallback.h [Pipeline] } [Pipeline] // withEnv [Pipeline] echo Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex cd build && VERBOSE=1 make package [Pipeline] withEnv [Pipeline] { [Pipeline] sh + cd build + VERBOSE=1 + make package /usr/bin/cmake.exe -S/cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository -B/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'libffi-build/CMakeFiles/objlib.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 4%] Built target objlib make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'libffi-build/CMakeFiles/ffi_shared.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 5%] Built target ffi_shared make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 6%] Built target libffi_copy make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 7%] Performing update step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 7%] Performing configure step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 8%] Performing build step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 9%] Built target build_vmmaker_get_vm-build make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 10%] Performing update step for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo [ 11%] Performing configure step for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure [ 11%] Performing build step for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/Pharo9.0-SNAPSHOT-64bit-ac4bf08.image save VMMaker cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image/VMMaker.image --save --quit C:/builds/workspace/pharo-vm_feat_headless/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_feat_headless/repository httpsUrl NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared) MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Loading baseline of BaselineOfVMMaker... MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Project: Unicorn baseline MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master] MetacelloNotification: Project: LLVMDisassembler baseline MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master] MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared) SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed) NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared) MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared) MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Starting atomic load NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared) MetacelloNotification: Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Starting atomic load SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed) MetacelloNotification: Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache MetacelloNotification: Finished atomic load MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared) NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared) MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed) NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared) NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared) NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared) NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared) NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared) NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared) NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed) NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared) NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) NewUndeclaredWarning: StackInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared) SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed) NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared) NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared) MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: UnicornSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared) NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared) MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared) NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared) NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared) MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) NewUndeclaredWarning: SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared) SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed) NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_feat_headless\repository\smalltalksrc --- cache MetacelloNotification: ...finished baseline cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build [ 11%] Performing install step for 'build_vmmaker_get_image' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install [ 12%] Completed 'build_vmmaker_get_image' /usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_image-complete /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 13%] Built target build_vmmaker_get_image make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/PharoVMCore.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 37%] Built target PharoVMCore make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/FilePlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 40%] Built target FilePlugin make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/FileAttributesPlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 42%] Built target FileAttributesPlugin make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/JPEGReaderPlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 43%] Built target JPEGReaderPlugin make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/SurfacePlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 45%] Built target SurfacePlugin make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/MiscPrimitivePlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 46%] Built target MiscPrimitivePlugin make -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/PharoConsole.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 48%] Built target PharoConsole make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/SocketPlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 50%] Built target SocketPlugin make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/LargeIntegers.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 51%] Built target LargeIntegers make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/LocalePlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target LocalePlugin make -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target SDL2-2.0.5 make -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target libpng-1.6.34 make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target pixman-0.34.0 make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target freetype-2.9.1 make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 53%] Built target libssh2-1.9.0 make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/JPEGReadWriter2Plugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 83%] Built target JPEGReadWriter2Plugin make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/UUIDPlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 84%] Built target UUIDPlugin make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/B2DPlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 85%] Built target B2DPlugin make -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 85%] Built target libgit2-win-1.0.0 make -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 85%] Built target openssl-1.0.2q-fixLigGit make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/DSAPrims.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 86%] Built target DSAPrims make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/BitBltPlugin.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 87%] Built target BitBltPlugin make -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 87%] Built target libgit2-0.25.1-fixLibGit make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 87%] Built target cairo-1.15.4 make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/SqueakSSL.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Built target SqueakSSL make -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Built target gcc-runtime-3.4 make -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/vm/ make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 89%] Built target zlib-1.2.11-fixLibGit make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'CMakeFiles/Pharo.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 90%] Built target Pharo make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 90%] Performing update step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo [ 90%] Performing configure step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure [ 91%] Performing build step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build [ 92%] Performing install step for 'build_vmmaker_get_vm' cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && echo cd C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install [ 93%] Completed 'build_vmmaker_get_vm' /usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles /usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles/build_vmmaker_get_vm-complete /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_feat_headless/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [ 95%] Built target build_vmmaker_get_vm make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' cd /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository /cygdrive/c/builds/workspace/pharo-vm_feat_headless/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color= make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[2]: Nothing to be done for 'build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' [100%] Built target TestLibrary make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' /usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_feat_headless/build' Run CPack packaging tool... /usr/bin/cpack.exe --config ./CPackConfig.cmake CPack: Create package using ZIP CPack: Install projects CPack: - Run preinstall target for: PharoVM CPack: - Install project: PharoVM [] CPack: - Install component: Unspecified CPack: - Install component: bin CPack: - Install component: c-src CPack: - Install component: include CPack: Create package CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-Unspecified.zip generated. CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-Unspecified.zip.sha1 generated. CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.zip generated. CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.zip.sha1 generated. CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-c-src.zip generated. CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-c-src.zip.sha1 generated. CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-include.zip generated. CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-include.zip.sha1 generated. CPack: Create package using TGZ CPack: Install projects CPack: - Run preinstall target for: PharoVM CPack: - Install project: PharoVM [] CPack: - Install component: Unspecified CPack: - Install component: bin CPack: - Install component: c-src CPack: - Install component: include CPack: Create package CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-Unspecified.tar.gz generated. CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-Unspecified.tar.gz.sha1 generated. CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.tar.gz generated. CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.tar.gz.sha1 generated. CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-c-src.tar.gz generated. CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-c-src.tar.gz.sha1 generated. CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-include.tar.gz generated. CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_feat_headless/build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-include.tar.gz.sha1 generated. [Pipeline] } [Pipeline] // withEnv [Pipeline] stash Stashed 16 file(s) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // parallel [Pipeline] node Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_feat_headless [Pipeline] { [Pipeline] stage [Pipeline] { (Upload) [Pipeline] echo [DO NO UPLOAD] In branch different that 'headless': feat/headless [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] node Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_feat_headless [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (build-GTK-bundle) [Pipeline] checkout 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_headless # 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 Avoid second fetch Checking out Revision f4fe5697197c28440fef9df0027dad21cc033cb4 (feat/headless) Commit message: "Merge pull request #315 from tesonep/fixing-32bit-arm-tests" > git --version # timeout=10 > git --version # 'git version 2.7.4' [Pipeline] unstash > 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 f4fe5697197c28440fef9df0027dad21cc033cb4 # timeout=10 [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/build [Pipeline] { [Pipeline] sh + wget http://files.pharo.org/vm/pharo-spur64/win/third-party/Gtk3.zip --2022-10-05 17:44:30-- http://files.pharo.org/vm/pharo-spur64/win/third-party/Gtk3.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|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 25354024 (24M) [application/zip] Saving to: ‘Gtk3.zip’ 0K .......... .......... .......... .......... .......... 0% 4.17M 6s 50K .......... .......... .......... .......... .......... 0% 8.66M 4s 100K .......... .......... .......... .......... .......... 0% 26.6M 3s 150K .......... .......... .......... .......... .......... 0% 22.2M 3s 200K .......... .......... .......... .......... .......... 1% 15.7M 2s 250K .......... .......... .......... .......... .......... 1% 22.1M 2s 300K .......... .......... .......... .......... .......... 1% 21.6M 2s 350K .......... .......... .......... .......... .......... 1% 27.5M 2s 400K .......... .......... .......... .......... .......... 1% 21.1M 2s 450K .......... .......... .......... .......... .......... 2% 30.0M 2s 500K .......... .......... .......... .......... .......... 2% 21.6M 2s 550K .......... .......... .......... .......... .......... 2% 20.3M 2s 600K .......... .......... .......... .......... .......... 2% 24.3M 2s 650K .......... .......... .......... .......... .......... 2% 21.2M 2s 700K .......... .......... .......... .......... .......... 3% 24.2M 1s 750K .......... .......... .......... .......... .......... 3% 29.9M 1s 800K .......... .......... .......... .......... .......... 3% 18.7M 1s 850K .......... .......... .......... .......... .......... 3% 26.5M 1s 900K .......... .......... .......... .......... .......... 3% 24.2M 1s 950K .......... .......... .......... .......... .......... 4% 22.0M 1s 1000K .......... .......... .......... .......... .......... 4% 21.8M 1s 1050K .......... .......... .......... .......... .......... 4% 23.4M 1s 1100K .......... .......... .......... .......... .......... 4% 24.7M 1s 1150K .......... .......... .......... .......... .......... 4% 24.1M 1s 1200K .......... .......... .......... .......... .......... 5% 21.3M 1s 1250K .......... .......... .......... .......... .......... 5% 26.4M 1s 1300K .......... .......... .......... .......... .......... 5% 21.6M 1s 1350K .......... .......... .......... .......... .......... 5% 24.9M 1s 1400K .......... .......... .......... .......... .......... 5% 22.2M 1s 1450K .......... .......... .......... .......... .......... 6% 28.7M 1s 1500K .......... .......... .......... .......... .......... 6% 21.2M 1s 1550K .......... .......... .......... .......... .......... 6% 20.9M 1s 1600K .......... .......... .......... .......... .......... 6% 25.3M 1s 1650K .......... .......... .......... .......... .......... 6% 23.6M 1s 1700K .......... .......... .......... .......... .......... 7% 25.8M 1s 1750K .......... .......... .......... .......... .......... 7% 21.0M 1s 1800K .......... .......... .......... .......... .......... 7% 24.8M 1s 1850K .......... .......... .......... .......... .......... 7% 20.8M 1s 1900K .......... .......... .......... .......... .......... 7% 31.0M 1s 1950K .......... .......... .......... .......... .......... 8% 20.0M 1s 2000K .......... .......... .......... .......... .......... 8% 21.6M 1s 2050K .......... .......... .......... .......... .......... 8% 27.8M 1s 2100K .......... .......... .......... .......... .......... 8% 25.9M 1s 2150K .......... .......... .......... .......... .......... 8% 23.8M 1s 2200K .......... .......... .......... .......... .......... 9% 18.1M 1s 2250K .......... .......... .......... .......... .......... 9% 27.6M 1s 2300K .......... .......... .......... .......... .......... 9% 22.0M 1s 2350K .......... .......... .......... .......... .......... 9% 22.7M 1s 2400K .......... .......... .......... .......... .......... 9% 21.8M 1s 2450K .......... .......... .......... .......... .......... 10% 27.3M 1s 2500K .......... .......... .......... .......... .......... 10% 21.8M 1s 2550K .......... .......... .......... .......... .......... 10% 22.3M 1s 2600K .......... .......... .......... .......... .......... 10% 28.5M 1s 2650K .......... .......... .......... .......... .......... 10% 20.2M 1s 2700K .......... .......... .......... .......... .......... 11% 23.0M 1s 2750K .......... .......... .......... .......... .......... 11% 25.3M 1s 2800K .......... .......... .......... .......... .......... 11% 27.2M 1s 2850K .......... .......... .......... .......... .......... 11% 21.7M 1s 2900K .......... .......... .......... .......... .......... 11% 19.5M 1s 2950K .......... .......... .......... .......... .......... 12% 29.3M 1s 3000K .......... .......... .......... .......... .......... 12% 19.5M 1s 3050K .......... .......... .......... .......... .......... 12% 23.2M 1s 3100K .......... .......... .......... .......... .......... 12% 27.1M 1s 3150K .......... .......... .......... .......... .......... 12% 21.7M 1s 3200K .......... .......... .......... .......... .......... 13% 23.0M 1s 3250K .......... .......... .......... .......... .......... 13% 22.4M 1s 3300K .......... .......... .......... .......... .......... 13% 26.4M 1s 3350K .......... .......... .......... .......... .......... 13% 21.8M 1s 3400K .......... .......... .......... .......... .......... 13% 24.2M 1s 3450K .......... .......... .......... .......... .......... 14% 23.6M 1s 3500K .......... .......... .......... .......... .......... 14% 21.9M 1s 3550K .......... .......... .......... .......... .......... 14% 23.5M 1s 3600K .......... .......... .......... .......... .......... 14% 23.8M 1s 3650K .......... .......... .......... .......... .......... 14% 24.4M 1s 3700K .......... .......... .......... .......... .......... 15% 21.3M 1s 3750K .......... .......... .......... .......... .......... 15% 26.5M 1s 3800K .......... .......... .......... .......... .......... 15% 21.1M 1s 3850K .......... .......... .......... .......... .......... 15% 22.6M 1s 3900K .......... .......... .......... .......... .......... 15% 24.3M 1s 3950K .......... .......... .......... .......... .......... 16% 23.7M 1s 4000K .......... .......... .......... .......... .......... 16% 22.1M 1s 4050K .......... .......... .......... .......... .......... 16% 25.4M 1s 4100K .......... .......... .......... .......... .......... 16% 27.5M 1s 4150K .......... .......... .......... .......... .......... 16% 18.9M 1s 4200K .......... .......... .......... .......... .......... 17% 28.1M 1s 4250K .......... .......... .......... .......... .......... 17% 23.4M 1s 4300K .......... .......... .......... .......... .......... 17% 21.6M 1s 4350K .......... .......... .......... .......... .......... 17% 25.3M 1s 4400K .......... .......... .......... .......... .......... 17% 19.5M 1s 4450K .......... .......... .......... .......... .......... 18% 23.6M 1s 4500K .......... .......... .......... .......... .......... 18% 21.7M 1s 4550K .......... .......... .......... .......... .......... 18% 23.3M 1s 4600K .......... .......... .......... .......... .......... 18% 23.9M 1s 4650K .......... .......... .......... .......... .......... 18% 20.4M 1s 4700K .......... .......... .......... .......... .......... 19% 25.6M 1s 4750K .......... .......... .......... .......... .......... 19% 21.0M 1s 4800K .......... .......... .......... .......... .......... 19% 25.9M 1s 4850K .......... .......... .......... .......... .......... 19% 25.3M 1s 4900K .......... .......... .......... .......... .......... 19% 25.5M 1s 4950K .......... .......... .......... .......... .......... 20% 20.8M 1s 5000K .......... .......... .......... .......... .......... 20% 20.5M 1s 5050K .......... .......... .......... .......... .......... 20% 28.0M 1s 5100K .......... .......... .......... .......... .......... 20% 20.7M 1s 5150K .......... .......... .......... .......... .......... 21% 22.2M 1s 5200K .......... .......... .......... .......... .......... 21% 25.6M 1s 5250K .......... .......... .......... .......... .......... 21% 24.7M 1s 5300K .......... .......... .......... .......... .......... 21% 20.3M 1s 5350K .......... .......... .......... .......... .......... 21% 25.9M 1s 5400K .......... .......... .......... .......... .......... 22% 24.0M 1s 5450K .......... .......... .......... .......... .......... 22% 28.3M 1s 5500K .......... .......... .......... .......... .......... 22% 22.9M 1s 5550K .......... .......... .......... .......... .......... 22% 21.1M 1s 5600K .......... .......... .......... .......... .......... 22% 22.4M 1s 5650K .......... .......... .......... .......... .......... 23% 21.8M 1s 5700K .......... .......... .......... .......... .......... 23% 25.0M 1s 5750K .......... .......... .......... .......... .......... 23% 21.9M 1s 5800K .......... .......... .......... .......... .......... 23% 23.1M 1s 5850K .......... .......... .......... .......... .......... 23% 25.7M 1s 5900K .......... .......... .......... .......... .......... 24% 22.2M 1s 5950K .......... .......... .......... .......... .......... 24% 27.9M 1s 6000K .......... .......... .......... .......... .......... 24% 21.4M 1s 6050K .......... .......... .......... .......... .......... 24% 24.8M 1s 6100K .......... .......... .......... .......... .......... 24% 23.3M 1s 6150K .......... .......... .......... .......... .......... 25% 21.8M 1s 6200K .......... .......... .......... .......... .......... 25% 22.1M 1s 6250K .......... .......... .......... .......... .......... 25% 27.6M 1s 6300K .......... .......... .......... .......... .......... 25% 23.3M 1s 6350K .......... .......... .......... .......... .......... 25% 19.4M 1s 6400K .......... .......... .......... .......... .......... 26% 27.0M 1s 6450K .......... .......... .......... .......... .......... 26% 22.8M 1s 6500K .......... .......... .......... .......... .......... 26% 20.9M 1s 6550K .......... .......... .......... .......... .......... 26% 23.1M 1s 6600K .......... .......... .......... .......... .......... 26% 25.2M 1s 6650K .......... .......... .......... .......... .......... 27% 24.0M 1s 6700K .......... .......... .......... .......... .......... 27% 21.6M 1s 6750K .......... .......... .......... .......... .......... 27% 30.5M 1s 6800K .......... .......... .......... .......... .......... 27% 20.3M 1s 6850K .......... .......... .......... .......... .......... 27% 26.2M 1s 6900K .......... .......... .......... .......... .......... 28% 22.4M 1s 6950K .......... .......... .......... .......... .......... 28% 25.7M 1s 7000K .......... .......... .......... .......... .......... 28% 23.2M 1s 7050K .......... .......... .......... .......... .......... 28% 18.5M 1s 7100K .......... .......... .......... .......... .......... 28% 25.1M 1s 7150K .......... .......... .......... .......... .......... 29% 21.9M 1s 7200K .......... .......... .......... .......... .......... 29% 22.8M 1s 7250K .......... .......... .......... .......... .......... 29% 28.2M 1s 7300K .......... .......... .......... .......... .......... 29% 20.8M 1s 7350K .......... .......... .......... .......... .......... 29% 23.9M 1s 7400K .......... .......... .......... .......... .......... 30% 21.0M 1s 7450K .......... .......... .......... .......... .......... 30% 27.8M 1s 7500K .......... .......... .......... .......... .......... 30% 22.4M 1s 7550K .......... .......... .......... .......... .......... 30% 23.3M 1s 7600K .......... .......... .......... .......... .......... 30% 21.4M 1s 7650K .......... .......... .......... .......... .......... 31% 23.3M 1s 7700K .......... .......... .......... .......... .......... 31% 26.3M 1s 7750K .......... .......... .......... .......... .......... 31% 23.6M 1s 7800K .......... .......... .......... .......... .......... 31% 21.7M 1s 7850K .......... .......... .......... .......... .......... 31% 26.0M 1s 7900K .......... .......... .......... .......... .......... 32% 20.6M 1s 7950K .......... .......... .......... .......... .......... 32% 24.5M 1s 8000K .......... .......... .......... .......... .......... 32% 22.8M 1s 8050K .......... .......... .......... .......... .......... 32% 24.5M 1s 8100K .......... .......... .......... .......... .......... 32% 22.1M 1s 8150K .......... .......... .......... .......... .......... 33% 26.7M 1s 8200K .......... .......... .......... .......... .......... 33% 22.2M 1s 8250K .......... .......... .......... .......... .......... 33% 21.6M 1s 8300K .......... .......... .......... .......... .......... 33% 24.6M 1s 8350K .......... .......... .......... .......... .......... 33% 21.9M 1s 8400K .......... .......... .......... .......... .......... 34% 30.0M 1s 8450K .......... .......... .......... .......... .......... 34% 19.5M 1s 8500K .......... .......... .......... .......... .......... 34% 29.7M 1s 8550K .......... .......... .......... .......... .......... 34% 19.6M 1s 8600K .......... .......... .......... .......... .......... 34% 22.1M 1s 8650K .......... .......... .......... .......... .......... 35% 23.2M 1s 8700K .......... .......... .......... .......... .......... 35% 25.3M 1s 8750K .......... .......... .......... .......... .......... 35% 16.7M 1s 8800K .......... .......... .......... .......... .......... 35% 34.3M 1s 8850K .......... .......... .......... .......... .......... 35% 26.3M 1s 8900K .......... .......... .......... .......... .......... 36% 23.3M 1s 8950K .......... .......... .......... .......... .......... 36% 25.4M 1s 9000K .......... .......... .......... .......... .......... 36% 19.2M 1s 9050K .......... .......... .......... .......... .......... 36% 27.4M 1s 9100K .......... .......... .......... .......... .......... 36% 22.0M 1s 9150K .......... .......... .......... .......... .......... 37% 24.0M 1s 9200K .......... .......... .......... .......... .......... 37% 25.8M 1s 9250K .......... .......... .......... .......... .......... 37% 23.2M 1s 9300K .......... .......... .......... .......... .......... 37% 20.4M 1s 9350K .......... .......... .......... .......... .......... 37% 27.9M 1s 9400K .......... .......... .......... .......... .......... 38% 19.5M 1s 9450K .......... .......... .......... .......... .......... 38% 23.6M 1s 9500K .......... .......... .......... .......... .......... 38% 27.2M 1s 9550K .......... .......... .......... .......... .......... 38% 21.3M 1s 9600K .......... .......... .......... .......... .......... 38% 24.2M 1s 9650K .......... .......... .......... .......... .......... 39% 23.5M 1s 9700K .......... .......... .......... .......... .......... 39% 20.4M 1s 9750K .......... .......... .......... .......... .......... 39% 23.4M 1s 9800K .......... .......... .......... .......... .......... 39% 24.9M 1s 9850K .......... .......... .......... .......... .......... 39% 23.2M 1s 9900K .......... .......... .......... .......... .......... 40% 26.1M 1s 9950K .......... .......... .......... .......... .......... 40% 21.5M 1s 10000K .......... .......... .......... .......... .......... 40% 23.0M 1s 10050K .......... .......... .......... .......... .......... 40% 28.2M 1s 10100K .......... .......... .......... .......... .......... 40% 20.3M 1s 10150K .......... .......... .......... .......... .......... 41% 28.7M 1s 10200K .......... .......... .......... .......... .......... 41% 20.2M 1s 10250K .......... .......... .......... .......... .......... 41% 24.0M 1s 10300K .......... .......... .......... .......... .......... 41% 21.0M 1s 10350K .......... .......... .......... .......... .......... 42% 29.0M 1s 10400K .......... .......... .......... .......... .......... 42% 19.6M 1s 10450K .......... .......... .......... .......... .......... 42% 24.1M 1s 10500K .......... .......... .......... .......... .......... 42% 24.2M 1s 10550K .......... .......... .......... .......... .......... 42% 23.0M 1s 10600K .......... .......... .......... .......... .......... 43% 23.8M 1s 10650K .......... .......... .......... .......... .......... 43% 24.9M 1s 10700K .......... .......... .......... .......... .......... 43% 19.5M 1s 10750K .......... .......... .......... .......... .......... 43% 25.7M 1s 10800K .......... .......... .......... .......... .......... 43% 18.5M 1s 10850K .......... .......... .......... .......... .......... 44% 22.3M 1s 10900K .......... .......... .......... .......... .......... 44% 9.62M 1s 10950K .......... .......... .......... .......... .......... 44% 254M 1s 11000K .......... .......... .......... .......... .......... 44% 65.3M 1s 11050K .......... .......... .......... .......... .......... 44% 21.5M 1s 11100K .......... .......... .......... .......... .......... 45% 22.8M 1s 11150K .......... .......... .......... .......... .......... 45% 23.7M 1s 11200K .......... .......... .......... .......... .......... 45% 24.7M 1s 11250K .......... .......... .......... .......... .......... 45% 24.8M 1s 11300K .......... .......... .......... .......... .......... 45% 28.5M 1s 11350K .......... .......... .......... .......... .......... 46% 19.4M 1s 11400K .......... .......... .......... .......... .......... 46% 22.6M 1s 11450K .......... .......... .......... .......... .......... 46% 22.7M 1s 11500K .......... .......... .......... .......... .......... 46% 27.4M 1s 11550K .......... .......... .......... .......... .......... 46% 21.5M 1s 11600K .......... .......... .......... .......... .......... 47% 23.6M 1s 11650K .......... .......... .......... .......... .......... 47% 19.8M 1s 11700K .......... .......... .......... .......... .......... 47% 33.0M 1s 11750K .......... .......... .......... .......... .......... 47% 19.0M 1s 11800K .......... .......... .......... .......... .......... 47% 23.6M 1s 11850K .......... .......... .......... .......... .......... 48% 23.6M 1s 11900K .......... .......... .......... .......... .......... 48% 22.9M 1s 11950K .......... .......... .......... .......... .......... 48% 23.4M 1s 12000K .......... .......... .......... .......... .......... 48% 25.3M 1s 12050K .......... .......... .......... .......... .......... 48% 21.8M 1s 12100K .......... .......... .......... .......... .......... 49% 23.4M 1s 12150K .......... .......... .......... .......... .......... 49% 27.7M 1s 12200K .......... .......... .......... .......... .......... 49% 19.5M 1s 12250K .......... .......... .......... .......... .......... 49% 29.5M 1s 12300K .......... .......... .......... .......... .......... 49% 21.5M 1s 12350K .......... .......... .......... .......... .......... 50% 23.8M 1s 12400K .......... .......... .......... .......... .......... 50% 20.9M 1s 12450K .......... .......... .......... .......... .......... 50% 23.4M 1s 12500K .......... .......... .......... .......... .......... 50% 26.9M 1s 12550K .......... .......... .......... .......... .......... 50% 20.4M 1s 12600K .......... .......... .......... .......... .......... 51% 29.0M 1s 12650K .......... .......... .......... .......... .......... 51% 20.0M 1s 12700K .......... .......... .......... .......... .......... 51% 25.9M 1s 12750K .......... .......... .......... .......... .......... 51% 27.6M 1s 12800K .......... .......... .......... .......... .......... 51% 20.4M 1s 12850K .......... .......... .......... .......... .......... 52% 23.1M 1s 12900K .......... .......... .......... .......... .......... 52% 22.0M 1s 12950K .......... .......... .......... .......... .......... 52% 24.9M 1s 13000K .......... .......... .......... .......... .......... 52% 22.2M 1s 13050K .......... .......... .......... .......... .......... 52% 23.5M 1s 13100K .......... .......... .......... .......... .......... 53% 24.0M 0s 13150K .......... .......... .......... .......... .......... 53% 28.2M 0s 13200K .......... .......... .......... .......... .......... 53% 20.3M 0s 13250K .......... .......... .......... .......... .......... 53% 20.7M 0s 13300K .......... .......... .......... .......... .......... 53% 23.2M 0s 13350K .......... .......... .......... .......... .......... 54% 23.7M 0s 13400K .......... .......... .......... .......... .......... 54% 23.5M 0s 13450K .......... .......... .......... .......... .......... 54% 26.0M 0s 13500K .......... .......... .......... .......... .......... 54% 22.0M 0s 13550K .......... .......... .......... .......... .......... 54% 21.6M 0s 13600K .......... .......... .......... .......... .......... 55% 22.6M 0s 13650K .......... .......... .......... .......... .......... 55% 19.7M 0s 13700K .......... .......... .......... .......... .......... 55% 24.0M 0s 13750K .......... .......... .......... .......... .......... 55% 23.4M 0s 13800K .......... .......... .......... .......... .......... 55% 25.8M 0s 13850K .......... .......... .......... .......... .......... 56% 25.8M 0s 13900K .......... .......... .......... .......... .......... 56% 22.0M 0s 13950K .......... .......... .......... .......... .......... 56% 22.1M 0s 14000K .......... .......... .......... .......... .......... 56% 21.6M 0s 14050K .......... .......... .......... .......... .......... 56% 21.7M 0s 14100K .......... .......... .......... .......... .......... 57% 27.5M 0s 14150K .......... .......... .......... .......... .......... 57% 20.8M 0s 14200K .......... .......... .......... .......... .......... 57% 24.7M 0s 14250K .......... .......... .......... .......... .......... 57% 26.6M 0s 14300K .......... .......... .......... .......... .......... 57% 21.3M 0s 14350K .......... .......... .......... .......... .......... 58% 22.4M 0s 14400K .......... .......... .......... .......... .......... 58% 25.6M 0s 14450K .......... .......... .......... .......... .......... 58% 20.8M 0s 14500K .......... .......... .......... .......... .......... 58% 24.4M 0s 14550K .......... .......... .......... .......... .......... 58% 25.3M 0s 14600K .......... .......... .......... .......... .......... 59% 23.4M 0s 14650K .......... .......... .......... .......... .......... 59% 21.6M 0s 14700K .......... .......... .......... .......... .......... 59% 22.9M 0s 14750K .......... .......... .......... .......... .......... 59% 23.6M 0s 14800K .......... .......... .......... .......... .......... 59% 25.0M 0s 14850K .......... .......... .......... .......... .......... 60% 25.5M 0s 14900K .......... .......... .......... .......... .......... 60% 21.5M 0s 14950K .......... .......... .......... .......... .......... 60% 21.3M 0s 15000K .......... .......... .......... .......... .......... 60% 24.9M 0s 15050K .......... .......... .......... .......... .......... 60% 23.7M 0s 15100K .......... .......... .......... .......... .......... 61% 22.1M 0s 15150K .......... .......... .......... .......... .......... 61% 26.9M 0s 15200K .......... .......... .......... .......... .......... 61% 22.9M 0s 15250K .......... .......... .......... .......... .......... 61% 20.2M 0s 15300K .......... .......... .......... .......... .......... 61% 31.7M 0s 15350K .......... .......... .......... .......... .......... 62% 19.5M 0s 15400K .......... .......... .......... .......... .......... 62% 23.3M 0s 15450K .......... .......... .......... .......... .......... 62% 25.9M 0s 15500K .......... .......... .......... .......... .......... 62% 26.4M 0s 15550K .......... .......... .......... .......... .......... 63% 19.1M 0s 15600K .......... .......... .......... .......... .......... 63% 24.3M 0s 15650K .......... .......... .......... .......... .......... 63% 21.2M 0s 15700K .......... .......... .......... .......... .......... 63% 25.8M 0s 15750K .......... .......... .......... .......... .......... 63% 22.1M 0s 15800K .......... .......... .......... .......... .......... 64% 27.3M 0s 15850K .......... .......... .......... .......... .......... 64% 29.8M 0s 15900K .......... .......... .......... .......... .......... 64% 19.0M 0s 15950K .......... .......... .......... .......... .......... 64% 20.4M 0s 16000K .......... .......... .......... .......... .......... 64% 23.4M 0s 16050K .......... .......... .......... .......... .......... 65% 31.0M 0s 16100K .......... .......... .......... .......... .......... 65% 19.7M 0s 16150K .......... .......... .......... .......... .......... 65% 23.2M 0s 16200K .......... .......... .......... .......... .......... 65% 25.8M 0s 16250K .......... .......... .......... .......... .......... 65% 20.2M 0s 16300K .......... .......... .......... .......... .......... 66% 24.8M 0s 16350K .......... .......... .......... .......... .......... 66% 26.0M 0s 16400K .......... .......... .......... .......... .......... 66% 21.6M 0s 16450K .......... .......... .......... .......... .......... 66% 22.8M 0s 16500K .......... .......... .......... .......... .......... 66% 25.2M 0s 16550K .......... .......... .......... .......... .......... 67% 23.6M 0s 16600K .......... .......... .......... .......... .......... 67% 20.8M 0s 16650K .......... .......... .......... .......... .......... 67% 22.5M 0s 16700K .......... .......... .......... .......... .......... 67% 28.0M 0s 16750K .......... .......... .......... .......... .......... 67% 20.0M 0s 16800K .......... .......... .......... .......... .......... 68% 22.4M 0s 16850K .......... .......... .......... .......... .......... 68% 24.2M 0s 16900K .......... .......... .......... .......... .......... 68% 20.2M 0s 16950K .......... .......... .......... .......... .......... 68% 25.2M 0s 17000K .......... .......... .......... .......... .......... 68% 21.5M 0s 17050K .......... .......... .......... .......... .......... 69% 22.2M 0s 17100K .......... .......... .......... .......... .......... 69% 24.8M 0s 17150K .......... .......... .......... .......... .......... 69% 28.8M 0s 17200K .......... .......... .......... .......... .......... 69% 23.0M 0s 17250K .......... .......... .......... .......... .......... 69% 19.6M 0s 17300K .......... .......... .......... .......... .......... 70% 29.3M 0s 17350K .......... .......... .......... .......... .......... 70% 18.1M 0s 17400K .......... .......... .......... .......... .......... 70% 24.2M 0s 17450K .......... .......... .......... .......... .......... 70% 24.2M 0s 17500K .......... .......... .......... .......... .......... 70% 26.0M 0s 17550K .......... .......... .......... .......... .......... 71% 21.5M 0s 17600K .......... .......... .......... .......... .......... 71% 24.5M 0s 17650K .......... .......... .......... .......... .......... 71% 22.5M 0s 17700K .......... .......... .......... .......... .......... 71% 23.6M 0s 17750K .......... .......... .......... .......... .......... 71% 22.7M 0s 17800K .......... .......... .......... .......... .......... 72% 23.8M 0s 17850K .......... .......... .......... .......... .......... 72% 23.3M 0s 17900K .......... .......... .......... .......... .......... 72% 25.8M 0s 17950K .......... .......... .......... .......... .......... 72% 20.1M 0s 18000K .......... .......... .......... .......... .......... 72% 26.0M 0s 18050K .......... .......... .......... .......... .......... 73% 21.4M 0s 18100K .......... .......... .......... .......... .......... 73% 27.2M 0s 18150K .......... .......... .......... .......... .......... 73% 23.3M 0s 18200K .......... .......... .......... .......... .......... 73% 26.2M 0s 18250K .......... .......... .......... .......... .......... 73% 19.3M 0s 18300K .......... .......... .......... .......... .......... 74% 23.5M 0s 18350K .......... .......... .......... .......... .......... 74% 22.3M 0s 18400K .......... .......... .......... .......... .......... 74% 24.6M 0s 18450K .......... .......... .......... .......... .......... 74% 32.2M 0s 18500K .......... .......... .......... .......... .......... 74% 18.8M 0s 18550K .......... .......... .......... .......... .......... 75% 23.9M 0s 18600K .......... .......... .......... .......... .......... 75% 20.5M 0s 18650K .......... .......... .......... .......... .......... 75% 31.4M 0s 18700K .......... .......... .......... .......... .......... 75% 23.9M 0s 18750K .......... .......... .......... .......... .......... 75% 18.6M 0s 18800K .......... .......... .......... .......... .......... 76% 29.5M 0s 18850K .......... .......... .......... .......... .......... 76% 22.1M 0s 18900K .......... .......... .......... .......... .......... 76% 23.0M 0s 18950K .......... .......... .......... .......... .......... 76% 24.1M 0s 19000K .......... .......... .......... .......... .......... 76% 21.0M 0s 19050K .......... .......... .......... .......... .......... 77% 22.7M 0s 19100K .......... .......... .......... .......... .......... 77% 24.4M 0s 19150K .......... .......... .......... .......... .......... 77% 25.9M 0s 19200K .......... .......... .......... .......... .......... 77% 21.7M 0s 19250K .......... .......... .......... .......... .......... 77% 22.8M 0s 19300K .......... .......... .......... .......... .......... 78% 26.4M 0s 19350K .......... .......... .......... .......... .......... 78% 22.7M 0s 19400K .......... .......... .......... .......... .......... 78% 23.1M 0s 19450K .......... .......... .......... .......... .......... 78% 20.5M 0s 19500K .......... .......... .......... .......... .......... 78% 24.1M 0s 19550K .......... .......... .......... .......... .......... 79% 25.0M 0s 19600K .......... .......... .......... .......... .......... 79% 28.2M 0s 19650K .......... .......... .......... .......... .......... 79% 18.5M 0s 19700K .......... .......... .......... .......... .......... 79% 24.4M 0s 19750K .......... .......... .......... .......... .......... 79% 29.1M 0s 19800K .......... .......... .......... .......... .......... 80% 19.8M 0s 19850K .......... .......... .......... .......... .......... 80% 25.6M 0s 19900K .......... .......... .......... .......... .......... 80% 21.5M 0s 19950K .......... .......... .......... .......... .......... 80% 22.2M 0s 20000K .......... .......... .......... .......... .......... 80% 22.1M 0s 20050K .......... .......... .......... .......... .......... 81% 32.8M 0s 20100K .......... .......... .......... .......... .......... 81% 18.4M 0s 20150K .......... .......... .......... .......... .......... 81% 23.0M 0s 20200K .......... .......... .......... .......... .......... 81% 26.8M 0s 20250K .......... .......... .......... .......... .......... 81% 24.5M 0s 20300K .......... .......... .......... .......... .......... 82% 31.3M 0s 20350K .......... .......... .......... .......... .......... 82% 19.0M 0s 20400K .......... .......... .......... .......... .......... 82% 26.8M 0s 20450K .......... .......... .......... .......... .......... 82% 18.0M 0s 20500K .......... .......... .......... .......... .......... 82% 24.3M 0s 20550K .......... .......... .......... .......... .......... 83% 26.5M 0s 20600K .......... .......... .......... .......... .......... 83% 21.4M 0s 20650K .......... .......... .......... .......... .......... 83% 24.4M 0s 20700K .......... .......... .......... .......... .......... 83% 22.7M 0s 20750K .......... .......... .......... .......... .......... 84% 27.4M 0s 20800K .......... .......... .......... .......... .......... 84% 22.6M 0s 20850K .......... .......... .......... .......... .......... 84% 19.4M 0s 20900K .......... .......... .......... .......... .......... 84% 29.0M 0s 20950K .......... .......... .......... .......... .......... 84% 21.9M 0s 21000K .......... .......... .......... .......... .......... 85% 22.6M 0s 21050K .......... .......... .......... .......... .......... 85% 22.8M 0s 21100K .......... .......... .......... .......... .......... 85% 24.5M 0s 21150K .......... .......... .......... .......... .......... 85% 26.0M 0s 21200K .......... .......... .......... .......... .......... 85% 20.3M 0s 21250K .......... .......... .......... .......... .......... 86% 24.4M 0s 21300K .......... .......... .......... .......... .......... 86% 23.1M 0s 21350K .......... .......... .......... .......... .......... 86% 29.5M 0s 21400K .......... .......... .......... .......... .......... 86% 20.8M 0s 21450K .......... .......... .......... .......... .......... 86% 24.0M 0s 21500K .......... .......... .......... .......... .......... 87% 20.7M 0s 21550K .......... .......... .......... .......... .......... 87% 21.3M 0s 21600K .......... .......... .......... .......... .......... 87% 29.4M 0s 21650K .......... .......... .......... .......... .......... 87% 22.1M 0s 21700K .......... .......... .......... .......... .......... 87% 27.4M 0s 21750K .......... .......... .......... .......... .......... 88% 19.3M 0s 21800K .......... .......... .......... .......... .......... 88% 22.7M 0s 21850K .......... .......... .......... .......... .......... 88% 25.0M 0s 21900K .......... .......... .......... .......... .......... 88% 22.6M 0s 21950K .......... .......... .......... .......... .......... 88% 30.7M 0s 22000K .......... .......... .......... .......... .......... 89% 19.2M 0s 22050K .......... .......... .......... .......... .......... 89% 21.6M 0s 22100K .......... .......... .......... .......... .......... 89% 24.8M 0s 22150K .......... .......... .......... .......... .......... 89% 24.5M 0s 22200K .......... .......... .......... .......... .......... 89% 23.5M 0s 22250K .......... .......... .......... .......... .......... 90% 20.5M 0s 22300K .......... .......... .......... .......... .......... 90% 26.0M 0s 22350K .......... .......... .......... .......... .......... 90% 23.6M 0s 22400K .......... .......... .......... .......... .......... 90% 23.2M 0s 22450K .......... .......... .......... .......... .......... 90% 24.3M 0s 22500K .......... .......... .......... .......... .......... 91% 21.1M 0s 22550K .......... .......... .......... .......... .......... 91% 27.4M 0s 22600K .......... .......... .......... .......... .......... 91% 20.0M 0s 22650K .......... .......... .......... .......... .......... 91% 24.7M 0s 22700K .......... .......... .......... .......... .......... 91% 23.7M 0s 22750K .......... .......... .......... .......... .......... 92% 23.4M 0s 22800K .......... .......... .......... .......... .......... 92% 23.6M 0s 22850K .......... .......... .......... .......... .......... 92% 22.3M 0s 22900K .......... .......... .......... .......... .......... 92% 25.6M 0s 22950K .......... .......... .......... .......... .......... 92% 18.4M 0s 23000K .......... .......... .......... .......... .......... 93% 23.0M 0s 23050K .......... .......... .......... .......... .......... 93% 18.4M 0s 23100K .......... .......... .......... .......... .......... 93% 45.9M 0s 23150K .......... .......... .......... .......... .......... 93% 17.7M 0s 23200K .......... .......... .......... .......... .......... 93% 23.7M 0s 23250K .......... .......... .......... .......... .......... 94% 25.6M 0s 23300K .......... .......... .......... .......... .......... 94% 24.5M 0s 23350K .......... .......... .......... .......... .......... 94% 22.6M 0s 23400K .......... .......... .......... .......... .......... 94% 21.6M 0s 23450K .......... .......... .......... .......... .......... 94% 21.6M 0s 23500K .......... .......... .......... .......... .......... 95% 25.3M 0s 23550K .......... .......... .......... .......... .......... 95% 29.2M 0s 23600K .......... .......... .......... .......... .......... 95% 18.2M 0s 23650K .......... .......... .......... .......... .......... 95% 22.9M 0s 23700K .......... .......... .......... .......... .......... 95% 27.8M 0s 23750K .......... .......... .......... .......... .......... 96% 21.0M 0s 23800K .......... .......... .......... .......... .......... 96% 26.6M 0s 23850K .......... .......... .......... .......... .......... 96% 21.9M 0s 23900K .......... .......... .......... .......... .......... 96% 24.0M 0s 23950K .......... .......... .......... .......... .......... 96% 22.2M 0s 24000K .......... .......... .......... .......... .......... 97% 24.2M 0s 24050K .......... .......... .......... .......... .......... 97% 23.2M 0s 24100K .......... .......... .......... .......... .......... 97% 23.6M 0s 24150K .......... .......... .......... .......... .......... 97% 22.1M 0s 24200K .......... .......... .......... .......... .......... 97% 27.5M 0s 24250K .......... .......... .......... .......... .......... 98% 20.2M 0s 24300K .......... .......... .......... .......... .......... 98% 26.9M 0s 24350K .......... .......... .......... .......... .......... 98% 19.8M 0s 24400K .......... .......... .......... .......... .......... 98% 29.1M 0s 24450K .......... .......... .......... .......... .......... 98% 20.9M 0s 24500K .......... .......... .......... .......... .......... 99% 23.1M 0s 24550K .......... .......... .......... .......... .......... 99% 24.3M 0s 24600K .......... .......... .......... .......... .......... 99% 23.0M 0s 24650K .......... .......... .......... .......... .......... 99% 24.5M 0s 24700K .......... .......... .......... .......... .......... 99% 21.5M 0s 24750K ......... 100% 19.3M=1.1s 2022-10-05 17:44:31 (23.0 MB/s) - ‘Gtk3.zip’ saved [25354024/25354024] [Pipeline] sh + unzip Gtk3.zip -d ./bundleGTK Archive: Gtk3.zip inflating: ./bundleGTK/iconv.dll creating: ./bundleGTK/lib/ creating: ./bundleGTK/lib/gdk-pixbuf-2.0/ creating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/ inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache creating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/ inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll inflating: ./bundleGTK/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll inflating: ./bundleGTK/libatk-1.0-0.dll inflating: ./bundleGTK/libbz2-1.dll inflating: ./bundleGTK/libcairo-2.dll inflating: ./bundleGTK/libcairo-gobject-2.dll inflating: ./bundleGTK/libcroco-0.6-3.dll inflating: ./bundleGTK/libepoxy-0.dll inflating: ./bundleGTK/libexpat-1.dll inflating: ./bundleGTK/libffi-6.dll inflating: ./bundleGTK/libfontconfig-1.dll inflating: ./bundleGTK/libfreetype-6.dll inflating: ./bundleGTK/libgcc_s_seh-1.dll inflating: ./bundleGTK/libgdk-3-0.dll inflating: ./bundleGTK/libgdk_pixbuf-2.0-0.dll inflating: ./bundleGTK/libgio-2.0-0.dll inflating: ./bundleGTK/libglib-2.0-0.dll inflating: ./bundleGTK/libgmodule-2.0-0.dll inflating: ./bundleGTK/libgobject-2.0-0.dll inflating: ./bundleGTK/libgtk-3-0.dll inflating: ./bundleGTK/libharfbuzz-0.dll inflating: ./bundleGTK/libintl-8.dll inflating: ./bundleGTK/liblzma-5.dll inflating: ./bundleGTK/libpango-1.0-0.dll inflating: ./bundleGTK/libpangocairo-1.0-0.dll inflating: ./bundleGTK/libpangoft2-1.0-0.dll inflating: ./bundleGTK/libpangowin32-1.0-0.dll inflating: ./bundleGTK/libpcre-1.dll inflating: ./bundleGTK/libpixbufloader-ani.dll inflating: ./bundleGTK/libpixbufloader-bmp.dll inflating: ./bundleGTK/libpixbufloader-gif.dll inflating: ./bundleGTK/libpixbufloader-icns.dll inflating: ./bundleGTK/libpixbufloader-ico.dll inflating: ./bundleGTK/libpixbufloader-jasper.dll inflating: ./bundleGTK/libpixbufloader-jpeg.dll inflating: ./bundleGTK/libpixbufloader-pnm.dll inflating: ./bundleGTK/libpixbufloader-qtif.dll inflating: ./bundleGTK/libpixbufloader-svg.dll inflating: ./bundleGTK/libpixbufloader-tga.dll inflating: ./bundleGTK/libpixbufloader-tiff.dll inflating: ./bundleGTK/libpixbufloader-xbm.dll inflating: ./bundleGTK/libpixbufloader-xpm.dll inflating: ./bundleGTK/libpixman-1-0.dll inflating: ./bundleGTK/libpng16-16.dll inflating: ./bundleGTK/librsvg-2-2.dll inflating: ./bundleGTK/libxml2-2.dll creating: ./bundleGTK/share/ creating: ./bundleGTK/share/Adwaita/ inflating: ./bundleGTK/share/Adwaita/index.theme creating: ./bundleGTK/share/Adwaita/gtk-3.0/ inflating: ./bundleGTK/share/Adwaita/gtk-3.0/gtk.css creating: ./bundleGTK/share/Adwaita/gtk-2.0/ inflating: ./bundleGTK/share/Adwaita/gtk-2.0/hacks.rc inflating: ./bundleGTK/share/Adwaita/gtk-2.0/main.rc inflating: ./bundleGTK/share/Adwaita/gtk-2.0/apps.rc creating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/ inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-down.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/focus.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/border.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-up.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame-inline.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-up-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-separator-rtl.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-horz-gap.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-left.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-mixed.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-up-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-down.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-down-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-background.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-focus.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-right-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-up-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle-horz.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right-semi.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-vert-trough-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-up.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-up-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-right.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-up-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-up.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/handle-vert.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left-semi.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-up.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-background-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-trough.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-down.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-rtl.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-down-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/entry.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-left-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-right.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame-notebook.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-unchecked.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-down-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-trough-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-hover.png extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-down-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-horz.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough-rtl.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-up.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-separator-ltr.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-mixed-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/frame.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-down.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-down-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-left-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-vert.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menubar-item-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-checked.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/radio-checked.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-mixed-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-ltr-up-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-vert-trough.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/treeview-pan-down-hover.png extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-radio-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-down-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/line.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-up-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/progressbar-horz-trough.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-slider-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-vert-trough.png extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button-hover.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/tab-vert-gap.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-unchecked-insensitive.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/notebook-entry.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/scale-horz-trough.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/spin-rtl-up.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/checkbox-checked-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-pan-right.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-checkbox-checked.png extracting: ./bundleGTK/share/Adwaita/gtk-2.0/assets/button.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/pan-left.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/menu-border.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-active.png inflating: ./bundleGTK/share/Adwaita/gtk-2.0/gtkrc creating: ./bundleGTK/share/Adwaita-dark/ creating: ./bundleGTK/share/Adwaita-dark/xfwm4/ inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-4-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-toggled-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/close-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-toggled-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-toggled-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-right-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/right-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/menu-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-toggled-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-1-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/close-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-toggled-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/left-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-toggled-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/themerc~ inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/menu-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-toggled-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-1-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-toggled-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/close-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/right-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/top-left-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-3-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/hide-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/hide-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-4-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/top-right-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-3-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/hide-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-toggled-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-5-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-2-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-5-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/menu-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-left-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-left-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/hide-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-pressed.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/left-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/menu-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/stick-toggled-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/top-right-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/themerc inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/close-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/bottom-right-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/title-2-active.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/top-left-inactive.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/maximize-toggled-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/xfwm4/shade-toggled-prelight.xpm inflating: ./bundleGTK/share/Adwaita-dark/index.theme creating: ./bundleGTK/share/Adwaita-dark/gtk-3.0/ inflating: ./bundleGTK/share/Adwaita-dark/gtk-3.0/gtk.css creating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/ inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/hacks.rc inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/main.rc inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/hacks-dark.rc inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/apps.rc creating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/ extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/button-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-down.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/focus.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-mixed-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/border.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-up.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/frame-inline.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-up-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-separator-rtl.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-horz-gap.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-checked-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-left.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-mixed.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-up-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-down.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-down-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry-background.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-horz-focus.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-right-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-up-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/handle-horz.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-left-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-right-semi.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-checked-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/handle.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-vert-trough-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-up.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-entry-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-checked.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-right-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-mixed-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-right-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-slider-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-right.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/handle-vert.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-left-semi.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-up.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry-background-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-trough.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-left-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-down.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-rtl.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-trough.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-down-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/entry.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-left-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-right.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/frame-notebook.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-unchecked.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-horz-trough-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-right-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-checked-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/button-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-left.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/progressbar-horz.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-trough-rtl.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-up.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-entry-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-separator-ltr.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-mixed-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/frame.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-slider.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-down.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-down-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-left-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/progressbar-vert.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menubar-item-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/radio-checked.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/progressbar-vert-trough.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-radio-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-down-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/line.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-up-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-slider-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/progressbar-horz-trough.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-slider-hover.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-vert-trough.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/button-hover.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/tab-vert-gap.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-active.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/notebook-entry.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/scale-horz-trough.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-pan-right.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/button.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/pan-left.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/menu-border.png extracting: ./bundleGTK/share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-active.png inflating: ./bundleGTK/share/Adwaita-dark/gtk-2.0/gtkrc creating: ./bundleGTK/share/Windows-10-3.2/ creating: ./bundleGTK/share/Windows-10-3.2/unity/ inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_focused_pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_outline_ltr_37.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_pip_rtl_37.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_focused_prelight.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_focused_pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_unfocused_prelight.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_edge_54.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_outline_ltr_19.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_pip_rtl_19.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_glow_200.svg creating: ./bundleGTK/share/Windows-10-3.2/unity/modes/ inflating: ./bundleGTK/share/Windows-10-3.2/unity/modes/ubuntu-square.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/modes/launcher_bfb_ns.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/modes/launcher_bfb.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_unfocused.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_shine_54.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_unfocused.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_edge_150.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_pip_ltr_19.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_unfocused_prelight.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_outline_rtl_19.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_unfocused_pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_focused_prelight.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_shadow_62.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_back_54.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_pip_ltr_37.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_outline_rtl_37.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_selected_back_150.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_unfocused_prelight.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_back_150.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_selected_back_54.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_focused_pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_ltr_19.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_unfocused.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_focused_normal.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_unfocused_prelight.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_glow_62.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_ltr_37.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_unfocused_pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_unfocused_pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/maximize_focused_normal.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_rtl_37.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_focused_prelight.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_arrow_rtl_19.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_unfocused.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/unmaximize_focused_normal.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_focused_normal.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_bfb.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_shadow_200.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_focused_pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/minimize_focused_prelight.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/launcher_icon_shine_150.svg inflating: ./bundleGTK/share/Windows-10-3.2/unity/close.png inflating: ./bundleGTK/share/Windows-10-3.2/unity/close_unfocused_pressed.png creating: ./bundleGTK/share/Windows-10-3.2/xfwm4/ inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-4-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-toggled-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/close-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-right-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/right-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/menu-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-1-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/close-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/left-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-toggled-pressed.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-1-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/close-pressed.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/right-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/top-left-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-3-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/hide-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/hide-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-4-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/top-right-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-3-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/hide-prelight.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-toggled-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-5-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-2-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-5-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/menu-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-left-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-left-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/hide-pressed.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-pressed.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/left-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/top-right-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/themerc inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/close-prelight.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-prelight.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/bottom-right-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/title-2-active.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/top-left-inactive.xpm inflating: ./bundleGTK/share/Windows-10-3.2/xfwm4/maximize-toggled-prelight.xpm inflating: ./bundleGTK/share/Windows-10-3.2/index.theme inflating: ./bundleGTK/share/Windows-10-3.2/LICENSE.md creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/gtk.css inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/gtk-dark.css extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/thumbnail.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/settings.ini creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused.png -> radio-unchecked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-over.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png -> radio-unchecked-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-down.svg linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused.png -> checkbox-checked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-hover@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed@2.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/maximize-unfocused.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png -> checkbox-mixed-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-right-active.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-hover@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-over@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-over@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-over@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png -> checkbox-unchecked@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused.png -> checkbox-unchecked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png -> radio-unchecked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused@2.png -> radio-unchecked@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-right.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-insensitive@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused@2.png -> radio-mixed@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused.png -> radio-mixed.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png -> radio-checked-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive@2.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/close-focused.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-over@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-hover@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-down-active.svg linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png -> checkbox-unchecked-insensitive@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png -> checkbox-mixed-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-up-active.svg linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png -> radio-mixed-insensitive.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/restore-unfocused.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/restore-focused.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/minimize-unfocused.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/maximize-focused.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-over@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png -> checkbox-checked-insensitive.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused.png -> radio-checked.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused@2.png -> radio-checked@2.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/close-focused-active.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused.png -> radio-checked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-over.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png -> checkbox-unchecked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-insensitive@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused.png -> checkbox-mixed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-over.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-up.svg linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused@2.png -> checkbox-mixed@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-left-active.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked@2.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-over@2.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/close-unfocused.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/arrow-left.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-hover@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png -> checkbox-checked-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/minimize-focused.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png -> radio-mixed-insensitive@2.png linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused@2.png -> checkbox-checked@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/slider-vert-insensitive@2.png creating: ./bundleGTK/share/Windows-10-3.2/extra-icons/ inflating: ./bundleGTK/share/Windows-10-3.2/extra-icons/Notifications-normal.svg extracting: ./bundleGTK/share/Windows-10-3.2/extra-icons/expo.png inflating: ./bundleGTK/share/Windows-10-3.2/extra-icons/Cortana.png inflating: ./bundleGTK/share/Windows-10-3.2/extra-icons/Notifications.svg creating: ./bundleGTK/share/Windows-10-3.2/openbox-3/ inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/max.xbm inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/close.xbm inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/iconify.xbm inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/bullet.xbm inflating: ./bundleGTK/share/Windows-10-3.2/openbox-3/themerc creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/ linking: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk-3.20 -> ../gtk-3.20 creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/maximize-unfocused-normal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/close-focused-pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/close-unfocused-normal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/close-focused-normal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-active.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-active.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/restore-unfocused-normal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-normal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/close-focused-active.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-normal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-normal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/minimize-unfocused-normal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-active.png creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/panel/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/panel/item-prelight.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/panel/item-active-prelight.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/panel/item-active.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk.css creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/up.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/down.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/left.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/scrollbars/right.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk-widgets-assets.css inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk-widgets.css extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/thumbnail.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/settings.ini creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-vert-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/switch-on-disabled.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-mixed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-horiz-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-insensitive.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-horiz-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/switch-off-disabled.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-horiz.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/switch-off.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-over@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-mixed-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/switch-on.svg inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-mixed@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-vert.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-over@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed-insensitive@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-mixed-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-selected-over@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked@2.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-over@2.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/slider-vert-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-insensitive.png creating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/xfce.css inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/synaptic.css inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/unity.css inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/lightdm-gtk-greeter.css inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/nemo.css inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/gnome-applications.css inflating: ./bundleGTK/share/Windows-10-3.2/gtk-3.0/apps/granite-widgets.css creating: ./bundleGTK/share/Windows-10-3.2/xfce-notify-4.0/ inflating: ./bundleGTK/share/Windows-10-3.2/xfce-notify-4.0/gtkrc inflating: ./bundleGTK/share/Windows-10-3.2/README.md creating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/panel.rc creating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/ inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/button-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/trough-horizontal.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-vert-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-checked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-mixed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-horiz-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-horiz-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-horiz.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-checked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/resize_grip.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/panel-button-inactive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-mixed-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/null.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-vert.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/panel.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/button-default.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-mixed-insensitive.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/button-pressed.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed-over.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked-over.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/radio-checked.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/trough-vertical.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/slider-vert-hover.png extracting: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/button-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked-insensitive.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/panel-button-active.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/assets/panel-button-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/gtk-2.0/gtkrc creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/ creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/ inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/checkbox-unchecked.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/checkbox-unchecked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/checkbox-checked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-left-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/scroll-handle.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/checkbox-checked.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/off.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/radio-checked-over.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/hotcorner-icon.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/on.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/close-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/close.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/radio-unchecked.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/hotcorner-icon-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/radio-unchecked-over.png extracting: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/radio-checked.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-right-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-right.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-left.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/control-assets/scroll-handle-hover.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/theme.json creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/ inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-focused.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-insensitive.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-focused-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/buttons/button-pressed.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/metadata.json creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/ inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/panel-separator.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-active-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-attention-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-active-progress.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-attention.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-open.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-progress.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/panel-assets/item-active.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/menu.png creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/ inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/entry-dark.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/calendar-today.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/corner-ripple.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/misc-assets/entry.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/thumbnail.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/cinnamon.css creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/expo-scale-assets/ inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/expo-scale-assets/plus.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/expo-scale-assets/trash.svg creating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/ inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/buttonbox-bg.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/workspace-close-area-bg.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/keyboard-bg.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/add-workspace-bg-hover.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/add-workspace-bg.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/desklet-body.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/scrollthrough.png inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/popup.svg inflating: ./bundleGTK/share/Windows-10-3.2/cinnamon/background-assets/desklet-header.svg creating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/ inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/gnome-shell.css creating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/ inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/toggle-on.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/checkbox-focused.png inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/page-indicator-active.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/page-indicator-hover.svg extracting: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/corner-ripple-rtl.png inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/toggle-off.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/dash-placeholder.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/checkbox-off.png inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/page-indicator-inactive.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/no-events.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/close-window.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/noise-texture.png inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/view-grid-symbolic.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/page-indicator-checked.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/more-results.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/checkbox.png inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/close-window.png extracting: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/corner-ripple-ltr.png inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/no-notifications.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/checkbox-off-focused.png inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/calendar-arrow-right.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/process-working.svg inflating: ./bundleGTK/share/Windows-10-3.2/gnome-shell/assets/calendar-arrow-left.svg creating: ./bundleGTK/share/Windows-10-3.2/metacity-1/ extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/maximize-unfocused.png inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/unshade-icon.svg extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/close-focused.png inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/shade-icon.svg inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/stick-icon.svg extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/restore-unfocused.png extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/restore-focused.png extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/minimize-unfocused.png extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/maximize-focused.png inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/thumbnail.png extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/close-focused-active.png inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/menu-icon.svg extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/close-unfocused.png extracting: ./bundleGTK/share/Windows-10-3.2/metacity-1/minimize-focused.png inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/unstick-icon.svg inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/metacity-theme-3.xml inflating: ./bundleGTK/share/Windows-10-3.2/metacity-1/metacity-theme-2.xml inflating: ./bundleGTK/share/Windows-10-3.2/CREDITS creating: ./bundleGTK/share/icons/ creating: ./bundleGTK/share/icons/hicolor/ inflating: ./bundleGTK/share/icons/hicolor/index.theme inflating: ./bundleGTK/share/icons/hicolor/icon-theme.cache creating: ./bundleGTK/share/icons/hicolor/16x16/ creating: ./bundleGTK/share/icons/hicolor/16x16/apps/ inflating: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-demo.png extracting: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/16x16/apps/gtk3-widget-factory.png creating: ./bundleGTK/share/icons/hicolor/32x32/ creating: ./bundleGTK/share/icons/hicolor/32x32/apps/ extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-demo.png extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/32x32/apps/gtk3-widget-factory.png creating: ./bundleGTK/share/icons/hicolor/24x24/ creating: ./bundleGTK/share/icons/hicolor/24x24/apps/ extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-demo.png extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/24x24/apps/gtk3-widget-factory.png creating: ./bundleGTK/share/icons/hicolor/256x256/ creating: ./bundleGTK/share/icons/hicolor/256x256/apps/ inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-demo.png inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/hicolor/256x256/apps/gtk3-widget-factory.png creating: ./bundleGTK/share/icons/hicolor/22x22/ creating: ./bundleGTK/share/icons/hicolor/22x22/apps/ extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-demo.png extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/22x22/apps/gtk3-widget-factory.png creating: ./bundleGTK/share/icons/hicolor/48x48/ creating: ./bundleGTK/share/icons/hicolor/48x48/apps/ extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-demo.png extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/hicolor/48x48/apps/gtk3-widget-factory.png creating: ./bundleGTK/share/icons/Adwaita/ creating: ./bundleGTK/share/icons/Adwaita/scalable-up-to-32/ creating: ./bundleGTK/share/icons/Adwaita/scalable-up-to-32/status/ inflating: ./bundleGTK/share/icons/Adwaita/scalable-up-to-32/status/process-working-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/index.theme inflating: ./bundleGTK/share/icons/Adwaita/icon-theme.cache creating: ./bundleGTK/share/icons/Adwaita/96x96/ creating: ./bundleGTK/share/icons/Adwaita/96x96/places/ extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/start-here-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/network-server-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/network-workgroup-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-templates-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-saved-search-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-pictures-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-publicshare-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-trash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/places/user-bookmarks-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-music-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-remote-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/user-home-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/places/folder-documents-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/ extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-documents-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-favorite-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-system-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-photos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-synchronizing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-shared-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-important-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/emblems/emblem-ok-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/96x96/status/ inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/touchpad-disabled-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-good-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-caution-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-question-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-missing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-vpn-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/bluetooth-active-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/appointment-missed-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/checkbox-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/computer-fail-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-checked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-portrait-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/task-due-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/content-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-open-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/changes-prevent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-weak-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-storm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/checkbox-checked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-disconnected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-weak-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-drag-accept-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-excellent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-landscape-inverse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/thunderbolt-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-good-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-unread-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-low-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-busy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-transmit-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/software-update-available-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/view-wrapped-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-medium-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-good-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-clear-night-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-invisible-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-landscape-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-windy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-empty-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-4g-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/folder-visiting-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/rotation-allowed-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-empty-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-error-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-low-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-attachment-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-excellent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-snow-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-caution-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/orientation-portrait-inverse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-connected-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/channel-insecure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-3g-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-transmit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/appointment-soon-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/changes-allow-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/rotation-locked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-not-tracked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/system-lock-screen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-few-clouds-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/battery-full-charged-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/channel-secure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-showers-scattered-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/non-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-password-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-high-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-hspa-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/display-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/alarm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/avatar-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/view-wrapped-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/bluetooth-disabled-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/audio-volume-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-showers-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/dialog-information-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-offline-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/mail-replied-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-overcast-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-gprs-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-high-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-error-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/semi-starred-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/daytime-sunrise-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-hotspot-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/task-past-due-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/semi-starred-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/checkbox-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/keyboard-brightness-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-offline-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-severe-alert-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-few-clouds-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wired-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-signal-none-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-cellular-edge-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/night-light-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/software-update-urgent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/security-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/microphone-sensitivity-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-trash-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/daytime-sunset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/radio-mixed-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-printing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-encrypted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/image-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/airplane-mode-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/printer-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/weather-clear-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/status/user-away-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/ inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/inode-directory-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-addon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-address-book-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-firmware-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/image-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-drawing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/font-x-generic-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-document-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/audio-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/video-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-executable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-calendar-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-spreadsheet-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/x-office-presentation-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-x-appliance-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-rss+xml-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/text-x-generic-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/package-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/mimetypes/application-certificate-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/96x96/actions/ inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-fill-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/folder-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-mirror-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/color-select-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-sort-ascending-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-minimize-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-original-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/star-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-more-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-italic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-text-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-select-all-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-last-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-copy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-top-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-rotate-right-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-first-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/address-book-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/find-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-undo-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-save-as-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-run-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-direction-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-flip-horizontal-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-revert-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-sort-descending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-end-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-last-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/call-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-delete-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/error-correct-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-open-recent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/bookmark-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-print-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-find-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-app-grid-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/process-stop-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-record-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-underline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-revert-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-right-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-more-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-add-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-shutdown-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-paged-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-remove-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/application-exit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-dual-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-fullscreen-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-undo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-legacy-systray-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-less-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-out-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/help-about-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-redo-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-top-bar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-send-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mark-location-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-bottom-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/tools-check-spelling-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-rotate-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-previous-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/tab-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-properties-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-object-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-next-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-direction-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-flip-vertical-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-jump-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-fit-best-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-start-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-redo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-down-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-indent-less-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-previous-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/zoom-in-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/appointment-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/focus-windows-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-send-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-send-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-justify-center-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/object-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-print-preview-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-cut-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-playback-pause-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-first-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-restore-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/font-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/call-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-grid-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-bold-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-more-horizontal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-find-replace-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-link-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/open-menu-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/contact-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/system-switch-user-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/selection-end-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-view-subtitles-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-paste-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-restore-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-save-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/pan-start-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-close-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/go-next-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/insert-image-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/mail-mark-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-page-setup-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-list-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-continuous-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/window-maximize-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/edit-clear-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/format-text-strikethrough-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-open-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/document-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-refresh-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/view-pin-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/list-remove-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/actions/action-unavailable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/actions/media-eject-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/96x96/apps/ extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/bluetooth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/gnome-power-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/utilities-system-monitor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-color-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-character-map-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-text-editor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/multimedia-volume-control-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-file-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-search-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-software-install-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-faq-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-locale-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-font-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-network-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/applets-screenshooter-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-details-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/user-info-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-time-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-wallpaper-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/goa-panel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-network-proxy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-calculator-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-accessibility-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/web-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-devices-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/help-contents-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/utilities-terminal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-privacy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/apps/accessories-dictionary-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-system-sharing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/preferences-desktop-screensaver-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/apps/system-users-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/96x96/categories/ extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-games-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-graphics-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-engineering-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/preferences-other-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-multimedia-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/system-help-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-utilities-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/preferences-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/categories/applications-science-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/96x96/emotes/ extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-raspberry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-kiss-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-sad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-angry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-uncertain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-sick-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-wink-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-smirk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-surprise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-devilish-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-glasses-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-shutmouth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-worried-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-crying-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-cool-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-laugh-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-tired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-smile-big-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-smile-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/emote-love-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-confused-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-monkey-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-angel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-yawn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-embarrassed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/emotes/face-plain-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/96x96/devices/ inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-multidisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-speakers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-tape-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/battery-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/multimedia-player-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/ac-adapter-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/scanner-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/network-wireless-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-gaming-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/thunderbolt-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-single-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-web-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-keyboard-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-card-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-headset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-system-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-dialpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/display-projector-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/tv-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-zip-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/colorimeter-colorhug-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/printer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-mouse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/phone-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-touchpad-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-floppy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/computer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-joined-displays-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-photo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/computer-apple-ipad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/uninterruptible-power-supply-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-usb-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-input-microphone-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/video-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/camera-video-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-removable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/printer-network-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-removable-media-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/phone-apple-iphone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-bd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-cd-audio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/pda-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-dvd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-ieee1394-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/network-wired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/media-flash-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/96x96/devices/drive-harddisk-solidstate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/96x96/devices/audio-headphones-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/16x16/ creating: ./bundleGTK/share/icons/Adwaita/16x16/places/ extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-documents.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/start-here-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/network-server-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/network-workgroup.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-music.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-pictures.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/network-workgroup-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-templates-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-trash.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-home.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-saved-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-videos.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-publicshare.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-remote.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-publicshare-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/start-here.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-bookmarks.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/user-trash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-templates.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-saved-search.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-bookmarks-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-remote-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-download.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/places/network-server.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/ extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-system.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-generic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-symbolic-link.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-documents-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-default.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-documents.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-favorite-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-web.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-new.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-system-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-photos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-synchronizing.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-synchronizing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-shared.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-favorite.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-package.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-shared-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-downloads.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-photos.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-important.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-readonly.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-mail.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emblems/emblem-unreadable.png creating: ./bundleGTK/share/icons/Adwaita/16x16/status/ extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-information.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/touchpad-disabled-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-overcast.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-question-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-missing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-vpn-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-high.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-error.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-missed.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/bluetooth-active-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-scattered.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-available.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/computer-fail-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-signed-verified.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-offline.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/starred.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-checked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-portrait-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-due-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/content-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-encrypted.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-open-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-prevent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-warning.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-muted.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-weak-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-offline.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-storm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-storm.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-checked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-disconnected-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-weak-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-open.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-replied.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-away.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-high.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-drag-accept-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-excellent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-landscape-inverse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-receive.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-due.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-connected.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-low.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/thunderbolt-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/image-missing.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-medium.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-available.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-charging.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-unread-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charging.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-ok-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-fog.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/image-loading.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-busy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-password.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-available-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/view-wrapped-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/non-starred.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-idle.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-invisible-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-landscape-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-windy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-drag-accept.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-status-pending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-4g-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-visiting-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/rotation-allowed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-attachment-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-severe-alert.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-excellent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-allow.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-snow-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-bronze.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-medium-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/orientation-portrait-inverse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/channel-insecure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-3g-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-soon-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charged.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-allow-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-low.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/rotation-locked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-not-tracked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/system-lock-screen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-full-charged-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/channel-secure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-scattered-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/non-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-password-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-high-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-hspa-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/display-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/alarm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-night.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/avatar-default-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/view-wrapped-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/bluetooth-disabled-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-read.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-showers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-information-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/computer-fail.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-signed.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-offline-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-replied-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-past-due.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-disconnected.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-night.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-overcast-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-silver.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-gprs-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-high-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-snow.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/audio-volume-high.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/daytime-sunrise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-idle.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-hotspot-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/task-past-due-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/checkbox-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/trophy-gold.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/keyboard-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-invisible.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-missing.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-offline-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-severe-alert-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-few-clouds-night-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-caution-charging.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wired-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low-charging.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-signal-none-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-cellular-edge-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/night-light-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/folder-visiting.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-trash-full.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/software-update-urgent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/appointment-soon.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-attachment.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-low.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/mail-unread.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/avatar-default.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/semi-starred-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-trash-full-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-empty.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/daytime-sunset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-error.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-low.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/radio-mixed-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-printing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-encrypted-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-busy.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/image-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/airplane-mode-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-muted.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-printing.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-transmit-receive.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/weather-clear-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/security-medium.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/battery-good.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/dialog-question.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/user-idle-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/printer-error.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/status/user-away-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/changes-prevent.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/status/microphone-sensitivity-medium.png creating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/ extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-template.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/inode-directory-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/font-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-addon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-address-book-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-package-repository.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-drawing.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-firmware-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/image-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-drawing-template.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-preview.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-document.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-drawing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/image-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/font-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-script.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-document-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-html.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-certificate.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/audio-x-generic-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/video-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/video-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-executable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic-template.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-calendar-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-document-template.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-appliance-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-rss+xml-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-addon.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-executable.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-calendar.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-address-book.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-x-firmware.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/package-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/text-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/x-office-presentation-template.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/package-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/application-certificate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/mimetypes/audio-x-generic.png creating: ./bundleGTK/share/icons/Adwaita/16x16/actions/ inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-fill-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-strikethrough.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/folder-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-mirror-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-italic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/color-select-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-ascending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-home.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-minimize-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-original-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-cut.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-horizontal.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/star-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-message-new.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-restore.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/address-book-new.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-stop.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-italic-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-text-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-shutdown.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/folder-new.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-copy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-top-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-faq.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-underline.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-stop-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-right-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-bold.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-left.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/address-book-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/bookmark-new.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-properties.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/find-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-down.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-as-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-run-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-link.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-horizontal-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-center.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-copy.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-vertical.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-lock-screen.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-replace.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-descending-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-end-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-right.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-delete-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-original.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/error-correct-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-recent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/bookmark-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/contact-new.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-search.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-new.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-recent.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-pause.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-refresh.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-app-grid-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-reply-sender.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/process-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-receive.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-record-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-run.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-underline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-image.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/application-exit.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-read.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-right-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-all.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-add-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-shutdown-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-right.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-paged-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-stop.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/application-exit-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-dual-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-fullscreen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-object.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-undo-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-legacy-systray-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-jump.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/appointment-new.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-notjunk.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-out-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-about-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-contents.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-all.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-top-bar-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-receive-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-top.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-new.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mark-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-reply-all.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-bottom-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/tools-check-spelling-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-ascending.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-rotate-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/tab-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-properties-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-object-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-delete.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-flip-vertical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-revert-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-jump-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-fit-best-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-as.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-forward.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-redo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-down-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-log-out.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/help-about.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-in-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/appointment-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/focus-windows-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-send-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-center-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/object-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-preview-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-cut-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-playback-pause-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-close.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-eject.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-first-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-restore-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-previous-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/font-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-unread.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-important.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-grid-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-bold-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-more-horizontal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-find-replace-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-link-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-fill.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-justify-left.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-add.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-bottom.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/open-menu-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/contact-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/system-switch-user-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/selection-end-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-view-subtitles-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-paste-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-record.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-restore-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mark-location.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/process-stop.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/call-start.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/pan-start-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-close-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-junk.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-direction-ltr.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-send.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-save.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-next-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/tools-check-spelling.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-out.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-fullscreen.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-more-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-fit-best.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-image-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-indent-less.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-last-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/mail-mark-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-page-setup-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-list-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-send.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-continuous-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-paste.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/window-maximize-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/edit-clear-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/format-text-strikethrough-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/go-up.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-sort-descending.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-open-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-print-preview.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-refresh-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/zoom-in.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/view-pin-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/insert-text.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/document-page-setup.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/list-remove-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/action-unavailable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/actions/media-eject-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/actions/tab-new.png creating: ./bundleGTK/share/icons/Adwaita/16x16/apps/ inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/bluetooth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/gnome-power-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-system-monitor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-browser.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-color-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-character-map-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-text-editor-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-windows.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-calculator.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-sharing.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/user-info.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/multimedia-volume-control-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-file-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-users.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-font.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/applets-screenshooter.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-search-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-install-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-update.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-faq-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-locale-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/multimedia-volume-control.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-font-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-notifications-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-network-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-display.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/applets-screenshooter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-file-manager.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-details-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/web-browser.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/user-info-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-time-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/goa-panel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-locale.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-privacy.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-network-proxy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-software-install.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-calculator-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-search.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-dictionary.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/web-browser-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-devices-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/help-contents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-theme.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-character-map.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-terminal-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-system-monitor.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-privacy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-dictionary-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/apps/utilities-terminal.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-sharing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/accessories-text-editor.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/preferences-system-notifications.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/apps/system-users-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/16x16/categories/ extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-engineering.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-accessories.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-games-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-graphics-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/system-help.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-other.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-office.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-other-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system-network.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-other.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-development.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop-personal.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-utilities.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-multimedia-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-science.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-internet.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/system-help-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-games.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-system.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-desktop-peripherals.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-utilities-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-science-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/preferences-system.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-multimedia.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/categories/applications-graphics.png creating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/ extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-monkey.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-uncertain.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-raspberry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-kiss-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-uncertain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sick-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-devilish.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-wink-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smirk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-big.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sad.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/emote-love.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angel.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-surprise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-devilish-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-laugh.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-glasses-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-shutmouth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-worried-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-crying-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-cool-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-laugh-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smirk.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-raspberry.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-tired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-big-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angry.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-kiss.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-wink.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-plain.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/emotes/emote-love-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-cool.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-confused-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-tired.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-monkey-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-surprise.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-angel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-yawn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-embarrassed.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-worried.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-sick.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-crying.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-embarrassed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-smile.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-plain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/emotes/face-glasses.png creating: ./bundleGTK/share/icons/Adwaita/16x16/devices/ extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-multidisk-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/ac-adapter.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-speakers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-tape-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/battery-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/ac-adapter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/scanner-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wireless-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-gaming-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/battery.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headphones.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/thunderbolt-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-tape.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-single-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-web-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-multidisk.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-card-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headset.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-network.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wired.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/modem.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-dialpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/display-projector-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-vpn.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-tablet.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/tv-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-zip-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/colorimeter-colorhug-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-card.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-dialpad.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-mouse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/scanner.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-touchpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-mouse.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-floppy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-joined-displays-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-photo-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-gaming.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-input-microphone.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-speakers.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-optical.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-removable.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-photo.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/computer-apple-ipad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/uninterruptible-power-supply-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-display.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-usb-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-web.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-floppy.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-input-microphone-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-removable-media.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/video-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wireless.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-video-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-removable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer-network-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-removable-media-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/phone-apple-iphone-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/printer.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-bd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/uninterruptible-power-supply.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/ebook-reader.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-cd-audio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/camera-video.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/pda-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/pda.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-dvd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-touchpad.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-ieee1394-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/network-wired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-flash.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/media-flash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk.png inflating: ./bundleGTK/share/icons/Adwaita/16x16/devices/drive-harddisk-solidstate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/16x16/devices/audio-headphones-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/ creating: ./bundleGTK/share/icons/Adwaita/64x64/places/ extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/start-here-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/network-server-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/network-workgroup-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-templates-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-saved-search-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/user-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-pictures-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-publicshare-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/user-trash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/user-bookmarks-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-remote-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/places/user-home-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/places/folder-documents-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/emblems/ extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-documents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-favorite-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-system-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-photos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-synchronizing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-shared-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emblems/emblem-ok-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/status/ extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/touchpad-disabled-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-caution-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/call-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-question-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-missing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-vpn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/bluetooth-active-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/appointment-missed-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/checkbox-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/computer-fail-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-checked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-portrait-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/task-due-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/content-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-open-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/changes-prevent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-weak-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-storm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/checkbox-checked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-disconnected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-weak-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-drag-accept-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-excellent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-landscape-inverse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/thunderbolt-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-unread-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/security-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-ok-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-low-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-muted-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-busy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-transmit-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/software-update-available-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/view-wrapped-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-good-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-clear-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-invisible-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-landscape-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-windy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-empty-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-4g-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/folder-visiting-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/rotation-allowed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-empty-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-attachment-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-excellent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-snow-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-caution-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/orientation-portrait-inverse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-connected-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/channel-insecure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-3g-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-transmit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/appointment-soon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/changes-allow-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/rotation-locked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-not-tracked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/system-lock-screen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-few-clouds-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/battery-full-charged-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/channel-secure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-showers-scattered-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/non-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-password-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-high-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-hspa-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/display-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/alarm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/avatar-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/view-wrapped-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/bluetooth-disabled-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/audio-volume-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-showers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/dialog-information-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/mail-replied-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-overcast-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-gprs-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/security-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/semi-starred-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/daytime-sunrise-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-hotspot-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/task-past-due-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/semi-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/checkbox-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/keyboard-brightness-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-severe-alert-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-few-clouds-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wired-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-signal-none-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-cellular-edge-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/night-light-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/software-update-urgent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/security-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/microphone-sensitivity-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-trash-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/daytime-sunset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/radio-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-printing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-encrypted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/image-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/airplane-mode-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/status/printer-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/weather-clear-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/user-away-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/ inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/inode-directory-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-addon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-address-book-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-firmware-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/image-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-drawing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/font-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-document-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/audio-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/video-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-executable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-calendar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-spreadsheet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/x-office-presentation-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-rss+xml-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/text-x-generic-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/package-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/mimetypes/application-certificate-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/actions/ inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-fill-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/folder-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-mirror-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/color-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-sort-ascending-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-minimize-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-original-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/star-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-italic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-text-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-select-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-last-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-copy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-top-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-stop-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-rotate-right-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-first-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/address-book-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/find-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-undo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-save-as-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-run-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-direction-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-flip-horizontal-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-revert-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-sort-descending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-last-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/call-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-delete-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/error-correct-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-open-recent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/bookmark-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-print-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-find-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-app-grid-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/process-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-record-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-underline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-revert-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-right-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-more-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-add-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-shutdown-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-paged-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-remove-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/application-exit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-dual-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-fullscreen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-undo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-legacy-systray-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-less-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-out-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/help-about-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-redo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-top-bar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-send-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mark-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-bottom-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/tools-check-spelling-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-rotate-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-previous-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/tab-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-properties-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-object-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-next-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-direction-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-flip-vertical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-jump-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-fit-best-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-redo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-down-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-indent-less-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-previous-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/zoom-in-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/appointment-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/focus-windows-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-send-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-send-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-justify-center-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/object-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-print-preview-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-cut-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-playback-pause-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-first-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-restore-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/font-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/call-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-grid-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-bold-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-more-horizontal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-find-replace-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-link-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/open-menu-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/contact-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/system-switch-user-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/selection-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-view-subtitles-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-paste-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-restore-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-save-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/pan-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-close-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/go-next-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/insert-image-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/mail-mark-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-page-setup-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-list-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-continuous-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/window-maximize-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/edit-clear-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/format-text-strikethrough-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-open-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/document-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-refresh-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/view-pin-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/list-remove-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/actions/action-unavailable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/actions/media-eject-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/apps/ extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/bluetooth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/gnome-power-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/utilities-system-monitor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-color-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-character-map-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-text-editor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/multimedia-volume-control-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-file-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-search-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-software-install-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-faq-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-locale-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-font-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-network-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/applets-screenshooter-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-details-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/user-info-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-time-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-wallpaper-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/goa-panel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-network-proxy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-calculator-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-accessibility-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/web-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-devices-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/help-contents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/utilities-terminal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-privacy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/apps/accessories-dictionary-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-system-sharing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/preferences-desktop-screensaver-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/apps/system-users-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/categories/ extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-games-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-graphics-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-engineering-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/preferences-other-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-multimedia-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/system-help-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-utilities-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/preferences-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/categories/applications-science-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/emotes/ extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-raspberry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-kiss-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-sad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-angry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-uncertain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-sick-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-wink-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-smirk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-surprise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-devilish-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-glasses-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-shutmouth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-worried-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-crying-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-cool-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-laugh-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-tired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-smile-big-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-smile-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/emote-love-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-confused-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-monkey-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-angel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-yawn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-embarrassed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/emotes/face-plain-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/64x64/devices/ extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-multidisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-speakers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-tape-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/battery-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/multimedia-player-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/ac-adapter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/scanner-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/network-wireless-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-gaming-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/thunderbolt-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-single-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-web-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-card-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-headset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-dialpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/display-projector-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/tv-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-zip-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/colorimeter-colorhug-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/printer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-mouse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/phone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-touchpad-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-floppy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/computer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-joined-displays-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-photo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/computer-apple-ipad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/uninterruptible-power-supply-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-usb-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-input-microphone-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/video-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/camera-video-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-removable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/printer-network-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-removable-media-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/phone-apple-iphone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-bd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-cd-audio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/pda-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-dvd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-ieee1394-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/64x64/devices/network-wired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/media-flash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/drive-harddisk-solidstate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/64x64/devices/audio-headphones-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/8x8/ creating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/ inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-symbolic-link.png extracting: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-default.png inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-new.png inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-synchronizing.png inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-readonly.png inflating: ./bundleGTK/share/icons/Adwaita/8x8/emblems/emblem-unreadable.png creating: ./bundleGTK/share/icons/Adwaita/32x32/ creating: ./bundleGTK/share/icons/Adwaita/32x32/places/ extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-documents.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/start-here-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-server-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-workgroup.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-music.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-pictures.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-workgroup-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-templates-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-trash.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-home.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-saved-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-videos.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-publicshare.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-remote.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-pictures-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-publicshare-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/start-here.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-bookmarks.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/places/user-trash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-templates.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-saved-search.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-bookmarks-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-remote-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/user-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-download.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/network-server.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/places/folder-documents-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/ extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-system.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-generic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-symbolic-link.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-documents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-default.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-documents.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-favorite-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-web.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-new.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-photos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-synchronizing.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-synchronizing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-shared.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-favorite.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-package.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-shared-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-downloads.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-photos.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-important.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-readonly.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-ok-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-mail.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emblems/emblem-unreadable.png creating: ./bundleGTK/share/icons/Adwaita/32x32/status/ extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-information.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/touchpad-disabled-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-overcast.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/call-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-question-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-missing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-vpn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-high.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-error.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-missed.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/bluetooth-active-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-scattered.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-available.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/checkbox-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/computer-fail-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-offline.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/starred.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-checked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-portrait-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-due-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/content-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-open-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-prevent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-warning.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-muted.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-weak-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-offline.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-storm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-storm.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/checkbox-checked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-disconnected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-weak-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-open.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-replied.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-away.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-high.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-drag-accept-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-excellent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-landscape-inverse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-receive.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-due.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-connected.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-low.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/thunderbolt-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/image-missing.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-medium.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-available.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-charging.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-unread-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charging.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-ok-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-fog.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-muted-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/image-loading.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-busy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-password.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-available-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/view-wrapped-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/non-starred.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-idle.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-invisible-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-landscape-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-windy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-drag-accept.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-status-pending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-4g-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-visiting-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/rotation-allowed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-severe-alert.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-excellent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-allow.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-snow-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-bronze.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/orientation-portrait-inverse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/channel-insecure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-3g-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-soon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charged.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-allow-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-low.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/rotation-locked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-not-tracked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/system-lock-screen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-full-charged-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/channel-secure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-scattered-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/non-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-password-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-hspa-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/display-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/alarm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-night.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/avatar-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/view-wrapped-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/bluetooth-disabled-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-read.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-showers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-information-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/computer-fail.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-replied-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-past-due.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-disconnected.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-night.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-overcast-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-silver.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-gprs-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-high-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-snow.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/audio-volume-high.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/daytime-sunrise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-idle.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-hotspot-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/task-past-due-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/checkbox-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/trophy-gold.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/keyboard-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-invisible.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-missing.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-severe-alert-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-few-clouds-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-caution-charging.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wired-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low-charging.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-cellular-edge-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/night-light-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/folder-visiting.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-trash-full.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/software-update-urgent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/appointment-soon.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-attachment.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-low.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/mail-unread.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/avatar-default.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/semi-starred-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-trash-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-empty.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/daytime-sunset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-error.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-low.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/radio-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-printing-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-encrypted-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-busy.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/status/image-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/airplane-mode-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-muted.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-printing.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-transmit-receive.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/weather-clear-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/security-medium.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/battery-good.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/dialog-question.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/printer-error.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/user-away-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/changes-prevent.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/status/microphone-sensitivity-medium.png creating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/ extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-template.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/inode-directory-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/font-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-addon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-address-book-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-package-repository.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-firmware-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/image-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing-template.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-preview.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-drawing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/image-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/font-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-script.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-html.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-certificate.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/audio-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/video-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/video-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-executable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic-template.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-calendar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-document-template.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-rss+xml-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-addon.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-executable.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-calendar.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-address-book.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-x-firmware.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/package-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/text-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/x-office-presentation-template.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/package-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/application-certificate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/mimetypes/audio-x-generic.png creating: ./bundleGTK/share/icons/Adwaita/32x32/actions/ inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-fill-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-strikethrough.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/folder-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-mirror-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-italic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/color-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-ascending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-home.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-minimize-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-original-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-cut.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-horizontal.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/star-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-message-new.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-restore.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/address-book-new.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-stop.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-italic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-text-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-all-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-shutdown.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/folder-new.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-copy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-top-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-faq.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-underline.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-right-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-bold.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-left.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/address-book-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/bookmark-new.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-properties.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/find-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-down.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-as-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-run-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-link.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-horizontal-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-left-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-center.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-copy.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-vertical.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-lock-screen.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-replace.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-descending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-right.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-delete-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-original.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/error-correct-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-recent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/bookmark-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/contact-new.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-search.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-new.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-recent.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-pause.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-refresh.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-app-grid-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-reply-sender.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/process-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-receive.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-record-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-run.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-underline-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-image.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/application-exit.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-read.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-right-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-all.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-add-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-shutdown-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-up-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-right.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-paged-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-stop.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/application-exit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-dual-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-fullscreen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-object.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-undo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-legacy-systray-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-jump.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/appointment-new.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-notjunk.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-out-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-about-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-contents.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-all.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-top-bar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-top.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-new.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mark-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-reply-all.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-bottom-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/tools-check-spelling-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-ascending.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-rotate-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/tab-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-properties-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-object-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-delete.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-flip-vertical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-revert-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-jump-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-fit-best-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-as.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-forward.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-redo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-down-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-log-out.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/help-about.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-in-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/appointment-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/focus-windows-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-send-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-center-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/object-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-preview-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-cut-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-playback-pause-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-close.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-eject.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-first-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-restore-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-previous-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/font-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-unread.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-important.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-grid-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-bold-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-more-horizontal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-find-replace-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-link-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-fill.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-justify-left.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-add.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-bottom.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/open-menu-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/contact-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/system-switch-user-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/selection-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-view-subtitles-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-paste-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-record.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-restore-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mark-location.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/process-stop.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/call-start.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/pan-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-close-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-junk.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-direction-ltr.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-send.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-save.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-next-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/tools-check-spelling.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-out.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-fullscreen.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-more-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-fit-best.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-image-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-indent-less.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-last-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/mail-mark-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-page-setup-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-list-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-send.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-continuous-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-paste.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/window-maximize-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/edit-clear-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/format-text-strikethrough-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/go-up.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-sort-descending.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-open-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-print-preview.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-refresh-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/zoom-in.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/view-pin-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/insert-text.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/document-page-setup.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/list-remove-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/actions/action-unavailable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/actions/media-eject-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/32x32/apps/ extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/bluetooth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/gnome-power-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-system-monitor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-browser.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-color-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-character-map-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-text-editor-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-windows.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-calculator.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-sharing.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/user-info.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/multimedia-volume-control-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-file-manager-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-users.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-font.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/applets-screenshooter.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-install-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-update.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-faq-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-locale-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/multimedia-volume-control.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-font-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-network-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-display.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/applets-screenshooter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-file-manager.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-details-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/web-browser.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/user-info-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-time-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/goa-panel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-locale.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-privacy.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-network-proxy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-software-install.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-calculator-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-search.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-dictionary.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/web-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-devices-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/help-contents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-theme.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-character-map.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-terminal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-system-monitor.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-privacy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-dictionary-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/utilities-terminal.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-sharing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/accessories-text-editor.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/preferences-system-notifications.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/apps/system-users-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/32x32/categories/ extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-engineering.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-accessories.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-games-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-graphics-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/system-help.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-other.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-engineering-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-office.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-other-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system-network.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-other.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-development.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop-personal.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-utilities.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-multimedia-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-science.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-internet.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/system-help-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-games.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-system.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-desktop-peripherals.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-utilities-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-science-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/preferences-system.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-multimedia.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/categories/applications-graphics.png creating: ./bundleGTK/share/icons/Adwaita/32x32/emotes/ extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-monkey.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-uncertain.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-raspberry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-kiss-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-uncertain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sick-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-devilish.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-wink-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smirk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-big.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sad.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/emote-love.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angel.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-surprise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-devilish-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-laugh.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-glasses-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-shutmouth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-worried-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-crying-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-cool-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-laugh-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smirk.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-raspberry.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-tired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-big-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angry.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-kiss.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-wink.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-plain.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/emote-love-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-cool.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-confused-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-tired.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-monkey-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-surprise.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-angel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-yawn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-embarrassed.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-worried.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-sick.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-crying.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-embarrassed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-smile.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-plain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/emotes/face-glasses.png creating: ./bundleGTK/share/icons/Adwaita/32x32/devices/ extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-multidisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/ac-adapter.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-speakers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-tape-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/battery-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/ac-adapter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/scanner-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wireless-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-gaming-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/battery.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headphones.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/thunderbolt-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-tape.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-single-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-web-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-multidisk.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-card-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headset.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-network.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wired.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/modem.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-dialpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/display-projector-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-vpn.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-tablet.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/tv-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-zip-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/colorimeter-colorhug-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-card.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-dialpad.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-mouse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/scanner.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-touchpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-mouse.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-floppy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-joined-displays-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-photo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-gaming.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-input-microphone.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-speakers.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-optical.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-removable.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-photo.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/computer-apple-ipad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/uninterruptible-power-supply-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-display.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-usb-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-web.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-floppy.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-input-microphone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-removable-media.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/video-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wireless.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-video-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-removable-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer-network-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-removable-media-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/phone-apple-iphone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/printer.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-bd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/uninterruptible-power-supply.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/ebook-reader.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-cd-audio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/camera-video.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/pda-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/pda.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-dvd-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-touchpad.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-ieee1394-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/32x32/devices/network-wired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-flash.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/media-flash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/drive-harddisk-solidstate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/32x32/devices/audio-headphones-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/24x24/ creating: ./bundleGTK/share/icons/Adwaita/24x24/places/ extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-documents.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/start-here-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-server-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-workgroup.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-music.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-pictures.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-workgroup-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-templates-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-trash.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-home.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-saved-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-videos.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-publicshare.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-remote.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-pictures-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-publicshare-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/start-here.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-bookmarks.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-trash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-templates.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-saved-search.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-bookmarks-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-remote-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/user-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-download.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/places/network-server.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/places/folder-documents-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/ extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-system.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-generic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-symbolic-link.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-documents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-music-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-default.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-documents.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-favorite-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-web.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-new.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-system-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-photos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-synchronizing.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-synchronizing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-shared.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-favorite.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-package.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-shared-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-downloads.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-photos.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-important.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-readonly.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-mail.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emblems/emblem-unreadable.png creating: ./bundleGTK/share/icons/Adwaita/24x24/status/ extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-information.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/touchpad-disabled-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-overcast.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-question-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-missing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-vpn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/security-high.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-error.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-missed.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/bluetooth-active-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-scattered.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-available.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/computer-fail-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-signed-verified.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-offline.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/starred.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-checked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-portrait-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/task-due-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/content-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-encrypted.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-open-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-prevent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-warning.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-connected-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-muted.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-weak-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/user-offline.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-storm-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-storm.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-checked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-disconnected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-weak-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-open.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-replied.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-away.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-high.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-drag-accept-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-excellent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-landscape-inverse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-receive.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/task-due.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-connected.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-low.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/thunderbolt-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/image-missing.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-medium.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-available.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-charging.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-unread-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charging.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-ok-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-fog.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/image-loading.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-busy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-password.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-available-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/view-wrapped-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/non-starred.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-idle.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-invisible-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-landscape-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-windy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-drag-accept.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-status-pending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-4g-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-visiting-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/rotation-allowed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-attachment-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-severe-alert.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-excellent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-allow.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-snow-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-bronze.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/orientation-portrait-inverse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/channel-insecure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-3g-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-soon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charged.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-allow-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-low.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/rotation-locked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-not-tracked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/system-lock-screen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-full-charged-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/channel-secure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-scattered-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/non-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-password-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-hspa-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/display-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/alarm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-night.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/avatar-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/view-wrapped-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-read.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-showers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-information-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/computer-fail.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-signed.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-replied-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/task-past-due.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-disconnected.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-night.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-overcast-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-silver.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-gprs-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-high-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-snow.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-error-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/audio-volume-high.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/daytime-sunrise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-idle.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-hotspot-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/task-past-due-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/checkbox-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/trophy-gold.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/keyboard-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-invisible.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-missing.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-severe-alert-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-few-clouds-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-caution-charging.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wired-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low-charging.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-cellular-edge-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/night-light-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/folder-visiting.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-trash-full.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/software-update-urgent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/appointment-soon.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-attachment.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-fog-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-low.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/mail-unread.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/avatar-default.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/semi-starred-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-trash-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-empty.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/daytime-sunset-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-error.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-low.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/radio-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-printing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-encrypted-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-busy.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/image-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/airplane-mode-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-muted.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-printing.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-transmit-receive.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/weather-clear-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/security-medium.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/battery-good.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/status/dialog-question.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/printer-error.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/user-away-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/changes-prevent.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/status/microphone-sensitivity-medium.png creating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/ extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-template.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/inode-directory-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/font-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-addon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-address-book-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-package-repository.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-firmware-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/image-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing-template.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-preview.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-drawing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/image-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/font-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-script.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-html.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-certificate.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/audio-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/video-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/video-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-executable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic-template.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-calendar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-document-template.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-appliance-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-rss+xml-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-addon.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-executable.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-calendar.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-address-book.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-x-firmware.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/package-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/text-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/x-office-presentation-template.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/package-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/application-certificate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/mimetypes/audio-x-generic.png creating: ./bundleGTK/share/icons/Adwaita/24x24/actions/ inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-fill-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-strikethrough.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/folder-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-mirror-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-italic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/color-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-ascending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-home.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-minimize-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-original-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-cut.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-horizontal.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/star-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-message-new.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-restore.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/address-book-new.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-stop.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-italic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-text-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-all-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-shutdown.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/folder-new.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-copy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-top-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-faq.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-underline.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-right-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-bold.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-left.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/address-book-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/bookmark-new.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-properties.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/find-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-down.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-as-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-run-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-direction-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-link.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-horizontal-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-left-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-center.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-copy.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-vertical.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-lock-screen.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-replace.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-descending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-right.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-delete-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-original.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/error-correct-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-recent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/bookmark-new-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/contact-new.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-search.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-new.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-recent.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-pause.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-refresh.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-app-grid-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-reply-sender.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/process-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-receive.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-record-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-run.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-underline-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-image.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/application-exit.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-read.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-right-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-all.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-add-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-shutdown-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-right.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-paged-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-stop.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/application-exit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-dual-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-fullscreen-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-object.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-undo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-legacy-systray-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-jump.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/appointment-new.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-notjunk.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-out-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-about-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-contents.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-top-bar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-top.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-new.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mark-location-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-reply-all.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-bottom-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/tools-check-spelling-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-ascending.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-rotate-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/tab-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-properties-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-object-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-delete.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-direction-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-flip-vertical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-revert-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-jump-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-fit-best-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-as.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-forward.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-redo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-down-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-log-out.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/help-about.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-in-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/appointment-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/focus-windows-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-send-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-center-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/object-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-preview-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-cut-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-playback-pause-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-close.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-eject.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-first-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-restore-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-previous-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/font-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-start-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-unread.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-important.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-grid-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-bold-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-more-horizontal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-find-replace-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-link-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-fill.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-justify-left.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-add.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-bottom.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/open-menu-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/contact-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/system-switch-user-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/selection-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-view-subtitles-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-paste-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-record.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-restore-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/process-stop.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/call-start.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/pan-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-close-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-junk.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-send.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-save.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-next-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/tools-check-spelling.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-out.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-fullscreen.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-more-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-fit-best.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-image-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-indent-less.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-last-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/mail-mark-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-page-setup-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-list-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-send.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-continuous-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-paste.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/window-maximize-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/edit-clear-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/format-text-strikethrough-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/go-up.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-sort-descending.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-open-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-print-preview.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-refresh-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/zoom-in.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/view-pin-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/insert-text.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/document-page-setup.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/list-remove-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/actions/action-unavailable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/media-eject-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/actions/tab-new.png creating: ./bundleGTK/share/icons/Adwaita/24x24/apps/ extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/bluetooth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/gnome-power-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-system-monitor-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-browser.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-color-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-character-map-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-text-editor-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-windows.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-calculator.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/user-info.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/multimedia-volume-control-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-file-manager-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-users.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-font.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/applets-screenshooter.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-install-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-update.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-faq-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-locale-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-browser-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/multimedia-volume-control.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-font-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-notifications-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-network-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-display.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/applets-screenshooter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-file-manager.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-details-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/web-browser.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/user-info-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-time-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/goa-panel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-locale.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-privacy.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-network-proxy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-software-install.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-calculator-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-dictionary.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/web-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-devices-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/help-contents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-theme.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-character-map.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-terminal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-system-monitor.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-privacy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-dictionary-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/apps/utilities-terminal.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-system-sharing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/accessories-text-editor.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/apps/system-users-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/24x24/categories/ inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-engineering.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-accessories.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-games-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-graphics-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/system-help.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-other.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-engineering-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-office.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-other-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system-network.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-other.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-development.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop-personal.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-utilities.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-multimedia-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-science.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-internet.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/system-help-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-games.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-system.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-desktop-peripherals.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-utilities-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-science-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/preferences-system.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-multimedia.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/categories/applications-graphics.png creating: ./bundleGTK/share/icons/Adwaita/24x24/emotes/ extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-monkey.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-uncertain.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-raspberry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-kiss-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-uncertain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sick-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-devilish.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-wink-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smirk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-big.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sad.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angel.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-surprise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-devilish-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-laugh.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-glasses-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-shutmouth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-worried-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-crying-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-cool-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-laugh-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smirk.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-raspberry.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-tired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-big-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angry.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-kiss.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-wink.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-plain.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/emote-love-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-cool.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-confused-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-tired.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-monkey-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-surprise.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-angel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-yawn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-embarrassed.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-worried.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-sick.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-crying.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-embarrassed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-smile.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-plain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/emotes/face-glasses.png creating: ./bundleGTK/share/icons/Adwaita/24x24/devices/ extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-multidisk-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/ac-adapter.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-speakers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-tape-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/battery-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/ac-adapter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/scanner-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wireless-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-gaming-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/battery.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headphones.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/thunderbolt-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-tape.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-single-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-web-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-multidisk.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-card-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headset.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-network.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-system-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wired.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/modem.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-dialpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/display-projector-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-vpn.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-tablet.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/tv-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-zip-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/colorimeter-colorhug-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-card.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-dialpad.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-mouse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/scanner.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-touchpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-mouse.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-floppy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-joined-displays-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-photo-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-gaming.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-input-microphone.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-speakers.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-optical.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-removable.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-photo.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/computer-apple-ipad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/uninterruptible-power-supply-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-display.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-usb-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-web.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-floppy.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-input-microphone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-removable-media.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/video-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wireless.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-video-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-removable-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer-network-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-removable-media-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/phone-apple-iphone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/printer.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-bd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/uninterruptible-power-supply.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/ebook-reader.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-cd-audio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/camera-video.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/pda-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/pda.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-dvd-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-touchpad.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-ieee1394-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/network-wired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-flash.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/media-flash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/drive-harddisk-solidstate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/24x24/devices/audio-headphones-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/256x256/ creating: ./bundleGTK/share/icons/Adwaita/256x256/places/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/network-workgroup.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/user-trash.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/places/network-server.png creating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/emblem-synchronizing.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emblems/emblem-mail.png creating: ./bundleGTK/share/icons/Adwaita/256x256/status/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-information.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-high.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-error.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/appointment-missed.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-transmit.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-available.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-offline.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/starred.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-warning.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-caution.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-muted.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-offline.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-away.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-receive.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-cellular-connected.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/software-update-urgent.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-medium.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/software-update-available.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-good-charging.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full-charging.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-password.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/non-starred.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-idle.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/semi-starred.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-bronze.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-full-charged.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-low.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/mail-read.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/computer-fail.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-wired-disconnected.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-silver.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/audio-volume-high.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-idle.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/trophy-gold.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-invisible.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-missing.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-caution-charging.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-low-charging.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-trash-full.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/appointment-soon.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-low.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/avatar-default.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/semi-starred-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-empty.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-error.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-low.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/user-busy.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/printer-printing.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/network-transmit-receive.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/security-medium.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/battery-good.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/dialog-question.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/status/printer-error.png creating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/x-package-repository.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/video-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/application-x-addon.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/mimetypes/application-x-firmware.png creating: ./bundleGTK/share/icons/Adwaita/256x256/actions/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/mail-message-new.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-next-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/address-book-new.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-shutdown.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-first-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-lock-screen.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/edit-find-replace.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/edit-find.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-search.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-open-recent.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/view-refresh.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-run.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-jump.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/appointment-new.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-previous.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/edit-delete.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-next.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/system-log-out.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-first.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-previous-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-print.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-last.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/process-stop.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/go-last-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/actions/document-print-preview.png creating: ./bundleGTK/share/icons/Adwaita/256x256/apps/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/help-browser.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/accessories-calculator.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-sharing.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/user-info.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-accessibility.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-users.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-font.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/applets-screenshooter.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-software-update.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/multimedia-volume-control.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-display.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-file-manager.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/web-browser.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-locale.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-privacy.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/system-software-install.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-search.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/accessories-dictionary.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard-shortcuts.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-theme.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-wallpaper.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-screensaver.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-desktop-remote-desktop.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/apps/preferences-system-notifications.png creating: ./bundleGTK/share/icons/Adwaita/256x256/categories/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/applications-office.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/preferences-system-network.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/applications-development.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/preferences-system.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/categories/applications-graphics.png creating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-uncertain.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-devilish.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smile-big.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-sad.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/emote-love.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-angel.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-laugh.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smirk.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-angry.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-wink.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-plain.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-cool.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-tired.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-surprise.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-embarrassed.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-sick.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-crying.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-smile.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/emotes/face-glasses.png creating: ./bundleGTK/share/icons/Adwaita/256x256/devices/ inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/ac-adapter.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/battery.png extracting: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-headphones.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-keyboard.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-multidisk.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-headset.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/printer-network.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-tablet.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-optical.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/scanner.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-mouse.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/input-gaming.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-input-microphone.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/phone.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/audio-speakers.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-optical.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-removable.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/camera-photo.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/computer.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/video-display.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/camera-web.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-floppy.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/drive-removable-media.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/printer.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/uninterruptible-power-supply.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/ebook-reader.png inflating: ./bundleGTK/share/icons/Adwaita/256x256/devices/media-flash.png creating: ./bundleGTK/share/icons/Adwaita/22x22/ creating: ./bundleGTK/share/icons/Adwaita/22x22/places/ extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-documents.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/network-workgroup.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-music.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-pictures.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-trash.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-home.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-videos.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-publicshare.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-remote.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/start-here.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/user-bookmarks.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-templates.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-saved-search.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/folder-download.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/places/network-server.png creating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/ extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-system.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-generic.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-symbolic-link.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-default.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-documents.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-web.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-new.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-synchronizing.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-shared.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-favorite.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-package.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-downloads.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-photos.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-important.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-readonly.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-mail.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emblems/emblem-unreadable.png creating: ./bundleGTK/share/icons/Adwaita/22x22/status/ extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-information.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-overcast.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/security-high.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-error.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/appointment-missed.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-showers-scattered.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-transmit.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-available.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-signed-verified.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-offline.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/starred.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-wireless-encrypted.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-warning.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-caution.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-muted.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-offline.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-storm.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-open.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-replied.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-away.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-high.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-receive.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/task-due.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-cellular-connected.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-low.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/software-update-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-showers.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/image-missing.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-medium.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/software-update-available.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-good-charging.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full-charging.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-fog.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/image-loading.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-password.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/non-starred.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-idle.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-drag-accept.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/semi-starred.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-severe-alert.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/changes-allow.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-bronze.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-full-charged.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-clear.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-low.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-clear-night.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-read.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/computer-fail.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-signed.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/task-past-due.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-wired-disconnected.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-few-clouds-night.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/media-playlist-shuffle.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-silver.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-snow.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/audio-volume-high.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-idle.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/weather-few-clouds.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/trophy-gold.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-invisible.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-missing.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-caution-charging.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-low-charging.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/folder-visiting.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-trash-full.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/media-playlist-repeat.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/appointment-soon.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-attachment.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/security-low.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/mail-unread.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/avatar-default.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/semi-starred-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-empty.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-error.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-low.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/user-busy.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-muted.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/printer-printing.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/network-transmit-receive.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/security-medium.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/battery-good.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/status/dialog-question.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/printer-error.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/changes-prevent.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/status/microphone-sensitivity-medium.png creating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/ extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet-template.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/font-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-package-repository.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-drawing.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-presentation.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-drawing-template.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-preview.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-document.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/image-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-script.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-html.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-certificate.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/video-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-generic-template.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-document-template.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/text-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-addon.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-executable.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-calendar.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-address-book.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/application-x-firmware.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/package-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/x-office-presentation-template.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/mimetypes/audio-x-generic.png creating: ./bundleGTK/share/icons/Adwaita/22x22/actions/ extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-strikethrough.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-italic.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-home.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-cut.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-flip-horizontal.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-message-new.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-next-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-restore.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-forward.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/address-book-new.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/call-stop.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-shutdown.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/folder-new.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-redo.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-first-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-faq.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-underline.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-undo-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-bold.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-rotate-left.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/bookmark-new.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-properties.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-down.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-start.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-link.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-start-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-center.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-copy.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-flip-vertical.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-lock-screen.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-find-replace.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/object-rotate-right.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-direction-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-find.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-original.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/contact-new.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-search.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-backward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/window-new.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-open-recent.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-pause.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-refresh.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-revert.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-reply-sender.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-forward-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-send-receive.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-run.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-image.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-less-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/application-exit.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-read.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-undo.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-select-all.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-redo-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-right.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-forward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-playback-stop.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-object.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-jump.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/appointment-new.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-notjunk.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-previous.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-contents.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-clear-all.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/list-remove.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-top.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-new.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-reply-all.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-sort-ascending.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-delete.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-more.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-revert-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-save-as.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-backward.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-forward.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-backward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-next.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/system-log-out.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/help-about.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-seek-forward.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-first.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/window-close.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-eject.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-previous-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-unread.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-important.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-fill.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-justify-left.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/list-add.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-bottom.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-print.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-record.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mark-location.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-last.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/process-stop.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-open.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/call-start.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-mark-junk.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-text-direction-ltr.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/mail-send.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-save.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/tools-check-spelling.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-out.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-fullscreen.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-more-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-fit-best.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/format-indent-less.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-last-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-send.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/edit-paste.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/media-skip-backward.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/go-up.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/view-sort-descending.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-print-preview.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/zoom-in.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/actions/insert-text.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/document-page-setup.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/actions/tab-new.png creating: ./bundleGTK/share/icons/Adwaita/22x22/apps/ inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/help-browser.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-windows.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-calculator.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-sharing.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/user-info.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-accessibility.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-users.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-font.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/applets-screenshooter.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-software-update.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/multimedia-volume-control.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-display.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-file-manager.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/web-browser.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-locale.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-privacy.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/system-software-install.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-search.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-dictionary.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard-shortcuts.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-theme.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-character-map.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/utilities-system-monitor.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-wallpaper.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-screensaver.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/apps/utilities-terminal.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-desktop-remote-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/accessories-text-editor.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/apps/preferences-system-notifications.png creating: ./bundleGTK/share/icons/Adwaita/22x22/categories/ extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-engineering.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-accessories.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/system-help.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-other.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-office.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-system-network.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-other.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-development.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop-personal.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-utilities.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-science.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-internet.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-games.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-system.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-desktop-peripherals.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/preferences-system.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-multimedia.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/categories/applications-graphics.png creating: ./bundleGTK/share/icons/Adwaita/22x22/emotes/ extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-monkey.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-uncertain.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-devilish.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smile-big.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-sad.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/emote-love.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-angel.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-laugh.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smirk.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-raspberry.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-angry.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-kiss.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-wink.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-plain.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-cool.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-tired.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-surprise.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-embarrassed.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-worried.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-sick.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-crying.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-smile.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/emotes/face-glasses.png creating: ./bundleGTK/share/icons/Adwaita/22x22/devices/ extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/ac-adapter.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/multimedia-player.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/battery.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-headphones.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-tape.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-multidisk.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-headset.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/printer-network.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-wired.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/modem.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-vpn.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-tablet.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-card.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-dialpad.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-optical.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/scanner.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-mouse.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-gaming.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-input-microphone.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/phone.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/audio-speakers.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-optical.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-removable.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-photo.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/computer.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/video-display.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-web.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-floppy.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-removable-media.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/network-wireless.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/printer.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/uninterruptible-power-supply.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/ebook-reader.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/camera-video.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/pda.png inflating: ./bundleGTK/share/icons/Adwaita/22x22/devices/input-touchpad.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/media-flash.png extracting: ./bundleGTK/share/icons/Adwaita/22x22/devices/drive-harddisk.png creating: ./bundleGTK/share/icons/Adwaita/scalable/ creating: ./bundleGTK/share/icons/Adwaita/scalable/places/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/network-workgroup-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-music-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-saved-search-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-bookmarks-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-desktop-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-pictures-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-trash-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-documents-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-templates-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/start-here-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-remote-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-publicshare-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/user-home-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/network-server-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/places/folder-videos-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-favorite-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-shared-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-synchronizing-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-documents-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-music-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-default-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-important-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-ok-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-videos-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emblems/emblem-photos-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/scalable/status/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-mixed-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/daytime-sunset-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-no-route-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-low-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-question-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-hotspot-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-invisible-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-missing-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/avatar-default-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-good-charging-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-good-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-clear-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-excellent-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-portrait-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/appointment-missed-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-windy-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-none-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-idle-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/changes-prevent-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-landscape-inverse-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-replied-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/keyboard-brightness-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-snow-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-offline-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-low-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/semi-starred-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-caution-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-read-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-empty-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-ok-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-excellent-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-low-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-error-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-attachment-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-gprs-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-4g-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-weak-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/task-past-due-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-high-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/display-brightness-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-storm-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-charging-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/radio-checked-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-medium-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-trash-full-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-transmit-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-high-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-encrypted-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-caution-charging-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-3g-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-few-clouds-night-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/airplane-mode-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-status-pending-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-low-charging-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-away-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-empty-charging-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-busy-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-overcast-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-connected-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-severe-alert-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/view-wrapped-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/channel-secure-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-information-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-offline-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-idle-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-medium-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-portrait-inverse-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-no-route-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/software-update-urgent-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-medium-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/semi-starred-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/task-due-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-vpn-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-good-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-signal-none-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/changes-allow-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-offline-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/channel-insecure-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/software-update-available-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-hspa-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-good-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/orientation-landscape-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/starred-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-receive-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-password-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-muted-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-clear-night-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-few-clouds-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-showers-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-showers-scattered-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-error-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-printing-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/weather-fog-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/dialog-warning-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/view-wrapped-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/bluetooth-active-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/night-light-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-mixed-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-edge-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-transmit-receive-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-weak-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/user-available-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/content-loading-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/alarm-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-no-route-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/battery-full-charged-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/appointment-soon-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/mail-unread-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/computer-fail-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-offline-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/audio-volume-high-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-warning-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/daytime-sunrise-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/microphone-sensitivity-muted-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-wireless-signal-ok-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/security-low-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/touchpad-disabled-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/network-cellular-acquiring-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/printer-error-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/checkbox-checked-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/status/thunderbolt-acquiring-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/text-x-generic-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/image-x-generic-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-document-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/package-x-generic-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-rss+xml-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-presentation-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-certificate-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-address-book-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-spreadsheet-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/video-x-generic-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-firmware-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-calendar-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/audio-x-generic-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/x-office-drawing-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/inode-directory-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-appliance-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/scalable/actions/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-view-subtitles-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-new-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/error-correct-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-flip-vertical-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-open-recent-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-undo-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-pin-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-start-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-select-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-mark-important-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-print-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-fullscreen-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-delete-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-flip-horizontal-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-fill-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-paste-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/process-stop-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-center-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-direction-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-stop-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-paged-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-dual-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-original-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-rotate-right-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-properties-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-image-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-strikethrough-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-text-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/help-about-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-maximize-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-bold-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-mirror-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-restore-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-restore-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-switch-user-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-eject-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-more-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/bookmark-new-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-run-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-record-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-redo-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-end-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-less-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-find-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-start-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-direction-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-select-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-remove-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-send-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/action-unavailable-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-italic-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-save-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-home-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/object-rotate-left-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-right-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-undo-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-save-as-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-less-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-continuous-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-end-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-send-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-text-underline-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-page-setup-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-object-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-clear-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-start-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/system-shutdown-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/selection-start-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-jump-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-more-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-fit-best-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-copy-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-minimize-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-playback-pause-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-in-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-open-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mail-send-receive-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/open-menu-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-indent-more-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/star-new-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/zoom-out-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/edit-redo-symbolic-rtl.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/format-justify-left-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/insert-link-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/go-top-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/window-close-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-remove-all-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/actions/list-add-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/scalable/apps/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-details-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/utilities-system-monitor-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-time-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/system-file-manager-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-wallpaper-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-notifications-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-network-proxy-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-accessibility-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-sharing-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/gnome-power-manager-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-color-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/applets-screenshooter-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/user-info-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-privacy-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-locale-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-search-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/multimedia-volume-control-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/system-users-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-calculator-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-network-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-system-devices-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-character-map-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/web-browser-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-browser-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-screensaver-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-text-editor-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/goa-panel-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/system-software-install-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/accessories-dictionary-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-display-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/bluetooth-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/scalable/categories/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-engineering-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-graphics-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/preferences-system-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/system-help-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-games-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-utilities-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-multimedia-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/applications-science-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/categories/preferences-other-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-shutmouth-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-surprise-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-sad-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-worried-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-cool-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-confused-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-glasses-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-angry-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smile-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-crying-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-plain-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-kiss-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-sick-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smirk-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-monkey-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-smile-big-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-yawn-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-angel-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-uncertain-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-tired-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-wink-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-devilish-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-raspberry-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-laugh-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/emotes/face-embarrassed-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/scalable/devices/ inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/phone-apple-iphone-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-gaming-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-single-display-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/ac-adapter-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-removable-media-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-dvd-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-headphones-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-input-microphone-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/modem-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/network-wireless-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/display-projector-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/pda-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-floppy-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/scanner-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/camera-photo-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-card-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-speakers-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-cd-audio-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-mouse-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-flash-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/computer-apple-ipad-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-optical-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/computer-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-dialpad-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/thunderbolt-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/tv-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/printer-network-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/phone-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-touchpad-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-removable-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-joined-displays-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/battery-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-zip-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/camera-video-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/camera-web-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/input-keyboard-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/colorimeter-colorhug-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/video-display-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/media-optical-bd-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/audio-headset-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/printer-symbolic.svg inflating: ./bundleGTK/share/icons/Adwaita/scalable/devices/multimedia-player-symbolic.svg creating: ./bundleGTK/share/icons/Adwaita/48x48/ creating: ./bundleGTK/share/icons/Adwaita/48x48/places/ extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-documents.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/start-here-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/network-server-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-workgroup.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-music.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-pictures.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-workgroup-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-templates-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-trash.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-home.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-saved-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-videos.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-publicshare.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-remote.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-pictures-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-publicshare-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/start-here.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-bookmarks.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/user-trash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-templates.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-saved-search.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-bookmarks-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-remote-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/user-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-download.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/places/network-server.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/places/folder-documents-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/ extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-system.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-generic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-symbolic-link.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-documents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-music-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-default.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-documents.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-favorite-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-web.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-new.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-system-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-photos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-synchronizing.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-synchronizing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-videos-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-shared.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-favorite.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-package.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-shared-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-downloads.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-photos.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-important.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-readonly.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-ok-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-mail.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emblems/emblem-unreadable.png creating: ./bundleGTK/share/icons/Adwaita/48x48/status/ extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-information.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/touchpad-disabled-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-muted-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-ok-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-overcast.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-question-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-missing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-vpn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-high.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-error.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-missed.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/bluetooth-active-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-scattered.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-missed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-available.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/checkbox-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/computer-fail-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-offline.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/starred.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-checked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-portrait-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-due-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/content-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-open-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-prevent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-warning.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-muted.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-weak-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-offline.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-storm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-storm.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/checkbox-checked-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-disconnected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-no-route-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-weak-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-open.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-replied.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-away.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-high.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-drag-accept-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-excellent-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-landscape-inverse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-receive.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-due.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-connected.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-low.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-urgent.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/thunderbolt-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/image-missing.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-medium.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-available.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-charging.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-unread-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charging.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-ok-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-fog.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-muted-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/image-loading.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-busy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-password.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-available-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/view-wrapped-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-good-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/non-starred.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-idle.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-night-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/user-invisible-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-landscape-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-windy-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-drag-accept.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-4g-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-visiting-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/rotation-allowed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty-charging-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charging-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-attachment-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-severe-alert.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-excellent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-allow.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-snow-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-bronze.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/orientation-portrait-inverse-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-connected-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/channel-insecure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-3g-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-soon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charged.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-allow-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-low.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/rotation-locked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-not-tracked-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/system-lock-screen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-full-charged-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/channel-secure-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-scattered-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/non-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-password-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-hspa-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/display-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/alarm-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-night.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/avatar-default-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/view-wrapped-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/bluetooth-disabled-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-read.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-showers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-information-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/computer-fail.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-replied-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/task-past-due.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-disconnected.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-night.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-overcast-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-silver.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-gprs-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-high-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-snow.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-error-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/audio-volume-high.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/daytime-sunrise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-idle.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-hotspot-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/task-past-due-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/checkbox-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/trophy-gold.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/keyboard-brightness-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-invisible.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-missing.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-offline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-severe-alert-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-few-clouds-night-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-caution-charging.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wired-no-route-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low-charging.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-cellular-edge-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/night-light-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/folder-visiting.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-trash-full.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/software-update-urgent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-medium-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/appointment-soon.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-attachment.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-low-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-low.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/mail-unread.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/avatar-default.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-signal-none-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/semi-starred-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-trash-full-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-empty.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/daytime-sunset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-error.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-low.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/radio-mixed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-printing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-encrypted-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-busy.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/status/image-loading-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/airplane-mode-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-warning-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-muted.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-printing.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-transmit-receive.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/weather-clear-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/security-medium.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/battery-good.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/dialog-question.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/printer-error.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/user-away-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/changes-prevent.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/status/microphone-sensitivity-medium.png creating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/ extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-template.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/inode-directory-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/font-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-addon-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-address-book-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-package-repository.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-drawing.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-firmware-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/image-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-drawing-template.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-preview.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-document.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-drawing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/image-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/font-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-script.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-document-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-html.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-certificate.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/audio-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/video-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/video-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-executable-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic-template.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-calendar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-document-template.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-appliance-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-rss+xml-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-addon.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-executable.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-calendar.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-address-book.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-x-firmware.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/package-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/text-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/x-office-presentation-template.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/package-x-generic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/application-certificate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/mimetypes/audio-x-generic.png creating: ./bundleGTK/share/icons/Adwaita/48x48/actions/ inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-fill-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-strikethrough.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/folder-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-mirror-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-italic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/color-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-ascending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-home.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-minimize-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-original-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-cut.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-horizontal.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/star-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-message-new.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-restore.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-home-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/address-book-new.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-stop.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-italic-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-text-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-all-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-shutdown.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/folder-new.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-copy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-top-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-faq.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-underline.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-right-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-bold.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-left.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/address-book-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/bookmark-new.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-properties.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/find-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-down.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-as-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-run-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-link.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-horizontal-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-left-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-center.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-copy.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-vertical.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-lock-screen.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-replace.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-descending-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-right.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-delete-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-original.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/error-correct-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-recent-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/bookmark-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/contact-new.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-search.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-new.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-recent.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-pause.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-refresh.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-app-grid-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-reply-sender.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/process-stop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-receive.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-record-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-run.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-underline-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-image.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/application-exit.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-read.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-right-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-all.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-add-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-shutdown-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-up-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-right.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-paged-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-stop.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/application-exit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-dual-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-fullscreen-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-object.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-undo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-legacy-systray-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-jump.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/appointment-new.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-notjunk.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-out-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-about-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-contents.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-all.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-top-bar-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-receive-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-top.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-new.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mark-location-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-reply-all.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-bottom-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tools-check-spelling-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-ascending.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-rotate-left-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tab-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-properties-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-object-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-delete.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-flip-vertical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-revert-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-jump-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-fit-best-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-as.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-forward.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-redo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-down-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-log-out.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/help-about.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-in-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/appointment-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/focus-windows-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-send-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-center-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/object-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-preview-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-cut-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-playback-pause-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-close.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-eject.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-first-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-restore-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-end-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-previous-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/font-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-start-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-unread.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-important.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-grid-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-bold-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-more-horizontal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-find-replace-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-link-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-fill.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-justify-left.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-add.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-bottom.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/open-menu-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/contact-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-select-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/system-switch-user-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/selection-end-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-view-subtitles-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-paste-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-record.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-restore-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mark-location.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/process-stop.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/call-start.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/pan-start-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-close-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-junk.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-direction-ltr.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-send.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-save.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-next-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/tools-check-spelling.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-out.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-fullscreen.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-more-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-fit-best.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-image-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-indent-less.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-last-rtl.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/mail-mark-important-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-page-setup-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-list-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-send.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic-rtl.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-continuous-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-paste.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/window-maximize-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/edit-clear-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/format-text-strikethrough-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic-rtl.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/go-up.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-sort-descending.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-open-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-print-preview.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-new-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-refresh-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/zoom-in.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/view-pin-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/insert-text.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/document-page-setup.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/actions/list-remove-all-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/action-unavailable-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/actions/media-eject-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/48x48/apps/ extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/bluetooth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/gnome-power-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-system-monitor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-browser.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-color-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-character-map-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-text-editor-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-windows.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-calculator.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-sharing.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/user-info.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/multimedia-volume-control-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-file-manager-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-users.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-font.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/applets-screenshooter.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-search-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-install-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-update.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-faq-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-locale-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/multimedia-volume-control.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-font-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-network-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-display.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/applets-screenshooter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-file-manager.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-details-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/web-browser.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/user-info-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-time-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/goa-panel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-locale.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-privacy.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-network-proxy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-software-install.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-calculator-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-search.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-dictionary.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/web-browser-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-devices-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/help-contents-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-theme.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-character-map.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-terminal-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-system-monitor.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-privacy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-dictionary-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/utilities-terminal.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-sharing-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/accessories-text-editor.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/preferences-system-notifications.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/apps/system-users-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/48x48/categories/ extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-engineering.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-accessories.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-games-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-graphics-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/system-help.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-other.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-engineering-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-office.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-other-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system-network.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-other.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-development.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop-personal.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-utilities.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-multimedia-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-science.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-internet.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/system-help-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-games.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-system.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-desktop-peripherals.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-utilities-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-science-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/preferences-system.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-multimedia.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/categories/applications-graphics.png creating: ./bundleGTK/share/icons/Adwaita/48x48/emotes/ extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-monkey.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-uncertain.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-raspberry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-kiss-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angry-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-uncertain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sick-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-devilish.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-wink-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smirk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-big.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sad.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/emote-love.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angel.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-surprise-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-devilish-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-laugh.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-glasses-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-shutmouth-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-worried-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-crying-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-cool-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-laugh-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smirk.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-raspberry.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-tired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-big-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angry.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-kiss.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-wink.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-plain.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/emote-love-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-cool.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-confused-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-tired.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-monkey-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-surprise.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-angel-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-yawn-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-embarrassed.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-worried.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-sick.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-crying.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-embarrassed-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-smile.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-plain-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/emotes/face-glasses.png creating: ./bundleGTK/share/icons/Adwaita/48x48/devices/ extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-multidisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ac-adapter.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-speakers-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-tape-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/battery-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ac-adapter-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/scanner-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wireless-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-gaming-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/battery.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headphones.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-keyboard.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/thunderbolt-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-tape.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-single-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-web-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-multidisk.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-keyboard-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-card-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headset.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-network.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headset-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-system-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wired.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/modem.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-dialpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/display-projector-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-vpn.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-tablet.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/tv-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-zip-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/colorimeter-colorhug-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-card.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-dialpad.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-mouse-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/scanner.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-touchpad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-mouse.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-floppy-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-joined-displays-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-photo-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-gaming.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-input-microphone.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-speakers.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-optical.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-removable.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-photo.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/computer-apple-ipad-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/uninterruptible-power-supply-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-display.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-usb-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-web.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-floppy.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-input-microphone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-removable-media.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/video-display-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wireless.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-video-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-removable-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer-network-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-removable-media-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/phone-apple-iphone-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/printer.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-bd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/uninterruptible-power-supply.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/ebook-reader.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-cd-audio-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/camera-video.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/pda-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/pda.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-dvd-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-touchpad.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-optical-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-ieee1394-symbolic.symbolic.png inflating: ./bundleGTK/share/icons/Adwaita/48x48/devices/network-wired-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-flash.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/media-flash-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/drive-harddisk-solidstate-symbolic.symbolic.png extracting: ./bundleGTK/share/icons/Adwaita/48x48/devices/audio-headphones-symbolic.symbolic.png creating: ./bundleGTK/share/icons/Adwaita/cursors/ inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_side.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/pencil.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/h_double_arrow.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/grab.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/alias.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/context-menu.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-move.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/default.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/n-resize.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_up_arrow.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-ask.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/zoom-out.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/text.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/se-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/zoom-in.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/copy.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/fd_double_arrow.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/cell.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/dotbox.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/diamond_cross.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/nw-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/fleur.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/row-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/cross_reverse.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/00008160000006810000408080010102.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr_help.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/nesw-resize.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/hand2.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/w-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/draft_small.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_hor.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/v_double_arrow.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/help.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/question_arrow.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/hand1.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/cross.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/watch.ani extracting: ./bundleGTK/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd.ani inflating: ./bundleGTK/share/icons/Adwaita/cursors/grabbing.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_tee.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/all-scroll.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_ptr.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/draft_large.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-link.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/bd_double_arrow.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_left_corner.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_tee.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/progress.ani extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_ver.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_fdiag.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/move.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/no-drop.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/top_left_arrow.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/sw-resize.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/ll_angle.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_right_corner.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/xterm.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-none.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/wait.ani extracting: ./bundleGTK/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_right_arrow.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/ew-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/nwse-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/arrow.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-copy.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/circle.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_ptr_watch.ani extracting: ./bundleGTK/share/icons/Adwaita/cursors/pointer.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_h_double_arrow.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/crosshair.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/target.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/top_left_corner.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_bdiag.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_side.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/hand.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/lr_angle.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/s-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/vertical-text.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/dnd-no-drop.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/X_cursor.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/tcross.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/draped_box.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/ur_angle.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_down_arrow.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/plus.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_tee.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/col-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/icon.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/not-allowed.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/pointer-move.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/pirate.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/ns-resize.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_tee.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/crossed_circle.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/bottom_right_corner.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/dot_box_mask.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/left_side.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/double_arrow.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_v_double_arrow.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/e-resize.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/right_side.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/size_all.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/link.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/ne-resize.cur inflating: ./bundleGTK/share/icons/Adwaita/cursors/ul_angle.cur extracting: ./bundleGTK/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599.ani inflating: ./bundleGTK/share/icons/Adwaita/cursors/sb_left_arrow.cur creating: ./bundleGTK/share/icons/Adwaita/512x512/ creating: ./bundleGTK/share/icons/Adwaita/512x512/places/ inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-documents.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-music.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-pictures.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/user-home.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-videos.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-publicshare.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/user-desktop.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-remote.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/user-bookmarks.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-templates.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-saved-search.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/places/folder-download.png creating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/ inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-symbolic-link.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-shared.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-package.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-readonly.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/emblems/emblem-unreadable.png creating: ./bundleGTK/share/icons/Adwaita/512x512/status/ inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-open.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/image-missing.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/image-loading.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-drag-accept.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/status/folder-visiting.png creating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/ inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet-template.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/font-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-drawing.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-presentation.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-drawing-template.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-preview.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-document.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/image-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-script.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-html.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-generic-template.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-document-template.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/text-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/application-x-executable.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-address-book.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/package-x-generic.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/x-office-presentation-template.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/mimetypes/audio-x-generic.png creating: ./bundleGTK/share/icons/Adwaita/512x512/actions/ inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/address-book-new.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/folder-new.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-properties.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-revert.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/edit-select-all.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-new.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-revert-rtl.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-save-as.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-open.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-save.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/actions/document-page-setup.png creating: ./bundleGTK/share/icons/Adwaita/512x512/apps/ inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/accessories-calculator.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/accessories-character-map.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/utilities-system-monitor.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/utilities-terminal.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/apps/accessories-text-editor.png creating: ./bundleGTK/share/icons/Adwaita/512x512/categories/ inflating: ./bundleGTK/share/icons/Adwaita/512x512/categories/applications-internet.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/categories/applications-system.png creating: ./bundleGTK/share/icons/Adwaita/512x512/devices/ inflating: ./bundleGTK/share/icons/Adwaita/512x512/devices/multimedia-player.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/devices/input-dialpad.png inflating: ./bundleGTK/share/icons/Adwaita/512x512/devices/drive-harddisk.png creating: ./bundleGTK/share/glib-2.0/ creating: ./bundleGTK/share/glib-2.0/schemas/ inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.peripherals.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.session.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.enums.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.wm.keybindings.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.datetime.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.calendar.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/gschema.dtd inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/org.gnome.system.location.gschema.xml inflating: ./bundleGTK/share/glib-2.0/schemas/gschemas.compiled finishing deferred symbolic links: ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused.png -> radio-unchecked.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png -> radio-unchecked-insensitive@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused.png -> checkbox-checked.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png -> checkbox-mixed-insensitive.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png -> checkbox-unchecked@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused.png -> checkbox-unchecked.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png -> radio-unchecked-insensitive.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused@2.png -> radio-unchecked@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused@2.png -> radio-mixed@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused.png -> radio-mixed.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png -> radio-checked-insensitive@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png -> checkbox-unchecked-insensitive@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png -> checkbox-mixed-insensitive@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png -> radio-mixed-insensitive.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png -> checkbox-checked-insensitive.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused.png -> radio-checked.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused@2.png -> radio-checked@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused.png -> radio-checked-insensitive.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png -> checkbox-unchecked-insensitive.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused.png -> checkbox-mixed.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused@2.png -> checkbox-mixed@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png -> checkbox-checked-insensitive@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png -> radio-mixed-insensitive@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused@2.png -> checkbox-checked@2.png ./bundleGTK/share/Windows-10-3.2/gtk-3.0/gtk-3.20 -> ../gtk-3.20 [Pipeline] sh + unzip -n build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.zip -d ./bundleGTK Archive: build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.zip inflating: ./bundleGTK/B2DPlugin.dll inflating: ./bundleGTK/BitBltPlugin.dll inflating: ./bundleGTK/DSAPrims.dll inflating: ./bundleGTK/FileAttributesPlugin.dll inflating: ./bundleGTK/FilePlugin.dll inflating: ./bundleGTK/JPEGReadWriter2Plugin.dll inflating: ./bundleGTK/JPEGReaderPlugin.dll inflating: ./bundleGTK/LargeIntegers.dll inflating: ./bundleGTK/LocalePlugin.dll inflating: ./bundleGTK/MiscPrimitivePlugin.dll inflating: ./bundleGTK/Pharo.exe inflating: ./bundleGTK/Pharo.exe.manifest inflating: ./bundleGTK/PharoConsole.exe inflating: ./bundleGTK/PharoConsole.exe.manifest inflating: ./bundleGTK/PharoVMCore.dll inflating: ./bundleGTK/SDL2.dll inflating: ./bundleGTK/SocketPlugin.dll inflating: ./bundleGTK/SqueakSSL.dll inflating: ./bundleGTK/SurfacePlugin.dll inflating: ./bundleGTK/TestLibrary.dll inflating: ./bundleGTK/UUIDPlugin.dll inflating: ./bundleGTK/ffi.dll inflating: ./bundleGTK/libB2DPlugin.dll.a inflating: ./bundleGTK/libBitBltPlugin.dll.a inflating: ./bundleGTK/libDSAPrims.dll.a inflating: ./bundleGTK/libFileAttributesPlugin.dll.a inflating: ./bundleGTK/libFilePlugin.dll.a inflating: ./bundleGTK/libJPEGReadWriter2Plugin.dll.a inflating: ./bundleGTK/libJPEGReaderPlugin.dll.a inflating: ./bundleGTK/libLargeIntegers.dll.a inflating: ./bundleGTK/libLocalePlugin.dll.a inflating: ./bundleGTK/libMiscPrimitivePlugin.dll.a inflating: ./bundleGTK/libPharoVMCore.dll.a inflating: ./bundleGTK/libSocketPlugin.dll.a inflating: ./bundleGTK/libSqueakSSL.dll.a inflating: ./bundleGTK/libSurfacePlugin.dll.a inflating: ./bundleGTK/libTestLibrary.dll.a inflating: ./bundleGTK/libUUIDPlugin.dll.a inflating: ./bundleGTK/libeay32.dll inflating: ./bundleGTK/libffi.dll.a inflating: ./bundleGTK/libgit2-1-0-0.dll inflating: ./bundleGTK/libgit2.dll inflating: ./bundleGTK/libssh2-1.dll inflating: ./bundleGTK/libssh2.dll inflating: ./bundleGTK/libwinpthread-1.dll inflating: ./bundleGTK/ssleay32.dll inflating: ./bundleGTK/zlib1.dll [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/build/bundleGTK [Pipeline] { [Pipeline] sh + zip -r -9 ../PharoVM-8.1.0-GTK-f4fe5697-win64-bin.zip B2DPlugin.dll BitBltPlugin.dll DSAPrims.dll FileAttributesPlugin.dll FilePlugin.dll JPEGReadWriter2Plugin.dll JPEGReaderPlugin.dll LargeIntegers.dll LocalePlugin.dll MiscPrimitivePlugin.dll Pharo.exe Pharo.exe.manifest PharoConsole.exe PharoConsole.exe.manifest PharoVMCore.dll SDL2.dll SocketPlugin.dll SqueakSSL.dll SurfacePlugin.dll TestLibrary.dll UUIDPlugin.dll ffi.dll iconv.dll lib libB2DPlugin.dll.a libBitBltPlugin.dll.a libDSAPrims.dll.a libFileAttributesPlugin.dll.a libFilePlugin.dll.a libJPEGReadWriter2Plugin.dll.a libJPEGReaderPlugin.dll.a libLargeIntegers.dll.a libLocalePlugin.dll.a libMiscPrimitivePlugin.dll.a libPharoVMCore.dll.a libSocketPlugin.dll.a libSqueakSSL.dll.a libSurfacePlugin.dll.a libTestLibrary.dll.a libUUIDPlugin.dll.a libatk-1.0-0.dll libbz2-1.dll libcairo-2.dll libcairo-gobject-2.dll libcroco-0.6-3.dll libeay32.dll libepoxy-0.dll libexpat-1.dll libffi-6.dll libffi.dll.a libfontconfig-1.dll libfreetype-6.dll libgcc_s_seh-1.dll libgdk-3-0.dll libgdk_pixbuf-2.0-0.dll libgio-2.0-0.dll libgit2-1-0-0.dll libgit2.dll libglib-2.0-0.dll libgmodule-2.0-0.dll libgobject-2.0-0.dll libgtk-3-0.dll libharfbuzz-0.dll libintl-8.dll liblzma-5.dll libpango-1.0-0.dll libpangocairo-1.0-0.dll libpangoft2-1.0-0.dll libpangowin32-1.0-0.dll libpcre-1.dll libpixbufloader-ani.dll libpixbufloader-bmp.dll libpixbufloader-gif.dll libpixbufloader-icns.dll libpixbufloader-ico.dll libpixbufloader-jasper.dll libpixbufloader-jpeg.dll libpixbufloader-pnm.dll libpixbufloader-qtif.dll libpixbufloader-svg.dll libpixbufloader-tga.dll libpixbufloader-tiff.dll libpixbufloader-xbm.dll libpixbufloader-xpm.dll libpixman-1-0.dll libpng16-16.dll librsvg-2-2.dll libssh2-1.dll libssh2.dll libwinpthread-1.dll libxml2-2.dll share ssleay32.dll zlib1.dll adding: B2DPlugin.dll (deflated 67%) adding: BitBltPlugin.dll (deflated 67%) adding: DSAPrims.dll (deflated 72%) adding: FileAttributesPlugin.dll (deflated 70%) adding: FilePlugin.dll (deflated 69%) adding: JPEGReadWriter2Plugin.dll (deflated 68%) adding: JPEGReaderPlugin.dll (deflated 71%) adding: LargeIntegers.dll (deflated 69%) adding: LocalePlugin.dll (deflated 72%) adding: MiscPrimitivePlugin.dll (deflated 71%) adding: Pharo.exe (deflated 74%) adding: Pharo.exe.manifest (deflated 52%) adding: PharoConsole.exe (deflated 74%) adding: PharoConsole.exe.manifest (deflated 52%) adding: PharoVMCore.dll (deflated 71%) adding: SDL2.dll (deflated 76%) adding: SocketPlugin.dll (deflated 70%) adding: SqueakSSL.dll (deflated 69%) adding: SurfacePlugin.dll (deflated 71%) adding: TestLibrary.dll (deflated 70%) adding: UUIDPlugin.dll (deflated 72%) adding: ffi.dll (deflated 69%) adding: iconv.dll (deflated 57%) adding: lib/ (stored 0%) adding: lib/gdk-pixbuf-2.0/ (stored 0%) adding: lib/gdk-pixbuf-2.0/2.10.0/ (stored 0%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/ (stored 0%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll (deflated 60%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll (deflated 59%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.dll (deflated 57%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.dll (deflated 56%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll (deflated 54%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll (deflated 57%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll (deflated 60%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll (deflated 59%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.dll (deflated 55%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.dll (deflated 59%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll (deflated 58%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.dll (deflated 54%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.dll (deflated 55%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll (deflated 58%) adding: lib/gdk-pixbuf-2.0/2.10.0/loaders.cache (deflated 67%) adding: libB2DPlugin.dll.a (deflated 93%) adding: libBitBltPlugin.dll.a (deflated 90%) adding: libDSAPrims.dll.a (deflated 89%) adding: libFileAttributesPlugin.dll.a (deflated 92%) adding: libFilePlugin.dll.a (deflated 93%) adding: libJPEGReadWriter2Plugin.dll.a (deflated 88%) adding: libJPEGReaderPlugin.dll.a (deflated 86%) adding: libLargeIntegers.dll.a (deflated 91%) adding: libLocalePlugin.dll.a (deflated 89%) adding: libMiscPrimitivePlugin.dll.a (deflated 90%) adding: libPharoVMCore.dll.a (deflated 92%) adding: libSocketPlugin.dll.a (deflated 94%) adding: libSqueakSSL.dll.a (deflated 91%) adding: libSurfacePlugin.dll.a (deflated 90%) adding: libTestLibrary.dll.a (deflated 94%) adding: libUUIDPlugin.dll.a (deflated 84%) adding: libatk-1.0-0.dll (deflated 66%) adding: libbz2-1.dll (deflated 55%) adding: libcairo-2.dll (deflated 52%) adding: libcairo-gobject-2.dll (deflated 63%) adding: libcroco-0.6-3.dll (deflated 63%) adding: libeay32.dll (deflated 61%) adding: libepoxy-0.dll (deflated 75%) adding: libexpat-1.dll (deflated 61%) adding: libffi-6.dll (deflated 53%) adding: libffi.dll.a (deflated 92%) adding: libfontconfig-1.dll (deflated 52%) adding: libfreetype-6.dll (deflated 47%) adding: libgcc_s_seh-1.dll (deflated 56%) adding: libgdk-3-0.dll (deflated 68%) adding: libgdk_pixbuf-2.0-0.dll (deflated 57%) adding: libgio-2.0-0.dll (deflated 62%) adding: libgit2-1-0-0.dll (deflated 66%) adding: libgit2.dll (deflated 61%) adding: libglib-2.0-0.dll (deflated 59%) adding: libgmodule-2.0-0.dll (deflated 58%) adding: libgobject-2.0-0.dll (deflated 59%) adding: libgtk-3-0.dll (deflated 64%) adding: libharfbuzz-0.dll (deflated 55%) adding: libintl-8.dll (deflated 54%) adding: liblzma-5.dll (deflated 48%) adding: libpango-1.0-0.dll (deflated 59%) adding: libpangocairo-1.0-0.dll (deflated 59%) adding: libpangoft2-1.0-0.dll (deflated 58%) adding: libpangowin32-1.0-0.dll (deflated 54%) adding: libpcre-1.dll (deflated 66%) adding: libpixbufloader-ani.dll (deflated 58%) adding: libpixbufloader-bmp.dll (deflated 55%) adding: libpixbufloader-gif.dll (deflated 55%) adding: libpixbufloader-icns.dll (deflated 59%) adding: libpixbufloader-ico.dll (deflated 56%) adding: libpixbufloader-jasper.dll (deflated 59%) adding: libpixbufloader-jpeg.dll (deflated 54%) adding: libpixbufloader-pnm.dll (deflated 57%) adding: libpixbufloader-qtif.dll (deflated 60%) adding: libpixbufloader-svg.dll (deflated 60%) adding: libpixbufloader-tga.dll (deflated 58%) adding: libpixbufloader-tiff.dll (deflated 57%) adding: libpixbufloader-xbm.dll (deflated 59%) adding: libpixbufloader-xpm.dll (deflated 54%) adding: libpixman-1-0.dll (deflated 59%) adding: libpng16-16.dll (deflated 49%) adding: librsvg-2-2.dll (deflated 56%) adding: libssh2-1.dll (deflated 72%) adding: libssh2.dll (deflated 72%) adding: libwinpthread-1.dll (deflated 55%) adding: libxml2-2.dll (deflated 54%) adding: share/ (stored 0%) adding: share/Adwaita/ (stored 0%) adding: share/Adwaita/index.theme (deflated 53%) adding: share/Adwaita/gtk-2.0/ (stored 0%) adding: share/Adwaita/gtk-2.0/apps.rc (deflated 75%) adding: share/Adwaita/gtk-2.0/main.rc (deflated 89%) adding: share/Adwaita/gtk-2.0/hacks.rc (deflated 46%) adding: share/Adwaita/gtk-2.0/assets/ (stored 0%) adding: share/Adwaita/gtk-2.0/assets/spin-rtl-up-active.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-down.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-right-hover.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/radio-checked-hover.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/scale-slider-hover.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/tab-right.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/spin-down.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/scale-slider-insensitive.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/treeview-pan-up-hover.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/spin-rtl-up-insensitive.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/checkbox-unchecked-hover.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider.png (deflated 11%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-hover.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-up-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/radio-checked-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png (deflated 11%) adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/pan-right.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/radio-unchecked-active.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/treeview-separator-ltr.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/pan-right-semi.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/menubar-item-active.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-left-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-insensitive.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/checkbox-unchecked-insensitive.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/scale-slider-active.png (deflated 0%) adding: share/Adwaita/gtk-2.0/assets/checkbox-unchecked-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/spin-up.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-left.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/notebook-entry-insensitive.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/checkbox-mixed-active.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/spin-ltr-up.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/frame-inline.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/tab-down-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/radio-mixed-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/radio-mixed-hover.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/menu-radio-insensitive.png (deflated 14%) adding: share/Adwaita/gtk-2.0/assets/checkbox-mixed-hover.png (deflated 0%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-mixed.png (deflated 12%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/spin-rtl-down-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/treeview-pan-up-active.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/notebook-entry-active.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/tab-up.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/radio-unchecked.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/spin-rtl-up.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-up.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/treeview-pan-up.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/handle-vert.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/border.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/scale-horz-trough.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/spin-ltr-up-hover.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-checked-hover.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/radio-mixed.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/pan-down-insensitive.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/entry.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-rtl.png (deflated 11%) adding: share/Adwaita/gtk-2.0/assets/spin-ltr-down-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-active.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/entry-insensitive.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/spin-down-insensitive.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button.png (deflated 0%) adding: share/Adwaita/gtk-2.0/assets/line.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/checkbox-mixed.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/scale-horz-focus.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/entry-background.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/spin-ltr-down-hover.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/button-hover.png (stored 0%) adding: share/Adwaita/gtk-2.0/assets/spin-rtl-down.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/frame-notebook.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/pan-up-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-hover.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/menu-border.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/entry-active.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/pan-left-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-hover.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/handle-horz.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/radio-unchecked-insensitive.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-down-insensitive.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/checkbox-mixed-insensitive.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/spin-rtl-up-hover.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-hover.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/tab-left-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-right-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/checkbox-checked-insensitive.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/pan-left.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/button-insensitive.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-left-hover.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/treeview-pan-down.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/radio-unchecked-hover.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/menu-radio-mixed.png (stored 0%) adding: share/Adwaita/gtk-2.0/assets/button-active.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/treeview-pan-down-active.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/tab-right-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/focus.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/pan-right-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/radio-mixed-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/spin-rtl-down-hover.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/handle.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-active.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/menu-radio.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry-active.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/progressbar-horz-trough.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/tab-up-active.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/scale-vert-trough-active.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/menu-radio-checked-insensitive.png (deflated 14%) adding: share/Adwaita/gtk-2.0/assets/scale-horz-trough-active.png (deflated 6%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-ltr-entry.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/checkbox-checked-hover.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-trough-rtl.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/menu-pan-right.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/spin-rtl-down-insensitive.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/treeview-pan-down-hover.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/tab-vert-gap.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/menu-radio-hover.png (stored 0%) adding: share/Adwaita/gtk-2.0/assets/radio-checked-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/scale-slider.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/spin-ltr-up-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/spin-ltr-down.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/entry-background-insensitive.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/progressbar-vert.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/button.png (stored 0%) adding: share/Adwaita/gtk-2.0/assets/checkbox-checked-active.png (deflated 1%) adding: share/Adwaita/gtk-2.0/assets/tab-down.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/notebook-entry.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/radio-checked.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-active.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-insensitive.png (deflated 11%) adding: share/Adwaita/gtk-2.0/assets/tab-left.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/tab-horz-gap.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/menu-radio-checked-hover.png (deflated 0%) adding: share/Adwaita/gtk-2.0/assets/pan-left-semi.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-horz-slider-hover.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/pan-up.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/spin-up-insensitive.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/menu-radio-mixed-hover.png (deflated 0%) adding: share/Adwaita/gtk-2.0/assets/progressbar-horz.png (deflated 5%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider.png (deflated 11%) adding: share/Adwaita/gtk-2.0/assets/checkbox-checked.png (deflated 2%) adding: share/Adwaita/gtk-2.0/assets/menu-radio-mixed-insensitive.png (stored 0%) adding: share/Adwaita/gtk-2.0/assets/pan-down.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/progressbar-vert-trough.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-entry-active.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox.png (deflated 12%) adding: share/Adwaita/gtk-2.0/assets/menu-radio-checked.png (deflated 16%) adding: share/Adwaita/gtk-2.0/assets/spin-ltr-up-insensitive.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/treeview-separator-rtl.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/scale-vert-trough.png (deflated 7%) adding: share/Adwaita/gtk-2.0/assets/checkbox-unchecked.png (deflated 3%) adding: share/Adwaita/gtk-2.0/assets/spin-ltr-down-active.png (deflated 4%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png (deflated 9%) adding: share/Adwaita/gtk-2.0/assets/menu-checkbox-checked.png (deflated 10%) adding: share/Adwaita/gtk-2.0/assets/scrollbar-horz-trough.png (deflated 8%) adding: share/Adwaita/gtk-2.0/assets/frame.png (deflated 9%) adding: share/Adwaita/gtk-2.0/gtkrc (deflated 53%) adding: share/Adwaita/gtk-3.0/ (stored 0%) adding: share/Adwaita/gtk-3.0/gtk.css (deflated 7%) adding: share/glib-2.0/ (stored 0%) adding: share/glib-2.0/schemas/ (stored 0%) adding: share/glib-2.0/schemas/gschemas.compiled (deflated 62%) adding: share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.xml (deflated 77%) adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.xml (deflated 60%) adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.applications.gschema.xml (deflated 68%) adding: share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml (deflated 67%) adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml (deflated 79%) adding: share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.xml (deflated 75%) adding: share/glib-2.0/schemas/org.gnome.desktop.peripherals.gschema.xml (deflated 80%) adding: share/glib-2.0/schemas/org.gtk.Demo.gschema.xml (deflated 58%) adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml (deflated 81%) adding: share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.xml (deflated 75%) adding: share/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml (deflated 82%) adding: share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml (deflated 78%) adding: share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml (deflated 78%) adding: share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml (deflated 56%) adding: share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.xml (deflated 62%) adding: share/glib-2.0/schemas/org.gnome.desktop.datetime.gschema.xml (deflated 45%) adding: share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.xml (deflated 58%) adding: share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml (deflated 44%) adding: share/glib-2.0/schemas/org.gnome.system.proxy.gschema.xml (deflated 77%) adding: share/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.xml (deflated 72%) adding: share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.xml (deflated 73%) adding: share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml (deflated 56%) adding: share/glib-2.0/schemas/org.gnome.desktop.input-sources.gschema.xml (deflated 66%) adding: share/glib-2.0/schemas/org.gnome.desktop.enums.xml (deflated 82%) adding: share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml (deflated 44%) adding: share/glib-2.0/schemas/org.gnome.desktop.session.gschema.xml (deflated 54%) adding: share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml (deflated 71%) adding: share/glib-2.0/schemas/org.gnome.desktop.wm.keybindings.gschema.xml (deflated 89%) adding: share/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml (deflated 69%) adding: share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.xml (deflated 71%) adding: share/glib-2.0/schemas/org.gnome.desktop.thumbnail-cache.gschema.xml (deflated 55%) adding: share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml (deflated 59%) adding: share/glib-2.0/schemas/org.gnome.system.location.gschema.xml (deflated 53%) adding: share/glib-2.0/schemas/gschema.dtd (deflated 68%) adding: share/glib-2.0/schemas/org.gnome.desktop.calendar.gschema.xml (deflated 43%) adding: share/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml (deflated 79%) adding: share/icons/ (stored 0%) adding: share/icons/hicolor/ (stored 0%) adding: share/icons/hicolor/256x256/ (stored 0%) adding: share/icons/hicolor/256x256/apps/ (stored 0%) adding: share/icons/hicolor/256x256/apps/gtk3-demo.png (deflated 1%) adding: share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png (deflated 8%) adding: share/icons/hicolor/256x256/apps/gtk3-widget-factory.png (deflated 2%) adding: share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png (deflated 12%) adding: share/icons/hicolor/24x24/ (stored 0%) adding: share/icons/hicolor/24x24/apps/ (stored 0%) adding: share/icons/hicolor/24x24/apps/gtk3-demo.png (stored 0%) adding: share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png (stored 0%) adding: share/icons/hicolor/24x24/apps/gtk3-widget-factory.png (stored 0%) adding: share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png (stored 0%) adding: share/icons/hicolor/index.theme (deflated 88%) adding: share/icons/hicolor/48x48/ (stored 0%) adding: share/icons/hicolor/48x48/apps/ (stored 0%) adding: share/icons/hicolor/48x48/apps/gtk3-demo.png (stored 0%) adding: share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png (stored 0%) adding: share/icons/hicolor/48x48/apps/gtk3-widget-factory.png (stored 0%) adding: share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png (stored 0%) adding: share/icons/hicolor/16x16/ (stored 0%) adding: share/icons/hicolor/16x16/apps/ (stored 0%) adding: share/icons/hicolor/16x16/apps/gtk3-demo.png (stored 0%) adding: share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png (stored 0%) adding: share/icons/hicolor/16x16/apps/gtk3-widget-factory.png (stored 0%) adding: share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png (deflated 1%) adding: share/icons/hicolor/icon-theme.cache (deflated 64%) adding: share/icons/hicolor/22x22/ (stored 0%) adding: share/icons/hicolor/22x22/apps/ (stored 0%) adding: share/icons/hicolor/22x22/apps/gtk3-demo.png (stored 0%) adding: share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png (stored 0%) adding: share/icons/hicolor/22x22/apps/gtk3-widget-factory.png (stored 0%) adding: share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png (stored 0%) adding: share/icons/hicolor/32x32/ (stored 0%) adding: share/icons/hicolor/32x32/apps/ (stored 0%) adding: share/icons/hicolor/32x32/apps/gtk3-demo.png (stored 0%) adding: share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png (stored 0%) adding: share/icons/hicolor/32x32/apps/gtk3-widget-factory.png (stored 0%) adding: share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/ (stored 0%) adding: share/icons/Adwaita/scalable/ (stored 0%) adding: share/icons/Adwaita/scalable/status/ (stored 0%) adding: share/icons/Adwaita/scalable/status/network-cellular-signal-weak-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/battery-full-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/status/network-wireless-no-route-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/network-cellular-gprs-symbolic.svg (deflated 60%) adding: share/icons/Adwaita/scalable/status/network-cellular-no-route-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/changes-allow-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/battery-good-charging-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/display-brightness-symbolic.svg (deflated 75%) adding: share/icons/Adwaita/scalable/status/call-missed-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/weather-overcast-symbolic.svg (deflated 62%) adding: share/icons/Adwaita/scalable/status/network-cellular-signal-none-symbolic.svg (deflated 75%) adding: share/icons/Adwaita/scalable/status/battery-good-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/dialog-information-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/status/audio-volume-medium-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/weather-fog-symbolic.svg (deflated 81%) adding: share/icons/Adwaita/scalable/status/channel-secure-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/dialog-password-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/dialog-error-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/network-wireless-signal-weak-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/weather-clear-night-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/starred-symbolic.svg (deflated 62%) adding: share/icons/Adwaita/scalable/status/network-no-route-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/network-idle-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/printer-error-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/network-wireless-signal-none-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/microphone-sensitivity-low-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/status/security-low-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/status/content-loading-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/status/network-wireless-signal-good-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/folder-open-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/status/weather-severe-alert-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/network-receive-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/weather-few-clouds-night-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/radio-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/task-past-due-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/view-wrapped-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/status/weather-showers-symbolic.svg (deflated 78%) adding: share/icons/Adwaita/scalable/status/daytime-sunrise-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/battery-empty-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/network-offline-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/microphone-sensitivity-muted-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/weather-snow-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/printer-printing-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/night-light-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/battery-missing-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/avatar-default-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg (deflated 80%) adding: share/icons/Adwaita/scalable/status/network-cellular-signal-good-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/network-cellular-hspa-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg (deflated 62%) adding: share/icons/Adwaita/scalable/status/changes-prevent-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/orientation-portrait-inverse-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/weather-windy-symbolic.svg (deflated 79%) adding: share/icons/Adwaita/scalable/status/user-status-pending-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/status/checkbox-mixed-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/audio-volume-low-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/non-starred-symbolic.svg (deflated 59%) adding: share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/semi-starred-symbolic.svg (deflated 59%) adding: share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/status/network-wireless-encrypted-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/battery-low-charging-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/channel-insecure-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/user-invisible-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/network-cellular-acquiring-symbolic.svg (deflated 77%) adding: share/icons/Adwaita/scalable/status/network-cellular-offline-symbolic.svg (deflated 75%) adding: share/icons/Adwaita/scalable/status/orientation-portrait-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/mail-read-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/network-cellular-signal-ok-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/user-trash-full-symbolic.svg (deflated 62%) adding: share/icons/Adwaita/scalable/status/user-away-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/orientation-landscape-inverse-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/appointment-missed-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/status/security-medium-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/status/task-due-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/network-vpn-symbolic.svg (deflated 72%) adding: share/icons/Adwaita/scalable/status/network-transmit-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/network-cellular-4g-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/user-busy-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/radio-checked-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/network-wireless-offline-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/alarm-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/status/software-update-available-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/mail-replied-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/software-update-urgent-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/weather-clear-symbolic.svg (deflated 80%) adding: share/icons/Adwaita/scalable/status/radio-mixed-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/network-transmit-receive-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/thunderbolt-acquiring-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/weather-showers-scattered-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/status/network-wireless-signal-excellent-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/daytime-sunset-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/media-playlist-consecutive-symbolic-rtl.svg (deflated 71%) adding: share/icons/Adwaita/scalable/status/user-offline-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/media-playlist-repeat-song-symbolic-rtl.svg (deflated 71%) adding: share/icons/Adwaita/scalable/status/checkbox-checked-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/network-cellular-edge-symbolic.svg (deflated 59%) adding: share/icons/Adwaita/scalable/status/printer-warning-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg (deflated 75%) adding: share/icons/Adwaita/scalable/status/appointment-soon-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/touchpad-disabled-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/user-idle-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/microphone-sensitivity-medium-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/status/network-cellular-connected-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/status/dialog-question-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/status/mail-unread-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/user-available-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/status/battery-caution-charging-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/semi-starred-symbolic-rtl.svg (deflated 59%) adding: share/icons/Adwaita/scalable/status/mail-attachment-symbolic.svg (deflated 78%) adding: share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/battery-empty-charging-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/keyboard-brightness-symbolic.svg (deflated 72%) adding: share/icons/Adwaita/scalable/status/media-playlist-repeat-symbolic-rtl.svg (deflated 70%) adding: share/icons/Adwaita/scalable/status/battery-full-charged-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/weather-storm-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/computer-fail-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/view-wrapped-symbolic-rtl.svg (deflated 70%) adding: share/icons/Adwaita/scalable/status/battery-full-charging-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/battery-caution-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/checkbox-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/microphone-sensitivity-high-symbolic.svg (deflated 75%) adding: share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/network-wireless-hotspot-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/network-wireless-signal-ok-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/network-cellular-3g-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/dialog-warning-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/network-error-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/audio-volume-muted-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/status/network-cellular-signal-excellent-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/media-playlist-shuffle-symbolic-rtl.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/audio-volume-high-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/status/image-loading-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/status/battery-low-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/status/bluetooth-active-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/status/airplane-mode-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/status/weather-few-clouds-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/status/security-high-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/status/orientation-landscape-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/emblems/ (stored 0%) adding: share/icons/Adwaita/scalable/emblems/emblem-system-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/emblems/emblem-important-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/emblems/emblem-documents-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/emblems/emblem-videos-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/emblems/emblem-ok-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emblems/emblem-photos-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/emblems/emblem-synchronizing-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/emblems/emblem-favorite-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emblems/emblem-default-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/emblems/emblem-shared-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/emblems/emblem-music-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/apps/ (stored 0%) adding: share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/apps/applets-screenshooter-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-screensaver-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-locale-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/apps/help-browser-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/apps/accessories-dictionary-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/apps/preferences-system-devices-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/apps/system-file-manager-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/apps/preferences-system-sharing-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/apps/preferences-system-network-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-wallpaper-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/apps/multimedia-volume-control-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/apps/preferences-system-time-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-display-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/apps/system-software-install-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/apps/gnome-power-manager-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/apps/bluetooth-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/apps/preferences-system-details-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/apps/accessories-character-map-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/apps/accessories-text-editor-symbolic.svg (deflated 83%) adding: share/icons/Adwaita/scalable/apps/goa-panel-symbolic.svg (deflated 61%) adding: share/icons/Adwaita/scalable/apps/preferences-color-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/apps/user-info-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-accessibility-symbolic.svg (deflated 59%) adding: share/icons/Adwaita/scalable/apps/preferences-system-network-proxy-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/apps/system-users-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/apps/web-browser-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/apps/preferences-system-search-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/apps/preferences-system-privacy-symbolic.svg (deflated 80%) adding: share/icons/Adwaita/scalable/apps/accessories-calculator-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/apps/preferences-system-notifications-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg (deflated 72%) adding: share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/apps/preferences-desktop-keyboard-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/apps/utilities-system-monitor-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/emotes/ (stored 0%) adding: share/icons/Adwaita/scalable/emotes/face-wink-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emotes/face-tired-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emotes/face-uncertain-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/emotes/face-kiss-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/emotes/face-shutmouth-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emotes/face-crying-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emotes/face-plain-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/emotes/face-devilish-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emotes/face-smile-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emotes/face-yawn-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emotes/face-embarrassed-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/emotes/face-sick-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emotes/face-raspberry-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emotes/face-confused-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emotes/face-glasses-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emotes/face-cool-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/emotes/face-laugh-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emotes/face-angel-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/emotes/face-sad-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emotes/face-surprise-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/emotes/face-worried-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emotes/face-monkey-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/emotes/face-smile-big-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/emotes/face-smirk-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/emotes/face-angry-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/categories/ (stored 0%) adding: share/icons/Adwaita/scalable/categories/applications-science-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/categories/applications-multimedia-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/categories/applications-utilities-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/categories/preferences-other-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/categories/applications-engineering-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/categories/applications-games-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/categories/preferences-system-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/categories/applications-graphics-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/categories/system-help-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/mimetypes/ (stored 0%) adding: share/icons/Adwaita/scalable/mimetypes/application-x-firmware-symbolic.svg (deflated 89%) adding: share/icons/Adwaita/scalable/mimetypes/audio-x-generic-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/mimetypes/application-rss+xml-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/mimetypes/x-office-drawing-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/mimetypes/x-office-spreadsheet-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/mimetypes/inode-directory-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/mimetypes/text-x-generic-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/mimetypes/x-office-presentation-symbolic.svg (deflated 72%) adding: share/icons/Adwaita/scalable/mimetypes/x-office-document-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/mimetypes/package-x-generic-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/mimetypes/video-x-generic-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/mimetypes/application-x-appliance-symbolic.svg (deflated 83%) adding: share/icons/Adwaita/scalable/mimetypes/image-x-generic-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/mimetypes/x-office-address-book-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/mimetypes/application-certificate-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/mimetypes/x-office-calendar-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/ (stored 0%) adding: share/icons/Adwaita/scalable/devices/computer-apple-ipad-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/media-optical-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/devices/camera-video-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/input-gaming-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/devices/media-optical-bd-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/devices/audio-input-microphone-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/devices/input-mouse-symbolic.svg (deflated 62%) adding: share/icons/Adwaita/scalable/devices/printer-network-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/tv-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/drive-optical-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/media-floppy-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/display-projector-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/pda-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/devices/audio-card-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/devices/input-keyboard-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/devices/printer-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/devices/audio-speakers-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/devices/phone-apple-iphone-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/devices/network-wireless-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/devices/thunderbolt-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/devices/drive-removable-media-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/drive-harddisk-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/devices/media-zip-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/media-flash-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/multimedia-player-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/video-single-display-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/devices/media-removable-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/phone-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/modem-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/devices/computer-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/battery-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/devices/camera-photo-symbolic.svg (deflated 59%) adding: share/icons/Adwaita/scalable/devices/scanner-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/devices/camera-web-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/audio-headset-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/media-optical-dvd-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/devices/colorimeter-colorhug-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/devices/audio-headphones-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/devices/input-dialpad-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/devices/video-joined-displays-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/devices/video-display-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg (deflated 79%) adding: share/icons/Adwaita/scalable/devices/ac-adapter-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/devices/media-optical-cd-audio-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/devices/input-touchpad-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/places/ (stored 0%) adding: share/icons/Adwaita/scalable/places/user-desktop-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/places/folder-download-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/places/user-trash-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/places/folder-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/places/user-bookmarks-symbolic.svg (deflated 61%) adding: share/icons/Adwaita/scalable/places/network-server-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/places/network-workgroup-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/places/user-home-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/places/start-here-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/places/folder-videos-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/places/folder-music-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/places/folder-documents-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/places/folder-saved-search-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/places/folder-templates-symbolic.svg (deflated 80%) adding: share/icons/Adwaita/scalable/places/folder-publicshare-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/places/folder-pictures-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/places/folder-remote-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/ (stored 0%) adding: share/icons/Adwaita/scalable/actions/edit-paste-symbolic.svg (deflated 60%) adding: share/icons/Adwaita/scalable/actions/media-playback-stop-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/actions/format-text-direction-symbolic-rtl.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/go-last-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/mail-send-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/view-mirror-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/format-justify-fill-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/zoom-out-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/edit-copy-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/find-location-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/go-first-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/list-remove-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/go-up-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/document-new-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/insert-link-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic-rtl.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/font-select-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/object-rotate-left-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/star-new-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/window-close-symbolic.svg (deflated 56%) adding: share/icons/Adwaita/scalable/actions/edit-clear-symbolic.svg (deflated 62%) adding: share/icons/Adwaita/scalable/actions/media-playback-start-symbolic-rtl.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/selection-start-symbolic-rtl.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/system-run-symbolic.svg (deflated 62%) adding: share/icons/Adwaita/scalable/actions/document-properties-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/insert-image-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/list-add-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/mail-send-receive-symbolic.svg (deflated 74%) adding: share/icons/Adwaita/scalable/actions/object-flip-horizontal-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/process-stop-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/go-down-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/list-remove-all-symbolic.svg (deflated 72%) adding: share/icons/Adwaita/scalable/actions/format-justify-center-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/media-eject-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/edit-find-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/media-playback-pause-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg (deflated 63%) adding: share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg (deflated 92%) adding: share/icons/Adwaita/scalable/actions/format-text-italic-symbolic.svg (deflated 61%) adding: share/icons/Adwaita/scalable/actions/help-about-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/bookmark-new-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/format-indent-less-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/edit-redo-symbolic-rtl.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/object-flip-vertical-symbolic.svg (deflated 72%) adding: share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/media-record-symbolic.svg (deflated 59%) adding: share/icons/Adwaita/scalable/actions/system-search-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/format-indent-more-symbolic-rtl.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/color-select-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/document-open-recent-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/edit-delete-symbolic.svg (deflated 56%) adding: share/icons/Adwaita/scalable/actions/media-view-subtitles-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/mail-mark-important-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/format-justify-left-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/window-restore-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/go-jump-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/edit-clear-symbolic-rtl.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/error-correct-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/actions/object-select-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/media-playback-start-symbolic.svg (deflated 61%) adding: share/icons/Adwaita/scalable/actions/insert-object-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/selection-end-symbolic-rtl.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/media-seek-backward-symbolic-rtl.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/edit-redo-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/format-text-direction-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/view-dual-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/view-more-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/document-open-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/format-indent-less-symbolic-rtl.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/view-continuous-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/actions/system-shutdown-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/document-save-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/system-switch-user-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/document-page-setup-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/view-pin-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/edit-undo-symbolic-rtl.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/format-indent-more-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg (deflated 63%) adding: share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/format-text-underline-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/edit-undo-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/format-text-strikethrough-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg (deflated 76%) adding: share/icons/Adwaita/scalable/actions/format-text-bold-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/open-menu-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/insert-text-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/selection-start-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/action-unavailable-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/media-seek-forward-symbolic-rtl.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/media-skip-forward-symbolic.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/go-next-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/document-send-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/document-print-symbolic.svg (deflated 68%) adding: share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/view-list-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/window-minimize-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/media-skip-backward-symbolic-rtl.svg (deflated 71%) adding: share/icons/Adwaita/scalable/actions/window-maximize-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/view-restore-symbolic.svg (deflated 78%) adding: share/icons/Adwaita/scalable/actions/zoom-fit-best-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg (deflated 77%) adding: share/icons/Adwaita/scalable/actions/format-justify-right-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/document-save-as-symbolic.svg (deflated 73%) adding: share/icons/Adwaita/scalable/actions/edit-select-symbolic.svg (deflated 69%) adding: share/icons/Adwaita/scalable/actions/zoom-original-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/selection-end-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/go-top-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/call-start-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg (deflated 65%) adding: share/icons/Adwaita/scalable/actions/object-rotate-right-symbolic.svg (deflated 67%) adding: share/icons/Adwaita/scalable/actions/go-home-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/view-paged-symbolic.svg (deflated 70%) adding: share/icons/Adwaita/scalable/actions/send-to-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg (deflated 64%) adding: share/icons/Adwaita/scalable/actions/zoom-in-symbolic.svg (deflated 66%) adding: share/icons/Adwaita/scalable/actions/view-fullscreen-symbolic.svg (deflated 78%) adding: share/icons/Adwaita/256x256/ (stored 0%) adding: share/icons/Adwaita/256x256/status/ (stored 0%) adding: share/icons/Adwaita/256x256/status/printer-error.png (deflated 2%) adding: share/icons/Adwaita/256x256/status/audio-volume-muted.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/appointment-soon.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/software-update-urgent.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/software-update-available.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/network-receive.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/printer-printing.png (deflated 2%) adding: share/icons/Adwaita/256x256/status/computer-fail.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/trophy-bronze.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/avatar-default.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/battery-empty.png (deflated 2%) adding: share/icons/Adwaita/256x256/status/dialog-warning.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/battery-low.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/battery-full.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/battery-good-charging.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/user-trash-full.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/audio-volume-high.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/battery-low-charging.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/dialog-information.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/semi-starred-rtl.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/dialog-error.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/network-cellular-connected.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/audio-volume-low.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/user-offline.png (deflated 3%) adding: share/icons/Adwaita/256x256/status/battery-caution.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/user-away.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/user-busy.png (deflated 2%) adding: share/icons/Adwaita/256x256/status/dialog-question.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/user-available.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/trophy-gold.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/battery-missing.png (deflated 2%) adding: share/icons/Adwaita/256x256/status/non-starred.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/network-transmit-receive.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/starred.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/network-offline.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/dialog-password.png (deflated 3%) adding: share/icons/Adwaita/256x256/status/battery-caution-charging.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/trophy-silver.png (deflated 2%) adding: share/icons/Adwaita/256x256/status/security-high.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/network-error.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/user-idle.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/audio-volume-medium.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/battery-full-charged.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/user-invisible.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/security-medium.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/appointment-missed.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/network-idle.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/semi-starred.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/battery-full-charging.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/network-transmit.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/mail-read.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/security-low.png (deflated 0%) adding: share/icons/Adwaita/256x256/status/battery-good.png (deflated 1%) adding: share/icons/Adwaita/256x256/status/network-wired-disconnected.png (deflated 1%) adding: share/icons/Adwaita/256x256/emblems/ (stored 0%) adding: share/icons/Adwaita/256x256/emblems/emblem-synchronizing.png (deflated 2%) adding: share/icons/Adwaita/256x256/emblems/emblem-mail.png (deflated 2%) adding: share/icons/Adwaita/256x256/apps/ (stored 0%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-accessibility.png (deflated 1%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard.png (deflated 2%) adding: share/icons/Adwaita/256x256/apps/system-software-update.png (deflated 1%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-font.png (deflated 1%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-locale.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-screensaver.png (deflated 1%) adding: share/icons/Adwaita/256x256/apps/multimedia-volume-control.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/system-users.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/applets-screenshooter.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/help-browser.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-remote-desktop.png (deflated 1%) adding: share/icons/Adwaita/256x256/apps/preferences-system-privacy.png (deflated 3%) adding: share/icons/Adwaita/256x256/apps/web-browser.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/accessories-calculator.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-theme.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/user-info.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-wallpaper.png (deflated 1%) adding: share/icons/Adwaita/256x256/apps/accessories-dictionary.png (deflated 1%) adding: share/icons/Adwaita/256x256/apps/system-software-install.png (deflated 1%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-display.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/preferences-system-search.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/preferences-system-sharing.png (deflated 3%) adding: share/icons/Adwaita/256x256/apps/system-file-manager.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/preferences-desktop-keyboard-shortcuts.png (deflated 0%) adding: share/icons/Adwaita/256x256/apps/preferences-system-notifications.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/ (stored 0%) adding: share/icons/Adwaita/256x256/emotes/face-smile-big.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-laugh.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-cool.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-sick.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-crying.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-tired.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-embarrassed.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-angel.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-surprise.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/emote-love.png (deflated 1%) adding: share/icons/Adwaita/256x256/emotes/face-angry.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-sad.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-glasses.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-uncertain.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-smirk.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-plain.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-devilish.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-wink.png (deflated 0%) adding: share/icons/Adwaita/256x256/emotes/face-smile.png (deflated 0%) adding: share/icons/Adwaita/256x256/categories/ (stored 0%) adding: share/icons/Adwaita/256x256/categories/applications-office.png (deflated 1%) adding: share/icons/Adwaita/256x256/categories/preferences-system-network.png (deflated 0%) adding: share/icons/Adwaita/256x256/categories/applications-development.png (deflated 1%) adding: share/icons/Adwaita/256x256/categories/applications-graphics.png (deflated 0%) adding: share/icons/Adwaita/256x256/categories/preferences-system.png (deflated 1%) adding: share/icons/Adwaita/256x256/mimetypes/ (stored 0%) adding: share/icons/Adwaita/256x256/mimetypes/video-x-generic.png (deflated 0%) adding: share/icons/Adwaita/256x256/mimetypes/application-x-addon.png (deflated 0%) adding: share/icons/Adwaita/256x256/mimetypes/x-package-repository.png (deflated 1%) adding: share/icons/Adwaita/256x256/mimetypes/application-x-firmware.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/ (stored 0%) adding: share/icons/Adwaita/256x256/devices/ac-adapter.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/camera-photo.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/audio-headphones.png (stored 0%) adding: share/icons/Adwaita/256x256/devices/media-floppy.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/video-display.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/drive-multidisk.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/audio-speakers.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/ebook-reader.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/phone.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/media-optical.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/uninterruptible-power-supply.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/computer.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/drive-removable-media.png (deflated 4%) adding: share/icons/Adwaita/256x256/devices/camera-web.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/input-tablet.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/printer-network.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/media-removable.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/audio-input-microphone.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/printer.png (deflated 2%) adding: share/icons/Adwaita/256x256/devices/audio-headset.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/battery.png (deflated 2%) adding: share/icons/Adwaita/256x256/devices/scanner.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/media-flash.png (deflated 0%) adding: share/icons/Adwaita/256x256/devices/drive-optical.png (deflated 2%) adding: share/icons/Adwaita/256x256/devices/input-gaming.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/input-mouse.png (deflated 1%) adding: share/icons/Adwaita/256x256/devices/input-keyboard.png (deflated 4%) adding: share/icons/Adwaita/256x256/places/ (stored 0%) adding: share/icons/Adwaita/256x256/places/network-workgroup.png (deflated 0%) adding: share/icons/Adwaita/256x256/places/user-trash.png (deflated 0%) adding: share/icons/Adwaita/256x256/places/network-server.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/ (stored 0%) adding: share/icons/Adwaita/256x256/actions/mail-message-new.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/document-open-recent.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/edit-find-replace.png (deflated 0%) adding: share/icons/Adwaita/256x256/actions/edit-delete.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/go-next-rtl.png (deflated 3%) adding: share/icons/Adwaita/256x256/actions/document-print-preview.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/system-shutdown.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/process-stop.png (deflated 2%) adding: share/icons/Adwaita/256x256/actions/system-lock-screen.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/go-jump.png (deflated 4%) adding: share/icons/Adwaita/256x256/actions/go-previous.png (deflated 3%) adding: share/icons/Adwaita/256x256/actions/view-refresh.png (deflated 2%) adding: share/icons/Adwaita/256x256/actions/go-first.png (deflated 2%) adding: share/icons/Adwaita/256x256/actions/edit-find.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/go-first-rtl.png (deflated 2%) adding: share/icons/Adwaita/256x256/actions/address-book-new.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/go-next.png (deflated 3%) adding: share/icons/Adwaita/256x256/actions/system-run.png (deflated 0%) adding: share/icons/Adwaita/256x256/actions/appointment-new.png (deflated 0%) adding: share/icons/Adwaita/256x256/actions/system-search.png (deflated 1%) adding: share/icons/Adwaita/256x256/actions/go-previous-rtl.png (deflated 3%) adding: share/icons/Adwaita/256x256/actions/system-log-out.png (deflated 0%) adding: share/icons/Adwaita/256x256/actions/go-last.png (deflated 2%) adding: share/icons/Adwaita/256x256/actions/go-last-rtl.png (deflated 2%) adding: share/icons/Adwaita/256x256/actions/document-print.png (deflated 2%) adding: share/icons/Adwaita/512x512/ (stored 0%) adding: share/icons/Adwaita/512x512/status/ (stored 0%) adding: share/icons/Adwaita/512x512/status/folder-drag-accept.png (deflated 6%) adding: share/icons/Adwaita/512x512/status/image-missing.png (deflated 11%) adding: share/icons/Adwaita/512x512/status/folder-open.png (deflated 4%) adding: share/icons/Adwaita/512x512/status/image-loading.png (deflated 14%) adding: share/icons/Adwaita/512x512/status/folder-visiting.png (deflated 4%) adding: share/icons/Adwaita/512x512/emblems/ (stored 0%) adding: share/icons/Adwaita/512x512/emblems/emblem-readonly.png (deflated 3%) adding: share/icons/Adwaita/512x512/emblems/emblem-shared.png (deflated 4%) adding: share/icons/Adwaita/512x512/emblems/emblem-package.png (deflated 1%) adding: share/icons/Adwaita/512x512/emblems/emblem-unreadable.png (deflated 4%) adding: share/icons/Adwaita/512x512/emblems/emblem-symbolic-link.png (deflated 4%) adding: share/icons/Adwaita/512x512/apps/ (stored 0%) adding: share/icons/Adwaita/512x512/apps/utilities-terminal.png (deflated 4%) adding: share/icons/Adwaita/512x512/apps/utilities-system-monitor.png (deflated 2%) adding: share/icons/Adwaita/512x512/apps/accessories-calculator.png (deflated 0%) adding: share/icons/Adwaita/512x512/apps/accessories-text-editor.png (deflated 1%) adding: share/icons/Adwaita/512x512/apps/accessories-character-map.png (deflated 3%) adding: share/icons/Adwaita/512x512/categories/ (stored 0%) adding: share/icons/Adwaita/512x512/categories/applications-internet.png (deflated 1%) adding: share/icons/Adwaita/512x512/categories/applications-system.png (deflated 0%) adding: share/icons/Adwaita/512x512/mimetypes/ (stored 0%) adding: share/icons/Adwaita/512x512/mimetypes/text-html.png (deflated 2%) adding: share/icons/Adwaita/512x512/mimetypes/text-x-preview.png (deflated 19%) adding: share/icons/Adwaita/512x512/mimetypes/font-x-generic.png (deflated 11%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet-template.png (deflated 4%) adding: share/icons/Adwaita/512x512/mimetypes/image-x-generic.png (deflated 2%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-document-template.png (deflated 3%) adding: share/icons/Adwaita/512x512/mimetypes/application-x-executable.png (deflated 3%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-address-book.png (deflated 2%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-presentation-template.png (deflated 1%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-drawing.png (deflated 8%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-spreadsheet.png (deflated 8%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-document.png (deflated 2%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-drawing-template.png (deflated 3%) adding: share/icons/Adwaita/512x512/mimetypes/text-x-generic.png (deflated 7%) adding: share/icons/Adwaita/512x512/mimetypes/audio-x-generic.png (deflated 1%) adding: share/icons/Adwaita/512x512/mimetypes/text-x-generic-template.png (deflated 9%) adding: share/icons/Adwaita/512x512/mimetypes/text-x-script.png (deflated 7%) adding: share/icons/Adwaita/512x512/mimetypes/x-office-presentation.png (deflated 2%) adding: share/icons/Adwaita/512x512/mimetypes/package-x-generic.png (deflated 1%) adding: share/icons/Adwaita/512x512/devices/ (stored 0%) adding: share/icons/Adwaita/512x512/devices/input-dialpad.png (deflated 8%) adding: share/icons/Adwaita/512x512/devices/multimedia-player.png (deflated 2%) adding: share/icons/Adwaita/512x512/devices/drive-harddisk.png (deflated 5%) adding: share/icons/Adwaita/512x512/places/ (stored 0%) adding: share/icons/Adwaita/512x512/places/folder-videos.png (deflated 3%) adding: share/icons/Adwaita/512x512/places/folder.png (deflated 4%) adding: share/icons/Adwaita/512x512/places/user-home.png (deflated 3%) adding: share/icons/Adwaita/512x512/places/folder-download.png (deflated 3%) adding: share/icons/Adwaita/512x512/places/folder-pictures.png (deflated 2%) adding: share/icons/Adwaita/512x512/places/folder-music.png (deflated 4%) adding: share/icons/Adwaita/512x512/places/folder-templates.png (deflated 3%) adding: share/icons/Adwaita/512x512/places/folder-saved-search.png (deflated 2%) adding: share/icons/Adwaita/512x512/places/folder-documents.png (deflated 3%) adding: share/icons/Adwaita/512x512/places/folder-publicshare.png (deflated 3%) adding: share/icons/Adwaita/512x512/places/user-bookmarks.png (deflated 2%) adding: share/icons/Adwaita/512x512/places/user-desktop.png (deflated 3%) adding: share/icons/Adwaita/512x512/places/folder-remote.png (deflated 3%) adding: share/icons/Adwaita/512x512/actions/ (stored 0%) adding: share/icons/Adwaita/512x512/actions/edit-select-all.png (deflated 2%) adding: share/icons/Adwaita/512x512/actions/folder-new.png (deflated 2%) adding: share/icons/Adwaita/512x512/actions/document-open.png (deflated 6%) adding: share/icons/Adwaita/512x512/actions/document-page-setup.png (deflated 6%) adding: share/icons/Adwaita/512x512/actions/document-save.png (deflated 1%) adding: share/icons/Adwaita/512x512/actions/address-book-new.png (deflated 2%) adding: share/icons/Adwaita/512x512/actions/document-new.png (deflated 10%) adding: share/icons/Adwaita/512x512/actions/document-properties.png (deflated 6%) adding: share/icons/Adwaita/512x512/actions/document-save-as.png (deflated 1%) adding: share/icons/Adwaita/512x512/actions/document-revert-rtl.png (deflated 8%) adding: share/icons/Adwaita/512x512/actions/document-revert.png (deflated 8%) adding: share/icons/Adwaita/24x24/ (stored 0%) adding: share/icons/Adwaita/24x24/status/ (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-encrypted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-storm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/changes-prevent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/printer-error.png (stored 0%) adding: share/icons/Adwaita/24x24/status/alarm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/audio-volume-muted.png (deflated 1%) adding: share/icons/Adwaita/24x24/status/task-past-due.png (deflated 3%) adding: share/icons/Adwaita/24x24/status/weather-clear-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/appointment-soon.png (stored 0%) adding: share/icons/Adwaita/24x24/status/folder-visiting-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/mail-signed-verified.png (stored 0%) adding: share/icons/Adwaita/24x24/status/avatar-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/printer-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/non-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/software-update-urgent.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/audio-volume-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-few-clouds-night.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/mail-unread-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-empty-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/status/software-update-available.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-receive.png (stored 0%) adding: share/icons/Adwaita/24x24/status/software-update-urgent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/checkbox-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-trash-full-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/computer-fail-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/view-wrapped-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/image-loading-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/printer-printing.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-3g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/changes-prevent.png (stored 0%) adding: share/icons/Adwaita/24x24/status/computer-fail.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-few-clouds-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-fog-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wired-disconnected-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-repeat-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/channel-secure-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/semi-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-busy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/security-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-caution-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/trophy-bronze.png (stored 0%) adding: share/icons/Adwaita/24x24/status/avatar-default.png (deflated 3%) adding: share/icons/Adwaita/24x24/status/night-light-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-empty.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-warning.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/folder-drag-accept.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-caution-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-full-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-low.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/battery-full.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-medium.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-low-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-fog.png (stored 0%) adding: share/icons/Adwaita/24x24/status/printer-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-showers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wired-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-good-charging.png (stored 0%) adding: share/icons/Adwaita/24x24/status/folder-drag-accept-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-trash-full.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-low.png (stored 0%) adding: share/icons/Adwaita/24x24/status/audio-volume-high.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/orientation-landscape-inverse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/security-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-low-charging.png (deflated 3%) adding: share/icons/Adwaita/24x24/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-password-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-connected-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-few-clouds.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-muted.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-information.png (stored 0%) adding: share/icons/Adwaita/24x24/status/task-due.png (deflated 2%) adding: share/icons/Adwaita/24x24/status/view-wrapped-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/rotation-allowed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/semi-starred-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-error.png (deflated 1%) adding: share/icons/Adwaita/24x24/status/network-cellular-connected.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/audio-volume-low.png (deflated 2%) adding: share/icons/Adwaita/24x24/status/checkbox-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-offline.png (deflated 11%) adding: share/icons/Adwaita/24x24/status/battery-caution.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-away.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-windy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-busy.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-question.png (deflated 11%) adding: share/icons/Adwaita/24x24/status/appointment-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/orientation-landscape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/checkbox-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-available.png (stored 0%) adding: share/icons/Adwaita/24x24/status/image-missing.png (stored 0%) adding: share/icons/Adwaita/24x24/status/trophy-gold.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-hspa-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/orientation-portrait-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-missing.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/non-starred.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-empty-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/content-loading-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/mail-signed.png (deflated 7%) adding: share/icons/Adwaita/24x24/status/printer-printing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-repeat.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-transmit-receive.png (stored 0%) adding: share/icons/Adwaita/24x24/status/starred.png (stored 0%) adding: share/icons/Adwaita/24x24/status/display-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-question-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-showers-scattered.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-good-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/airplane-mode-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-offline.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-password.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-caution-charging.png (stored 0%) adding: share/icons/Adwaita/24x24/status/folder-open.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/user-away-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/radio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/changes-allow-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-not-tracked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/trophy-silver.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-storm.png (deflated 4%) adding: share/icons/Adwaita/24x24/status/audio-volume-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/security-high.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/battery-good-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-encrypted.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-error.png (stored 0%) adding: share/icons/Adwaita/24x24/status/daytime-sunrise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/audio-volume-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/task-past-due-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-status-pending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-showers.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/status/mail-unread.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-clear.png (stored 0%) adding: share/icons/Adwaita/24x24/status/image-loading.png (deflated 0%) adding: share/icons/Adwaita/24x24/status/network-vpn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-missing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/mail-replied.png (deflated 10%) adding: share/icons/Adwaita/24x24/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/status/user-idle.png (stored 0%) adding: share/icons/Adwaita/24x24/status/daytime-sunset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wired-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-clear-night.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-overcast.png (deflated 2%) adding: share/icons/Adwaita/24x24/status/mail-attachment-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/system-lock-screen-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/audio-volume-medium.png (deflated 1%) adding: share/icons/Adwaita/24x24/status/battery-full-charged.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/24x24/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/status/network-transmit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/appointment-soon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-connected-symbolic.symbolic.png (deflated 12%) adding: share/icons/Adwaita/24x24/status/weather-severe-alert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/mail-attachment.png (deflated 1%) adding: share/icons/Adwaita/24x24/status/task-due-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-high.png (deflated 2%) adding: share/icons/Adwaita/24x24/status/keyboard-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-invisible-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/touchpad-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/channel-insecure-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-invisible.png (stored 0%) adding: share/icons/Adwaita/24x24/status/security-medium.png (stored 0%) adding: share/icons/Adwaita/24x24/status/appointment-missed.png (stored 0%) adding: share/icons/Adwaita/24x24/status/rotation-locked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-edge-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-transmit-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/folder-visiting.png (stored 0%) adding: share/icons/Adwaita/24x24/status/security-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-4g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-shuffle.png (stored 0%) adding: share/icons/Adwaita/24x24/status/mail-replied-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-idle.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/semi-starred.png (stored 0%) adding: share/icons/Adwaita/24x24/status/dialog-information-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/radio-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-full-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-full-charging.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/24x24/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-overcast-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/bluetooth-active-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/folder-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-transmit.png (stored 0%) adding: share/icons/Adwaita/24x24/status/audio-volume-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/changes-allow.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-full-charged-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-snow-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/mail-read.png (deflated 11%) adding: share/icons/Adwaita/24x24/status/radio-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/security-low.png (stored 0%) adding: share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-severe-alert.png (stored 0%) adding: share/icons/Adwaita/24x24/status/software-update-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/battery-good.png (stored 0%) adding: share/icons/Adwaita/24x24/status/weather-snow.png (deflated 9%) adding: share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/status/network-wired-disconnected.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/ (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-photos-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-documents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-synchronizing.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-documents.png (deflated 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-system.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-videos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-favorite.png (deflated 1%) adding: share/icons/Adwaita/24x24/emblems/emblem-readonly.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-shared.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-ok-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/emblems/emblem-photos.png (deflated 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-package.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-web.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-urgent.png (deflated 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-unreadable.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-symbolic-link.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-downloads.png (deflated 11%) adding: share/icons/Adwaita/24x24/emblems/emblem-mail.png (deflated 3%) adding: share/icons/Adwaita/24x24/emblems/emblem-shared-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-default.png (deflated 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-important.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-new.png (deflated 1%) adding: share/icons/Adwaita/24x24/emblems/emblem-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-generic.png (stored 0%) adding: share/icons/Adwaita/24x24/emblems/emblem-music-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/ (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard.png (deflated 1%) adding: share/icons/Adwaita/24x24/apps/system-software-update.png (deflated 1%) adding: share/icons/Adwaita/24x24/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-font.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-locale.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-windows.png (deflated 7%) adding: share/icons/Adwaita/24x24/apps/multimedia-volume-control.png (deflated 1%) adding: share/icons/Adwaita/24x24/apps/utilities-terminal.png (deflated 1%) adding: share/icons/Adwaita/24x24/apps/system-users.png (deflated 2%) adding: share/icons/Adwaita/24x24/apps/applets-screenshooter.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/help-browser.png (deflated 3%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-remote-desktop.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/goa-panel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/system-software-install-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-privacy.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-details-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/utilities-system-monitor.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-time-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/web-browser.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/accessories-calculator.png (deflated 0%) adding: share/icons/Adwaita/24x24/apps/user-info-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/help-faq-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/help-contents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/utilities-terminal-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/accessories-calculator-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-theme.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/user-info.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/accessories-text-editor.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-wallpaper.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/accessories-dictionary.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/accessories-character-map-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/accessories-character-map.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/system-software-install.png (deflated 1%) adding: share/icons/Adwaita/24x24/apps/accessories-text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-display.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/system-file-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/web-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/system-file-manager.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/system-users-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-color-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/help-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/accessories-dictionary-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/bluetooth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/apps/preferences-desktop-keyboard-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/ (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-devilish-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-smile-big.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-confused-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-angel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-worried-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-yawn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-laugh.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-sad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-plain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-smirk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-cool.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-uncertain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-sick.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-kiss-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-raspberry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-crying.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-monkey-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-glasses-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/emote-love-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-monkey.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-smile-big-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-tired.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-sick-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-embarrassed.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-raspberry.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-angel.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-surprise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-wink-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-surprise.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-crying-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-tired-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-angry.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-cool-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-sad.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-laugh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-worried.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-smile-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-kiss.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-glasses.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-angry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-uncertain.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-smirk.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-plain.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-devilish.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-wink.png (stored 0%) adding: share/icons/Adwaita/24x24/emotes/face-smile.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/ (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-internet.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/preferences-desktop.png (deflated 9%) adding: share/icons/Adwaita/24x24/categories/applications-games.png (deflated 9%) adding: share/icons/Adwaita/24x24/categories/applications-office.png (deflated 0%) adding: share/icons/Adwaita/24x24/categories/applications-system.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/preferences-other-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-accessories.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-science.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-engineering-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-utilities.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/preferences-other.png (deflated 0%) adding: share/icons/Adwaita/24x24/categories/applications-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-graphics-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/system-help-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-multimedia.png (deflated 8%) adding: share/icons/Adwaita/24x24/categories/applications-games-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/preferences-system-network.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/system-help.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-development.png (deflated 2%) adding: share/icons/Adwaita/24x24/categories/applications-utilities-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/preferences-desktop-personal.png (deflated 4%) adding: share/icons/Adwaita/24x24/categories/preferences-desktop-peripherals.png (deflated 4%) adding: share/icons/Adwaita/24x24/categories/preferences-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-multimedia-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-graphics.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-science-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-engineering.png (deflated 3%) adding: share/icons/Adwaita/24x24/categories/preferences-system.png (stored 0%) adding: share/icons/Adwaita/24x24/categories/applications-other.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/ (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/text-html.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/text-x-preview.png (deflated 0%) adding: share/icons/Adwaita/24x24/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-calendar.png (deflated 5%) adding: share/icons/Adwaita/24x24/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/font-x-generic.png (deflated 4%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-presentation-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-template.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/image-x-generic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/video-x-generic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-document-template.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-calendar-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/application-x-executable.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-address-book.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/inode-directory-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-presentation-template.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/application-x-addon.png (deflated 2%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-drawing.png (deflated 2%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-document-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-spreadsheet.png (deflated 2%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-document.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-drawing-template.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/application-certificate.png (deflated 5%) adding: share/icons/Adwaita/24x24/mimetypes/text-x-generic.png (deflated 5%) adding: share/icons/Adwaita/24x24/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/package-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/audio-x-generic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/text-x-generic-template.png (deflated 5%) adding: share/icons/Adwaita/24x24/mimetypes/x-package-repository.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/text-x-script.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/x-office-presentation.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/audio-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/package-x-generic.png (stored 0%) adding: share/icons/Adwaita/24x24/mimetypes/application-x-firmware.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/ (stored 0%) adding: share/icons/Adwaita/24x24/devices/ac-adapter.png (deflated 4%) adding: share/icons/Adwaita/24x24/devices/media-zip-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-dialpad.png (deflated 4%) adding: share/icons/Adwaita/24x24/devices/camera-photo.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/devices/multimedia-player.png (deflated 7%) adding: share/icons/Adwaita/24x24/devices/video-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/audio-headphones.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-removable-media-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-tape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-floppy.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-gaming-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/network-wireless-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-tape.png (deflated 2%) adding: share/icons/Adwaita/24x24/devices/video-display.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/audio-card.png (deflated 0%) adding: share/icons/Adwaita/24x24/devices/camera-video.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-multidisk.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/audio-speakers.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/ebook-reader.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/phone.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/network-wired.png (deflated 2%) adding: share/icons/Adwaita/24x24/devices/drive-harddisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-mouse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/video-joined-displays-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/colorimeter-colorhug-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/multimedia-player-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-touchpad.png (deflated 5%) adding: share/icons/Adwaita/24x24/devices/scanner-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/display-projector-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-optical.png (deflated 0%) adding: share/icons/Adwaita/24x24/devices/modem.png (deflated 1%) adding: share/icons/Adwaita/24x24/devices/audio-headphones-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/network-wired-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-harddisk-solidstate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/uninterruptible-power-supply.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/computer.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-floppy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/camera-video-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/pda-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/thunderbolt-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-removable-media.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/camera-web.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/phone-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/audio-card-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-tablet.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/audio-headset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/printer-network.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/ac-adapter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/camera-photo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-removable.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/audio-input-microphone.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/video-single-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/printer.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/tv-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/audio-headset.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/devices/battery.png (deflated 6%) adding: share/icons/Adwaita/24x24/devices/pda.png (deflated 4%) adding: share/icons/Adwaita/24x24/devices/computer-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-removable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/devices/scanner.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-flash.png (deflated 2%) adding: share/icons/Adwaita/24x24/devices/media-optical-bd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/network-wireless.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-optical.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-gaming.png (deflated 7%) adding: share/icons/Adwaita/24x24/devices/drive-multidisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-mouse.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-touchpad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-dialpad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/printer-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/camera-web-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-harddisk.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/printer-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-keyboard-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/battery-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/devices/network-vpn.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/media-flash-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/devices/input-keyboard.png (deflated 3%) adding: share/icons/Adwaita/24x24/devices/audio-speakers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/ (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-pictures-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-videos.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder.png (stored 0%) adding: share/icons/Adwaita/24x24/places/user-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/start-here.png (stored 0%) adding: share/icons/Adwaita/24x24/places/network-workgroup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/network-workgroup.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-documents-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/places/user-home.png (stored 0%) adding: share/icons/Adwaita/24x24/places/user-trash.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-download.png (stored 0%) adding: share/icons/Adwaita/24x24/places/network-server.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-remote-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-templates-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/start-here-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-pictures.png (stored 0%) adding: share/icons/Adwaita/24x24/places/user-trash-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-music.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-templates.png (stored 0%) adding: share/icons/Adwaita/24x24/places/user-desktop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/user-bookmarks-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-music-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-saved-search.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-saved-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-publicshare-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-documents.png (stored 0%) adding: share/icons/Adwaita/24x24/places/network-server-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-publicshare.png (stored 0%) adding: share/icons/Adwaita/24x24/places/user-bookmarks.png (stored 0%) adding: share/icons/Adwaita/24x24/places/user-desktop.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-videos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/places/folder-remote.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/ (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/list-add-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-message-new.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-justify-left.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-save-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-sort-descending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-open-recent.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/pan-down-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/insert-image.png (deflated 7%) adding: share/icons/Adwaita/24x24/actions/format-justify-right-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/appointment-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-mark-notjunk.png (deflated 8%) adding: share/icons/Adwaita/24x24/actions/edit-find-replace.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-continuous-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/mail-mark-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/call-stop.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/insert-text-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-bottom.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/help-about-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-delete.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/object-rotate-left-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/action-unavailable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-text-strikethrough-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-restore-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-reply-all.png (deflated 7%) adding: share/icons/Adwaita/24x24/actions/object-flip-horizontal-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-restore.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/format-text-bold.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-skip-forward.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-select-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/selection-end-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/help-faq.png (deflated 10%) adding: share/icons/Adwaita/24x24/actions/edit-undo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-app-grid-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/tab-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/object-rotate-right-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-forward.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/edit-select-all.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/media-playback-pause-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/24x24/actions/format-indent-less.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/folder-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-print-preview-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-find-replace-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-justify-right.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/view-grid-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/media-seek-forward.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-redo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/list-remove-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-justify-center.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-next-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/find-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-print-preview.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-send.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/object-flip-vertical.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-text-bold-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-send-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-sort-ascending.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/system-run-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-indent-less-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/focus-windows-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-list-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/edit-undo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-text-direction-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-playback-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-text-strikethrough.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/list-add.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/zoom-fit-best-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/help-contents.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/application-exit.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/tab-new.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/help-about.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/window-close-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-page-setup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-top-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/focus-top-bar-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-eject.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/system-shutdown.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/folder-new.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/zoom-fit-best.png (deflated 6%) adding: share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/edit-undo.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-indent-less-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/pan-start-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-reply-sender.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/mail-mark-important.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/go-top.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/list-remove.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-indent-more-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mark-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-text-italic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/open-menu-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/selection-start-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/insert-object-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-open.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-paste-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/process-stop.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/system-lock-screen.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-mark-unread.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/view-paged-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-jump.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-previous.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-previous-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/insert-link.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/insert-object.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/pan-end-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/document-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-skip-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-justify-fill-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/go-down.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/system-shutdown-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-fullscreen-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-up.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-more-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/selection-end-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/go-bottom-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-refresh.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/window-restore-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/go-home.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-sort-ascending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-page-setup.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/object-flip-horizontal.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/zoom-original.png (deflated 5%) adding: share/icons/Adwaita/24x24/actions/mail-send.png (deflated 6%) adding: share/icons/Adwaita/24x24/actions/window-new.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/tools-check-spelling.png (deflated 10%) adding: share/icons/Adwaita/24x24/actions/format-justify-center-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/edit-cut-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/go-first.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/error-correct-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/zoom-in.png (deflated 5%) adding: share/icons/Adwaita/24x24/actions/format-indent-more-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/zoom-out.png (deflated 5%) adding: share/icons/Adwaita/24x24/actions/window-minimize-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/24x24/actions/edit-redo.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-more-horizontal-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/24x24/actions/media-record-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/window-close.png (deflated 14%) adding: share/icons/Adwaita/24x24/actions/document-save.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-last-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-mark-junk.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/font-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-refresh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-find.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-first-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/system-switch-user-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-first-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-redo-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/insert-link-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-playback-stop.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-seek-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-indent-more.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/insert-image-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/selection-start-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/view-dual-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/star-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/pan-up-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/24x24/actions/mail-mark-read.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/address-book-new.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/process-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-view-subtitles-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-text-underline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-find-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/call-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-new.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/media-record.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-playback-pause.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/list-remove-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/24x24/actions/pan-start-symbolic-rtl.symbolic.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/media-skip-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-justify-left-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/go-next.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-print-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/media-playback-start-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-open-recent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/system-run.png (deflated 6%) adding: share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/call-start.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/media-skip-forward-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-eject-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/object-rotate-left.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/contact-new.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/format-indent-less-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-mirror-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-properties.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/window-maximize-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/go-next-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/view-sort-descending.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/object-select-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/object-flip-vertical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/view-fullscreen.png (deflated 5%) adding: share/icons/Adwaita/24x24/actions/media-seek-backward.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/object-rotate-right.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/color-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-last-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-save-as.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-text-underline.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/appointment-new.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-undo-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-skip-backward.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/contact-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/format-indent-more-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-seek-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/system-search.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/mail-send-receive.png (deflated 12%) adding: share/icons/Adwaita/24x24/actions/go-previous-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-playback-start.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-copy.png (deflated 4%) adding: share/icons/Adwaita/24x24/actions/address-book-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/system-log-out.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-last.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-revert-rtl.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/go-next-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/call-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/zoom-out-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/24x24/actions/view-pin-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/format-justify-fill.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/pan-end-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/edit-copy-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/application-exit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/format-text-italic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/bookmark-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-delete-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-previous-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/zoom-in-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-revert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-jump-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-revert.png (deflated 3%) adding: share/icons/Adwaita/24x24/actions/document-properties-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/go-last-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/document-print.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/insert-text.png (deflated 10%) adding: share/icons/Adwaita/24x24/actions/media-playback-stop-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/24x24/actions/go-first-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/media-playback-start-rtl.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/edit-cut.png (deflated 0%) adding: share/icons/Adwaita/24x24/actions/edit-paste.png (deflated 2%) adding: share/icons/Adwaita/24x24/actions/document-save-as-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/bookmark-new.png (stored 0%) adding: share/icons/Adwaita/24x24/actions/zoom-original-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/ (stored 0%) adding: share/icons/Adwaita/96x96/status/ (stored 0%) adding: share/icons/Adwaita/96x96/status/network-wireless-encrypted-symbolic.symbolic.png (deflated 11%) adding: share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/weather-storm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/changes-prevent-symbolic.symbolic.png (deflated 11%) adding: share/icons/Adwaita/96x96/status/alarm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/weather-clear-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/folder-visiting-symbolic.symbolic.png (deflated 12%) adding: share/icons/Adwaita/96x96/status/avatar-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/printer-error-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/status/non-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/audio-volume-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-cellular-offline-symbolic.symbolic.png (deflated 13%) adding: share/icons/Adwaita/96x96/status/mail-unread-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/status/battery-empty-symbolic.symbolic.png (deflated 29%) adding: share/icons/Adwaita/96x96/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/software-update-urgent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/checkbox-symbolic.symbolic.png (deflated 12%) adding: share/icons/Adwaita/96x96/status/user-trash-full-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/computer-fail-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/view-wrapped-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/status/starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/image-loading-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/user-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-cellular-3g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/weather-few-clouds-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/network-wired-disconnected-symbolic.symbolic.png (deflated 11%) adding: share/icons/Adwaita/96x96/status/media-playlist-repeat-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/status/channel-secure-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/semi-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/user-busy-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/status/security-low-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/status/battery-caution-symbolic.symbolic.png (deflated 13%) adding: share/icons/Adwaita/96x96/status/night-light-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-cellular-acquiring-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/96x96/status/battery-caution-charging-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/battery-full-symbolic.symbolic.png (deflated 21%) adding: share/icons/Adwaita/96x96/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/battery-low-charging-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/printer-warning-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/status/weather-showers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-wired-offline-symbolic.symbolic.png (deflated 11%) adding: share/icons/Adwaita/96x96/status/folder-drag-accept-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/orientation-landscape-inverse-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/status/security-medium-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/dialog-password-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-cellular-connected-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/view-wrapped-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/status/rotation-allowed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-cellular-gprs-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/status/checkbox-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/weather-windy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/appointment-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/orientation-landscape-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/status/checkbox-mixed-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/status/network-cellular-hspa-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/96x96/status/orientation-portrait-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/weather-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/battery-empty-charging-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/status/content-loading-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/status/printer-printing-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/status/display-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/dialog-question-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/battery-good-symbolic.symbolic.png (deflated 23%) adding: share/icons/Adwaita/96x96/status/airplane-mode-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/user-away-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/radio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/changes-allow-symbolic.symbolic.png (deflated 15%) adding: share/icons/Adwaita/96x96/status/user-not-tracked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/dialog-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/audio-volume-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/battery-good-charging-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/daytime-sunrise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/audio-volume-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/task-past-due-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 44%) adding: share/icons/Adwaita/96x96/status/network-vpn-symbolic.symbolic.png (deflated 15%) adding: share/icons/Adwaita/96x96/status/battery-missing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 45%) adding: share/icons/Adwaita/96x96/status/daytime-sunset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/dialog-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-wired-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/mail-attachment-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/status/system-lock-screen-symbolic.symbolic.png (deflated 11%) adding: share/icons/Adwaita/96x96/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 45%) adding: share/icons/Adwaita/96x96/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 45%) adding: share/icons/Adwaita/96x96/status/network-transmit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/appointment-soon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png (deflated 11%) adding: share/icons/Adwaita/96x96/status/network-wireless-connected-symbolic.symbolic.png (deflated 60%) adding: share/icons/Adwaita/96x96/status/weather-severe-alert-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/status/task-due-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/status/keyboard-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/user-invisible-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/touchpad-disabled-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/status/network-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/channel-insecure-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/status/rotation-locked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-cellular-edge-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-transmit-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/security-high-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/status/network-cellular-4g-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/status/mail-replied-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/network-wireless-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/dialog-information-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/status/radio-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/battery-full-charging-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/status/battery-low-symbolic.symbolic.png (deflated 28%) adding: share/icons/Adwaita/96x96/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 46%) adding: share/icons/Adwaita/96x96/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/weather-overcast-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/bluetooth-active-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/folder-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/audio-volume-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/battery-full-charged-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/status/weather-snow-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/radio-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/software-update-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/status/network-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emblems/ (stored 0%) adding: share/icons/Adwaita/96x96/emblems/emblem-photos-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/96x96/emblems/emblem-documents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emblems/emblem-videos-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/emblems/emblem-ok-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/emblems/emblem-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emblems/emblem-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emblems/emblem-shared-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emblems/emblem-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emblems/emblem-music-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/apps/ (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/applets-screenshooter-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/goa-panel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/system-software-install-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-details-symbolic.symbolic.png (deflated 12%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-time-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/user-info-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/help-faq-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/help-contents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/utilities-terminal-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/accessories-calculator-symbolic.symbolic.png (deflated 16%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/accessories-character-map-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/accessories-text-editor-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/apps/system-file-manager-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/apps/web-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/system-users-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-color-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/help-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/accessories-dictionary-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/apps/bluetooth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/apps/preferences-desktop-keyboard-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/96x96/emotes/ (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-devilish-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-confused-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-angel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-worried-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-yawn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-sad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-plain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-smirk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-uncertain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-kiss-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-raspberry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-monkey-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-glasses-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/emote-love-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-smile-big-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-sick-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-surprise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-wink-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-crying-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-tired-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-cool-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-laugh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-smile-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-angry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/ (stored 0%) adding: share/icons/Adwaita/96x96/categories/preferences-other-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/applications-engineering-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/applications-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/applications-graphics-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/system-help-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/applications-games-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/applications-utilities-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/preferences-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/categories/applications-multimedia-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/categories/applications-science-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/ (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/image-x-generic-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/mimetypes/application-x-addon-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/mimetypes/x-office-presentation-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/mimetypes/x-office-calendar-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/inode-directory-symbolic.symbolic.png (deflated 16%) adding: share/icons/Adwaita/96x96/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/x-office-document-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/package-x-generic-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 17%) adding: share/icons/Adwaita/96x96/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/mimetypes/audio-x-generic-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/ (stored 0%) adding: share/icons/Adwaita/96x96/devices/media-zip-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 21%) adding: share/icons/Adwaita/96x96/devices/video-display-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/devices/drive-removable-media-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/devices/media-tape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/input-gaming-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/network-wireless-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/audio-input-microphone-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/devices/media-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/drive-harddisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/input-mouse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/video-joined-displays-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/colorimeter-colorhug-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/devices/multimedia-player-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/devices/scanner-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/display-projector-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/audio-headphones-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/network-wired-symbolic.symbolic.png (deflated 39%) adding: share/icons/Adwaita/96x96/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/drive-harddisk-solidstate-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/media-floppy-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/96x96/devices/camera-video-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/pda-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/thunderbolt-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/phone-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/devices/audio-card-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/devices/audio-headset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/ac-adapter-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/devices/drive-optical-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/devices/camera-photo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/video-single-display-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/devices/tv-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 21%) adding: share/icons/Adwaita/96x96/devices/computer-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/devices/media-removable-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 22%) adding: share/icons/Adwaita/96x96/devices/media-optical-bd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/drive-multidisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/input-touchpad-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/devices/input-dialpad-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/devices/printer-symbolic.symbolic.png (deflated 13%) adding: share/icons/Adwaita/96x96/devices/camera-web-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/printer-network-symbolic.symbolic.png (deflated 13%) adding: share/icons/Adwaita/96x96/devices/input-keyboard-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/96x96/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/devices/battery-symbolic.symbolic.png (deflated 21%) adding: share/icons/Adwaita/96x96/devices/media-flash-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/devices/audio-speakers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/ (stored 0%) adding: share/icons/Adwaita/96x96/places/folder-pictures-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/user-home-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/places/network-workgroup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/folder-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/folder-documents-symbolic.symbolic.png (deflated 17%) adding: share/icons/Adwaita/96x96/places/folder-remote-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/places/folder-templates-symbolic.symbolic.png (deflated 16%) adding: share/icons/Adwaita/96x96/places/start-here-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/user-trash-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/user-desktop-symbolic.symbolic.png (deflated 16%) adding: share/icons/Adwaita/96x96/places/user-bookmarks-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/folder-music-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/places/folder-saved-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/folder-publicshare-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/places/network-server-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/places/folder-videos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/ (stored 0%) adding: share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/actions/list-add-symbolic.symbolic.png (deflated 37%) adding: share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/actions/document-save-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/view-sort-descending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/pan-down-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/actions/format-justify-right-symbolic.symbolic.png (deflated 24%) adding: share/icons/Adwaita/96x96/actions/appointment-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/view-continuous-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/actions/mail-mark-important-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/insert-text-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/edit-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/help-about-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/mail-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/object-rotate-left-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/action-unavailable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/format-text-strikethrough-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/view-restore-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/actions/object-flip-horizontal-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/edit-select-all-symbolic.symbolic.png (deflated 15%) adding: share/icons/Adwaita/96x96/actions/selection-end-symbolic-rtl.symbolic.png (deflated 18%) adding: share/icons/Adwaita/96x96/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/edit-undo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/view-app-grid-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/actions/tab-new-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/96x96/actions/object-rotate-right-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/media-playback-pause-symbolic.symbolic.png (deflated 40%) adding: share/icons/Adwaita/96x96/actions/folder-new-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/document-print-preview-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/edit-find-replace-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/view-grid-symbolic.symbolic.png (deflated 19%) adding: share/icons/Adwaita/96x96/actions/edit-redo-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/list-remove-all-symbolic.symbolic.png (deflated 18%) adding: share/icons/Adwaita/96x96/actions/find-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/format-text-bold-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/mail-send-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/system-run-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/format-indent-less-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/focus-windows-symbolic.symbolic.png (deflated 12%) adding: share/icons/Adwaita/96x96/actions/view-list-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/actions/edit-undo-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/format-text-direction-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/media-playback-start-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/zoom-fit-best-symbolic.symbolic.png (deflated 11%) adding: share/icons/Adwaita/96x96/actions/window-close-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/actions/document-page-setup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-top-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/actions/focus-top-bar-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/actions/pan-start-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/actions/system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/document-new-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/actions/mark-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/format-text-italic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/open-menu-symbolic.symbolic.png (deflated 23%) adding: share/icons/Adwaita/96x96/actions/selection-start-symbolic.symbolic.png (deflated 18%) adding: share/icons/Adwaita/96x96/actions/insert-object-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/edit-paste-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/view-paged-symbolic.symbolic.png (deflated 22%) adding: share/icons/Adwaita/96x96/actions/go-previous-symbolic.symbolic.png (deflated 16%) adding: share/icons/Adwaita/96x96/actions/pan-end-symbolic-rtl.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/actions/document-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/format-justify-fill-symbolic.symbolic.png (deflated 23%) adding: share/icons/Adwaita/96x96/actions/system-shutdown-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/actions/view-fullscreen-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/view-more-symbolic.symbolic.png (deflated 21%) adding: share/icons/Adwaita/96x96/actions/selection-end-symbolic.symbolic.png (deflated 15%) adding: share/icons/Adwaita/96x96/actions/go-bottom-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/window-restore-symbolic.symbolic.png (deflated 26%) adding: share/icons/Adwaita/96x96/actions/view-sort-ascending-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/format-justify-center-symbolic.symbolic.png (deflated 23%) adding: share/icons/Adwaita/96x96/actions/edit-cut-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/actions/error-correct-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/format-indent-more-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/window-minimize-symbolic.symbolic.png (deflated 21%) adding: share/icons/Adwaita/96x96/actions/view-more-horizontal-symbolic.symbolic.png (deflated 12%) adding: share/icons/Adwaita/96x96/actions/media-record-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/actions/edit-select-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/go-last-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/font-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/view-refresh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/system-switch-user-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-first-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/insert-link-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/insert-image-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/actions/selection-start-symbolic-rtl.symbolic.png (deflated 15%) adding: share/icons/Adwaita/96x96/actions/view-dual-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/star-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/pan-up-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/96x96/actions/process-stop-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/actions/media-view-subtitles-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/actions/format-text-underline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/edit-find-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/call-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-home-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/actions/list-remove-symbolic.symbolic.png (deflated 19%) adding: share/icons/Adwaita/96x96/actions/pan-start-symbolic-rtl.symbolic.png (deflated 15%) adding: share/icons/Adwaita/96x96/actions/format-justify-left-symbolic.symbolic.png (deflated 23%) adding: share/icons/Adwaita/96x96/actions/document-print-symbolic.symbolic.png (deflated 16%) adding: share/icons/Adwaita/96x96/actions/media-playback-start-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/document-open-recent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/actions/media-eject-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/actions/format-indent-less-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/view-mirror-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/actions/window-maximize-symbolic.symbolic.png (deflated 31%) adding: share/icons/Adwaita/96x96/actions/go-next-symbolic-rtl.symbolic.png (deflated 16%) adding: share/icons/Adwaita/96x96/actions/object-select-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/actions/object-flip-vertical-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/96x96/actions/color-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-last-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/contact-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/format-indent-more-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/address-book-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-next-symbolic.symbolic.png (deflated 20%) adding: share/icons/Adwaita/96x96/actions/call-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/zoom-out-symbolic.symbolic.png (deflated 16%) adding: share/icons/Adwaita/96x96/actions/view-pin-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 6%) adding: share/icons/Adwaita/96x96/actions/pan-end-symbolic.symbolic.png (deflated 15%) adding: share/icons/Adwaita/96x96/actions/edit-copy-symbolic.symbolic.png (deflated 21%) adding: share/icons/Adwaita/96x96/actions/application-exit-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/96x96/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/bookmark-new-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/96x96/actions/edit-delete-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-previous-symbolic-rtl.symbolic.png (deflated 20%) adding: share/icons/Adwaita/96x96/actions/zoom-in-symbolic.symbolic.png (deflated 13%) adding: share/icons/Adwaita/96x96/actions/document-revert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/go-jump-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/96x96/actions/document-properties-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/96x96/actions/document-send-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/96x96/actions/media-playback-stop-symbolic.symbolic.png (deflated 40%) adding: share/icons/Adwaita/96x96/actions/go-first-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/96x96/actions/document-save-as-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/96x96/actions/zoom-original-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/scalable-up-to-32/ (stored 0%) adding: share/icons/Adwaita/scalable-up-to-32/status/ (stored 0%) adding: share/icons/Adwaita/scalable-up-to-32/status/process-working-symbolic.svg (deflated 59%) adding: share/icons/Adwaita/index.theme (deflated 85%) adding: share/icons/Adwaita/8x8/ (stored 0%) adding: share/icons/Adwaita/8x8/emblems/ (stored 0%) adding: share/icons/Adwaita/8x8/emblems/emblem-synchronizing.png (deflated 3%) adding: share/icons/Adwaita/8x8/emblems/emblem-readonly.png (deflated 5%) adding: share/icons/Adwaita/8x8/emblems/emblem-unreadable.png (deflated 5%) adding: share/icons/Adwaita/8x8/emblems/emblem-symbolic-link.png (deflated 5%) adding: share/icons/Adwaita/8x8/emblems/emblem-default.png (stored 0%) adding: share/icons/Adwaita/8x8/emblems/emblem-new.png (deflated 2%) adding: share/icons/Adwaita/48x48/ (stored 0%) adding: share/icons/Adwaita/48x48/status/ (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-encrypted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-storm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/changes-prevent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/printer-error.png (stored 0%) adding: share/icons/Adwaita/48x48/status/alarm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/audio-volume-muted.png (stored 0%) adding: share/icons/Adwaita/48x48/status/task-past-due.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-clear-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/appointment-soon.png (stored 0%) adding: share/icons/Adwaita/48x48/status/folder-visiting-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/48x48/status/avatar-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/printer-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/non-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/software-update-urgent.png (stored 0%) adding: share/icons/Adwaita/48x48/status/audio-volume-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-few-clouds-night.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-offline-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/status/mail-unread-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-empty-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/48x48/status/software-update-available.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-receive.png (stored 0%) adding: share/icons/Adwaita/48x48/status/software-update-urgent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/checkbox-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-trash-full-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/computer-fail-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/view-wrapped-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/status/starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/image-loading-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/status/printer-printing.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-3g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/changes-prevent.png (stored 0%) adding: share/icons/Adwaita/48x48/status/computer-fail.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-few-clouds-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wired-disconnected-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-repeat-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/channel-secure-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/semi-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-busy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/security-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-caution-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/trophy-bronze.png (stored 0%) adding: share/icons/Adwaita/48x48/status/avatar-default.png (stored 0%) adding: share/icons/Adwaita/48x48/status/night-light-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-empty.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-warning.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/folder-drag-accept.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-caution-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-full-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-low.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/48x48/status/battery-full.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-medium.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-low-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-fog.png (stored 0%) adding: share/icons/Adwaita/48x48/status/printer-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-showers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wired-offline-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/status/battery-good-charging.png (stored 0%) adding: share/icons/Adwaita/48x48/status/folder-drag-accept-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-trash-full.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-low.png (stored 0%) adding: share/icons/Adwaita/48x48/status/audio-volume-high.png (stored 0%) adding: share/icons/Adwaita/48x48/status/orientation-landscape-inverse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/security-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-low-charging.png (stored 0%) adding: share/icons/Adwaita/48x48/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-password-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-connected-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-few-clouds.png (stored 0%) adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-muted.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-information.png (stored 0%) adding: share/icons/Adwaita/48x48/status/task-due.png (stored 0%) adding: share/icons/Adwaita/48x48/status/view-wrapped-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/rotation-allowed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/semi-starred-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-error.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-connected.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/audio-volume-low.png (stored 0%) adding: share/icons/Adwaita/48x48/status/checkbox-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-offline.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-caution.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-away.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-windy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-busy.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-question.png (stored 0%) adding: share/icons/Adwaita/48x48/status/appointment-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/orientation-landscape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/checkbox-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-available.png (stored 0%) adding: share/icons/Adwaita/48x48/status/image-missing.png (stored 0%) adding: share/icons/Adwaita/48x48/status/trophy-gold.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-hspa-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/orientation-portrait-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-missing.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/non-starred.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-empty-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/content-loading-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/status/printer-printing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-repeat.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-transmit-receive.png (stored 0%) adding: share/icons/Adwaita/48x48/status/starred.png (stored 0%) adding: share/icons/Adwaita/48x48/status/display-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-question-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-showers-scattered.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-good-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/48x48/status/airplane-mode-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-offline.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-password.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-caution-charging.png (stored 0%) adding: share/icons/Adwaita/48x48/status/folder-open.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-away-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/radio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/changes-allow-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/status/user-not-tracked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/trophy-silver.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-storm.png (stored 0%) adding: share/icons/Adwaita/48x48/status/audio-volume-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/security-high.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-good-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-error.png (stored 0%) adding: share/icons/Adwaita/48x48/status/daytime-sunrise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/audio-volume-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/task-past-due-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-showers.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/48x48/status/mail-unread.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-clear.png (stored 0%) adding: share/icons/Adwaita/48x48/status/image-loading.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-vpn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-missing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/mail-replied.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/48x48/status/user-idle.png (stored 0%) adding: share/icons/Adwaita/48x48/status/daytime-sunset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wired-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-clear-night.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-overcast.png (stored 0%) adding: share/icons/Adwaita/48x48/status/mail-attachment-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/system-lock-screen-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/audio-volume-medium.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-full-charged.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/48x48/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/48x48/status/network-transmit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/appointment-soon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/status/network-wireless-connected-symbolic.symbolic.png (deflated 31%) adding: share/icons/Adwaita/48x48/status/weather-severe-alert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/mail-attachment.png (stored 0%) adding: share/icons/Adwaita/48x48/status/task-due-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-high.png (stored 0%) adding: share/icons/Adwaita/48x48/status/keyboard-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-invisible-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/touchpad-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/channel-insecure-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-invisible.png (stored 0%) adding: share/icons/Adwaita/48x48/status/security-medium.png (stored 0%) adding: share/icons/Adwaita/48x48/status/appointment-missed.png (stored 0%) adding: share/icons/Adwaita/48x48/status/rotation-locked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-edge-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-transmit-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/folder-visiting.png (stored 0%) adding: share/icons/Adwaita/48x48/status/security-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-4g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-shuffle.png (stored 0%) adding: share/icons/Adwaita/48x48/status/mail-replied-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-idle.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/semi-starred.png (stored 0%) adding: share/icons/Adwaita/48x48/status/dialog-information-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/radio-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-full-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-low-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/48x48/status/battery-full-charging.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/48x48/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-overcast-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/bluetooth-active-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/folder-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-transmit.png (stored 0%) adding: share/icons/Adwaita/48x48/status/audio-volume-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/changes-allow.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-full-charged-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-snow-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/mail-read.png (deflated 10%) adding: share/icons/Adwaita/48x48/status/radio-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/security-low.png (stored 0%) adding: share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/48x48/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-severe-alert.png (stored 0%) adding: share/icons/Adwaita/48x48/status/software-update-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/battery-good.png (stored 0%) adding: share/icons/Adwaita/48x48/status/weather-snow.png (stored 0%) adding: share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/status/network-wired-disconnected.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/ (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-photos-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-documents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-synchronizing.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-documents.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-system.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-videos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-favorite.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-readonly.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-shared.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-ok-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-photos.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-package.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-web.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-urgent.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-unreadable.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-symbolic-link.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-downloads.png (deflated 4%) adding: share/icons/Adwaita/48x48/emblems/emblem-mail.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-shared-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-desktop.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-default.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-important.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-new.png (deflated 11%) adding: share/icons/Adwaita/48x48/emblems/emblem-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-generic.png (stored 0%) adding: share/icons/Adwaita/48x48/emblems/emblem-music-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/ (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/system-software-update.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-font.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-locale.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-windows.png (deflated 3%) adding: share/icons/Adwaita/48x48/apps/multimedia-volume-control.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/utilities-terminal.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/system-users.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/applets-screenshooter.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/help-browser.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-remote-desktop.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/goa-panel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/system-software-install-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-privacy.png (deflated 1%) adding: share/icons/Adwaita/48x48/apps/preferences-system-details-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/utilities-system-monitor.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-time-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/web-browser.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/accessories-calculator.png (deflated 3%) adding: share/icons/Adwaita/48x48/apps/user-info-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/help-faq-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/help-contents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/utilities-terminal-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/accessories-calculator-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-theme.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/user-info.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/accessories-text-editor.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-wallpaper.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/accessories-dictionary.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/accessories-character-map-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/accessories-character-map.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/system-software-install.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/accessories-text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-display.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-search.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/system-file-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/web-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-sharing.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/system-file-manager.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/system-users-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-color-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/help-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/accessories-dictionary-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/bluetooth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-system-notifications.png (stored 0%) adding: share/icons/Adwaita/48x48/apps/preferences-desktop-keyboard-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/ (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-devilish-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-smile-big.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-confused-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-angel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-worried-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-yawn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-laugh.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-sad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-plain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-smirk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-cool.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-uncertain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-sick.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-kiss-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-raspberry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-crying.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-monkey-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-glasses-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/emote-love-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-monkey.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-smile-big-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-tired.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-sick-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-embarrassed.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-raspberry.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-angel.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-surprise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-wink-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-surprise.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/emote-love.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-crying-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-tired-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-angry.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-cool-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-sad.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-laugh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-worried.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-smile-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-kiss.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-glasses.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-angry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-uncertain.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-smirk.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-plain.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-devilish.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-wink.png (stored 0%) adding: share/icons/Adwaita/48x48/emotes/face-smile.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/ (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-internet.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/preferences-desktop.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-games.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-office.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-system.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/preferences-other-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-accessories.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-science.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-engineering-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-utilities.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/preferences-other.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-graphics-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/system-help-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-multimedia.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-games-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/preferences-system-network.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/system-help.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-development.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-utilities-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/preferences-desktop-personal.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/preferences-desktop-peripherals.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/preferences-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-multimedia-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-graphics.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-science-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-engineering.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/preferences-system.png (stored 0%) adding: share/icons/Adwaita/48x48/categories/applications-other.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/ (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/text-html.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/text-x-preview.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-calendar.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/font-x-generic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-presentation-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-template.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/image-x-generic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/video-x-generic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-document-template.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-calendar-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-x-executable.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-address-book.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/inode-directory-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-presentation-template.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-x-addon.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-drawing.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-document-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-spreadsheet.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-document.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-drawing-template.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-certificate.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/text-x-generic.png (deflated 8%) adding: share/icons/Adwaita/48x48/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/package-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/audio-x-generic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/text-x-generic-template.png (deflated 9%) adding: share/icons/Adwaita/48x48/mimetypes/x-package-repository.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/text-x-script.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/48x48/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/x-office-presentation.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/audio-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/package-x-generic.png (stored 0%) adding: share/icons/Adwaita/48x48/mimetypes/application-x-firmware.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/ (stored 0%) adding: share/icons/Adwaita/48x48/devices/ac-adapter.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-zip-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-dialpad.png (deflated 6%) adding: share/icons/Adwaita/48x48/devices/camera-photo.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/48x48/devices/multimedia-player.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/video-display-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/devices/audio-headphones.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-removable-media-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-tape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-floppy.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-gaming-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/network-wireless-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-tape.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/video-display.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-card.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/camera-video.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-multidisk.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-speakers.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/ebook-reader.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/phone.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/network-wired.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-harddisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-mouse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/video-joined-displays-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/colorimeter-colorhug-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/multimedia-player-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-touchpad.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/scanner-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/display-projector-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-optical.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/modem.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-headphones-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/network-wired-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/48x48/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-harddisk-solidstate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/uninterruptible-power-supply.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/computer.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-floppy-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/48x48/devices/camera-video-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/pda-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/thunderbolt-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-removable-media.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/camera-web.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/phone-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-card-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-tablet.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-headset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/printer-network.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/ac-adapter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/camera-photo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-removable.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-input-microphone.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/video-single-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/printer.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/tv-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-headset.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/48x48/devices/battery.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/pda.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/computer-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-removable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/48x48/devices/scanner.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-flash.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-optical-bd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/network-wireless.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-optical.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-gaming.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-multidisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-mouse.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-touchpad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-dialpad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/printer-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/camera-web-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/drive-harddisk.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/printer-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-keyboard-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/battery-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/devices/network-vpn.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/media-flash-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/input-keyboard.png (stored 0%) adding: share/icons/Adwaita/48x48/devices/audio-speakers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/ (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-pictures-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-videos.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder.png (stored 0%) adding: share/icons/Adwaita/48x48/places/user-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/start-here.png (stored 0%) adding: share/icons/Adwaita/48x48/places/network-workgroup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/network-workgroup.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-documents-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/48x48/places/user-home.png (stored 0%) adding: share/icons/Adwaita/48x48/places/user-trash.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-download.png (stored 0%) adding: share/icons/Adwaita/48x48/places/network-server.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-remote-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-templates-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/start-here-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-pictures.png (stored 0%) adding: share/icons/Adwaita/48x48/places/user-trash-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/places/folder-music.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-templates.png (stored 0%) adding: share/icons/Adwaita/48x48/places/user-desktop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/user-bookmarks-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-music-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-saved-search.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-saved-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-publicshare-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-documents.png (stored 0%) adding: share/icons/Adwaita/48x48/places/network-server-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/48x48/places/folder-publicshare.png (stored 0%) adding: share/icons/Adwaita/48x48/places/user-bookmarks.png (stored 0%) adding: share/icons/Adwaita/48x48/places/user-desktop.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-videos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/places/folder-remote.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/ (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/actions/list-add-symbolic.symbolic.png (deflated 11%) adding: share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/mail-message-new.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-justify-left.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-save-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-sort-descending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-open-recent.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/pan-down-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/actions/insert-image.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-justify-right-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/actions/appointment-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-mark-notjunk.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-find-replace.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-continuous-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/mail-mark-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/call-stop.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/insert-text-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-bottom.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/help-about-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-delete.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-rotate-left-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/action-unavailable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-strikethrough-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-restore-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-reply-all.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-flip-horizontal-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-restore.png (deflated 2%) adding: share/icons/Adwaita/48x48/actions/format-text-bold.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-skip-forward.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-select-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/selection-end-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/help-faq.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-undo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-app-grid-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/tab-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-rotate-right-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-forward.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-select-all.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-playback-pause-symbolic.symbolic.png (deflated 16%) adding: share/icons/Adwaita/48x48/actions/format-indent-less.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/folder-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-print-preview-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-find-replace-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-justify-right.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-grid-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/48x48/actions/media-seek-forward.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-redo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/list-remove-all-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/48x48/actions/format-justify-center.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-next-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/find-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-print-preview.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-send.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-flip-vertical.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-bold-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-send-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-sort-ascending.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-run-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-indent-less-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/focus-windows-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-list-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-direction-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-undo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-direction-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-playback-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-strikethrough.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/list-add.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/zoom-fit-best-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/help-contents.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/application-exit.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/help-about.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/window-close-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-page-setup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-top-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/focus-top-bar-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-eject.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-shutdown.png (deflated 5%) adding: share/icons/Adwaita/48x48/actions/folder-new.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/zoom-fit-best.png (deflated 7%) adding: share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/edit-undo.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-indent-less-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/pan-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-reply-sender.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-mark-important.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-top.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/list-remove.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-indent-more-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mark-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mark-location.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-italic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/open-menu-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/48x48/actions/selection-start-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/insert-object-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-open.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-paste-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/process-stop.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-lock-screen.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-mark-unread.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-paged-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-jump.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-direction-ltr.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-previous.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-previous-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/actions/insert-link.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/insert-object.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/pan-end-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-skip-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-justify-fill-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/48x48/actions/go-down.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-shutdown-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-fullscreen-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-up.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-more-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/48x48/actions/selection-end-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/48x48/actions/go-bottom-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-refresh.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/window-restore-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/48x48/actions/go-home.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-sort-ascending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-page-setup.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-flip-horizontal.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/zoom-original.png (deflated 8%) adding: share/icons/Adwaita/48x48/actions/mail-send.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/window-new.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/tools-check-spelling.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-justify-center-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/actions/edit-cut-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/actions/go-first.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/error-correct-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/zoom-in.png (deflated 8%) adding: share/icons/Adwaita/48x48/actions/format-indent-more-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/zoom-out.png (deflated 8%) adding: share/icons/Adwaita/48x48/actions/window-minimize-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/48x48/actions/edit-redo.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-more-horizontal-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/48x48/actions/media-record-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/window-close.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-save.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-last-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-mark-junk.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-clear.png (deflated 1%) adding: share/icons/Adwaita/48x48/actions/font-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-refresh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-find.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-first-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-switch-user-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-first-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-redo-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/insert-link-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-playback-stop.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-seek-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-indent-more.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/insert-image-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/selection-start-symbolic-rtl.symbolic.png (deflated 8%) adding: share/icons/Adwaita/48x48/actions/view-dual-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/star-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/pan-up-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/48x48/actions/mail-mark-read.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/address-book-new.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/process-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-view-subtitles-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-underline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-find-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/call-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-new.png (deflated 7%) adding: share/icons/Adwaita/48x48/actions/media-record.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-playback-pause.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/list-remove-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/48x48/actions/pan-start-symbolic-rtl.symbolic.png (deflated 10%) adding: share/icons/Adwaita/48x48/actions/media-skip-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-justify-left-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/48x48/actions/go-next.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-print-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-playback-start-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-open-recent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-run.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/call-start.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/media-eject-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-rotate-left.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/contact-new.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-indent-less-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-mirror-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-clear-rtl.png (deflated 1%) adding: share/icons/Adwaita/48x48/actions/document-properties.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/window-maximize-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/48x48/actions/go-next-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/48x48/actions/view-sort-descending.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-flip-vertical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/view-fullscreen.png (deflated 4%) adding: share/icons/Adwaita/48x48/actions/media-seek-backward.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/object-rotate-right.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/color-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-last-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-save-as.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-clear-all.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-underline.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/appointment-new.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-undo-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-skip-backward.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/contact-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-indent-more-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-seek-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-search.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/mail-send-receive.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-previous-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-playback-start.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-copy.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/address-book-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/system-log-out.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-last.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-revert-rtl.png (deflated 5%) adding: share/icons/Adwaita/48x48/actions/go-next-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/call-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/zoom-out-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/48x48/actions/view-pin-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/format-justify-fill.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/pan-end-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/48x48/actions/edit-copy-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/application-exit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-seek-backward-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/format-text-italic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/bookmark-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-delete-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-previous-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/48x48/actions/zoom-in-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-revert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-jump-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-revert.png (deflated 6%) adding: share/icons/Adwaita/48x48/actions/document-properties-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/go-last-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-print.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/insert-text.png (deflated 5%) adding: share/icons/Adwaita/48x48/actions/media-playback-stop-symbolic.symbolic.png (deflated 17%) adding: share/icons/Adwaita/48x48/actions/go-first-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/media-playback-start-rtl.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-cut.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/edit-paste.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/document-save-as-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/bookmark-new.png (stored 0%) adding: share/icons/Adwaita/48x48/actions/zoom-original-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/ (stored 0%) adding: share/icons/Adwaita/16x16/status/ (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wireless-encrypted-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-storm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/changes-prevent-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/printer-error.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/alarm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/audio-volume-muted.png (stored 0%) adding: share/icons/Adwaita/16x16/status/task-past-due.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-clear-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/appointment-soon.png (stored 0%) adding: share/icons/Adwaita/16x16/status/folder-visiting-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/mail-signed-verified.png (stored 0%) adding: share/icons/Adwaita/16x16/status/avatar-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/printer-error-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/non-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/software-update-urgent.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/audio-volume-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-few-clouds-night.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-offline-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/mail-unread-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/battery-empty-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/status/software-update-available.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-receive.png (stored 0%) adding: share/icons/Adwaita/16x16/status/software-update-urgent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/checkbox-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/user-trash-full-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/computer-fail-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/view-wrapped-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/status/starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/image-loading-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/status/printer-printing.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/network-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-3g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/changes-prevent.png (stored 0%) adding: share/icons/Adwaita/16x16/status/computer-fail.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-few-clouds-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/network-wired-disconnected-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/media-playlist-repeat-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/channel-secure-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wireless-no-route-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/semi-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-busy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/security-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-caution-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/trophy-bronze.png (stored 0%) adding: share/icons/Adwaita/16x16/status/avatar-default.png (stored 0%) adding: share/icons/Adwaita/16x16/status/night-light-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-empty.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/dialog-warning.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/folder-drag-accept.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/battery-caution-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-full-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-low.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/status/battery-full.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-medium.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-low-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-fog.png (stored 0%) adding: share/icons/Adwaita/16x16/status/printer-warning-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/weather-showers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wired-offline-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/battery-good-charging.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/folder-drag-accept-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/user-trash-full.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-low.png (stored 0%) adding: share/icons/Adwaita/16x16/status/audio-volume-high.png (stored 0%) adding: share/icons/Adwaita/16x16/status/orientation-landscape-inverse-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/security-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-low-charging.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/orientation-portrait-inverse-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/dialog-password-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-connected-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/weather-few-clouds.png (stored 0%) adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-muted.png (stored 0%) adding: share/icons/Adwaita/16x16/status/dialog-information.png (stored 0%) adding: share/icons/Adwaita/16x16/status/task-due.png (stored 0%) adding: share/icons/Adwaita/16x16/status/view-wrapped-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/rotation-allowed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/semi-starred-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/status/dialog-error.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-connected.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/audio-volume-low.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/checkbox-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-offline.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-caution.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-away.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-windy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-busy.png (stored 0%) adding: share/icons/Adwaita/16x16/status/dialog-question.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/appointment-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/orientation-landscape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/checkbox-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-available.png (stored 0%) adding: share/icons/Adwaita/16x16/status/image-missing.png (stored 0%) adding: share/icons/Adwaita/16x16/status/trophy-gold.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-hspa-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/orientation-portrait-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/battery-missing.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/weather-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/non-starred.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-empty-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/content-loading-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/status/mail-signed.png (stored 0%) adding: share/icons/Adwaita/16x16/status/printer-printing-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/media-playlist-repeat.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-transmit-receive.png (stored 0%) adding: share/icons/Adwaita/16x16/status/starred.png (stored 0%) adding: share/icons/Adwaita/16x16/status/display-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/dialog-question-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-showers-scattered.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/battery-good-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/airplane-mode-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-offline.png (stored 0%) adding: share/icons/Adwaita/16x16/status/dialog-password.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-caution-charging.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/folder-open.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/user-away-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/radio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/changes-allow-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/status/user-not-tracked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/dialog-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/trophy-silver.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-storm.png (stored 0%) adding: share/icons/Adwaita/16x16/status/audio-volume-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/security-high.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-good-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wireless-encrypted.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-error.png (stored 0%) adding: share/icons/Adwaita/16x16/status/daytime-sunrise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/audio-volume-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/media-playlist-shuffle-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/task-past-due-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-status-pending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-showers.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/status/mail-unread.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-clear.png (stored 0%) adding: share/icons/Adwaita/16x16/status/image-loading.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/network-vpn-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/battery-missing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/mail-replied.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/status/user-idle.png (stored 0%) adding: share/icons/Adwaita/16x16/status/daytime-sunset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/dialog-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wired-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-clear-night.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-overcast.png (stored 0%) adding: share/icons/Adwaita/16x16/status/mail-attachment-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/system-lock-screen-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/audio-volume-medium.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-full-charged.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/16x16/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/status/network-transmit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/appointment-soon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/network-wireless-connected-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/16x16/status/weather-severe-alert-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/mail-attachment.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/task-due-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-high.png (stored 0%) adding: share/icons/Adwaita/16x16/status/keyboard-brightness-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/user-invisible-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/touchpad-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/channel-insecure-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-invisible.png (stored 0%) adding: share/icons/Adwaita/16x16/status/security-medium.png (stored 0%) adding: share/icons/Adwaita/16x16/status/appointment-missed.png (stored 0%) adding: share/icons/Adwaita/16x16/status/rotation-locked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-edge-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-transmit-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/folder-visiting.png (stored 0%) adding: share/icons/Adwaita/16x16/status/security-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-4g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/media-playlist-shuffle.png (stored 0%) adding: share/icons/Adwaita/16x16/status/mail-replied-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/status/network-idle.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wireless-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/semi-starred.png (stored 0%) adding: share/icons/Adwaita/16x16/status/dialog-information-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/radio-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-full-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-low-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/status/battery-full-charging.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/16x16/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-overcast-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/bluetooth-active-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/folder-open-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/status/network-transmit.png (stored 0%) adding: share/icons/Adwaita/16x16/status/audio-volume-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/changes-allow.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-full-charged-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-snow-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/mail-read.png (deflated 9%) adding: share/icons/Adwaita/16x16/status/radio-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/security-low.png (stored 0%) adding: share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/weather-severe-alert.png (stored 0%) adding: share/icons/Adwaita/16x16/status/software-update-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/battery-good.png (deflated 3%) adding: share/icons/Adwaita/16x16/status/weather-snow.png (deflated 4%) adding: share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/status/network-wired-disconnected.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/ (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-photos-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/emblems/emblem-documents-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/emblems/emblem-synchronizing.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-documents.png (deflated 1%) adding: share/icons/Adwaita/16x16/emblems/emblem-system.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-videos-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/emblems/emblem-favorite.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-readonly.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-shared.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-ok-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/emblems/emblem-photos.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-package.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-web.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-urgent.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-unreadable.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-symbolic-link.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-downloads.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-mail.png (deflated 2%) adding: share/icons/Adwaita/16x16/emblems/emblem-shared-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-favorite-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-default.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-important.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-new.png (deflated 11%) adding: share/icons/Adwaita/16x16/emblems/emblem-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-generic.png (stored 0%) adding: share/icons/Adwaita/16x16/emblems/emblem-music-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/apps/ (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/system-software-update.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-font.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-locale.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-windows.png (deflated 3%) adding: share/icons/Adwaita/16x16/apps/multimedia-volume-control.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/utilities-terminal.png (deflated 2%) adding: share/icons/Adwaita/16x16/apps/system-users.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/applets-screenshooter.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/help-browser.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-remote-desktop.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/goa-panel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/system-software-install-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-privacy.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-details-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-devices-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/apps/utilities-system-monitor.png (deflated 1%) adding: share/icons/Adwaita/16x16/apps/preferences-system-time-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/web-browser.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/accessories-calculator.png (deflated 1%) adding: share/icons/Adwaita/16x16/apps/user-info-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/help-faq-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/help-contents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/utilities-terminal-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/accessories-calculator-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-theme.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/user-info.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/accessories-text-editor.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-wallpaper.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/accessories-dictionary.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/accessories-character-map-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/accessories-character-map.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/system-software-install.png (deflated 1%) adding: share/icons/Adwaita/16x16/apps/accessories-text-editor-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-display.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-search.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/system-file-manager-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/apps/web-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-sharing.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/system-file-manager.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/system-users-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-font-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/apps/preferences-color-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/help-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/multimedia-volume-control-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/apps/accessories-dictionary-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/bluetooth-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-system-notifications.png (stored 0%) adding: share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/emotes/ (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-devilish-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-smile-big.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-confused-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-angel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-worried-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-yawn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-laugh.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-sad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-plain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-smirk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-cool.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-uncertain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-sick.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-kiss-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-raspberry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-crying.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-monkey-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-glasses-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/emote-love-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/emotes/face-monkey.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-smile-big-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-tired.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-sick-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-embarrassed.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-raspberry.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-angel.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-surprise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-wink-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-surprise.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/emote-love.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-crying-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-tired-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-angry.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-cool-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-sad.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-laugh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-worried.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-smile-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-kiss.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-glasses.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-angry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-uncertain.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-smirk.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-plain.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-devilish.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-wink.png (stored 0%) adding: share/icons/Adwaita/16x16/emotes/face-smile.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/ (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-internet.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/preferences-desktop.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-games.png (deflated 3%) adding: share/icons/Adwaita/16x16/categories/applications-office.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-system.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/preferences-other-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-accessories.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-science.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-utilities.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/preferences-other.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-graphics-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/system-help-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-multimedia.png (deflated 0%) adding: share/icons/Adwaita/16x16/categories/applications-games-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/preferences-system-network.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/system-help.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-development.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-utilities-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/preferences-desktop-personal.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/preferences-desktop-peripherals.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/preferences-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-multimedia-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-graphics.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-science-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-engineering.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/preferences-system.png (stored 0%) adding: share/icons/Adwaita/16x16/categories/applications-other.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/ (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/text-html.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/text-x-preview.png (deflated 3%) adding: share/icons/Adwaita/16x16/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-calendar.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/font-x-generic.png (deflated 1%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-presentation-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/mimetypes/video-x-generic-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-template.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/image-x-generic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/video-x-generic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-document-template.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-calendar-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/mimetypes/application-x-executable.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-address-book.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/inode-directory-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-presentation-template.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/application-x-addon.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-drawing.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-document-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-spreadsheet.png (deflated 1%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-document.png (deflated 3%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-drawing-template.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/application-certificate.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/text-x-generic.png (deflated 3%) adding: share/icons/Adwaita/16x16/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/package-x-generic-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/mimetypes/audio-x-generic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/text-x-generic-template.png (deflated 3%) adding: share/icons/Adwaita/16x16/mimetypes/x-package-repository.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/text-x-script.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/mimetypes/font-x-generic-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/mimetypes/x-office-presentation.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/audio-x-generic-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/package-x-generic.png (stored 0%) adding: share/icons/Adwaita/16x16/mimetypes/application-x-firmware.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/ (stored 0%) adding: share/icons/Adwaita/16x16/devices/ac-adapter.png (deflated 3%) adding: share/icons/Adwaita/16x16/devices/media-zip-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-dialpad.png (deflated 9%) adding: share/icons/Adwaita/16x16/devices/camera-photo.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/devices/multimedia-player.png (deflated 4%) adding: share/icons/Adwaita/16x16/devices/video-display-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/devices/audio-headphones.png (deflated 4%) adding: share/icons/Adwaita/16x16/devices/drive-removable-media-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/devices/media-tape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-floppy.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-gaming-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/devices/network-wireless-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-tape.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/video-display.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/audio-card.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/camera-video.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/drive-multidisk.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/audio-speakers.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/ebook-reader.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/phone.png (deflated 1%) adding: share/icons/Adwaita/16x16/devices/network-wired.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/drive-harddisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-mouse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/video-joined-displays-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/colorimeter-colorhug-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/multimedia-player-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-touchpad.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/scanner-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/display-projector-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-optical.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/modem.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/audio-headphones-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/network-wired-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/drive-harddisk-solidstate-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/devices/uninterruptible-power-supply.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/computer.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-floppy-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/devices/camera-video-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/pda-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/thunderbolt-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/drive-removable-media.png (deflated 1%) adding: share/icons/Adwaita/16x16/devices/camera-web.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/phone-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/devices/audio-card-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-tablet.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/audio-headset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/printer-network.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/ac-adapter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/drive-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/camera-photo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-removable.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/audio-input-microphone.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/video-single-display-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/devices/printer.png (deflated 2%) adding: share/icons/Adwaita/16x16/devices/tv-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/audio-headset.png (deflated 3%) adding: share/icons/Adwaita/16x16/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/devices/battery.png (deflated 4%) adding: share/icons/Adwaita/16x16/devices/pda.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/computer-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/devices/media-removable-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/devices/scanner.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-flash.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-optical-bd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/network-wireless.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/drive-optical.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-gaming.png (deflated 5%) adding: share/icons/Adwaita/16x16/devices/drive-multidisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-mouse.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/input-touchpad-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/devices/input-dialpad-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/devices/printer-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/devices/camera-web-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/devices/drive-harddisk.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/printer-network-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/devices/input-keyboard-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/battery-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/devices/network-vpn.png (stored 0%) adding: share/icons/Adwaita/16x16/devices/media-flash-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/devices/input-keyboard.png (deflated 3%) adding: share/icons/Adwaita/16x16/devices/audio-speakers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/ (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-videos.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder.png (deflated 1%) adding: share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/start-here.png (stored 0%) adding: share/icons/Adwaita/16x16/places/network-workgroup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/network-workgroup.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/places/user-home.png (stored 0%) adding: share/icons/Adwaita/16x16/places/user-trash.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-download.png (deflated 0%) adding: share/icons/Adwaita/16x16/places/network-server.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-remote-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/places/folder-templates-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/places/start-here-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-pictures.png (stored 0%) adding: share/icons/Adwaita/16x16/places/user-trash-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/places/folder-music.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-templates.png (stored 0%) adding: share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/places/user-bookmarks-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/places/folder-saved-search.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-saved-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-publicshare-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-documents.png (stored 0%) adding: share/icons/Adwaita/16x16/places/network-server-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/places/folder-publicshare.png (deflated 0%) adding: share/icons/Adwaita/16x16/places/user-bookmarks.png (stored 0%) adding: share/icons/Adwaita/16x16/places/user-desktop.png (stored 0%) adding: share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/places/folder-remote.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/ (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/list-add-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/mail-message-new.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-justify-left.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/document-save-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/view-sort-descending-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/document-open-recent.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/pan-down-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/actions/insert-image.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-justify-right-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/16x16/actions/appointment-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mail-mark-notjunk.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/edit-find-replace.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/view-continuous-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/mail-mark-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/call-stop.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/insert-text-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/edit-clear-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/go-bottom.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/help-about-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mail-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-delete.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/object-rotate-left-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/action-unavailable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-text-strikethrough-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/view-restore-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mail-reply-all.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/object-flip-horizontal-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/view-restore.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/format-text-bold.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-redo-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/media-skip-forward.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-select-all-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/selection-end-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/focus-legacy-systray-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/help-faq.png (deflated 5%) adding: share/icons/Adwaita/16x16/actions/edit-undo-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/view-app-grid-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/tab-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/object-rotate-right-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/edit-clear-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/mail-forward.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/edit-select-all.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/media-playback-pause-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/16x16/actions/format-indent-less.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/folder-new-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/document-print-preview-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-find-replace-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-justify-right.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/view-grid-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/actions/media-seek-forward.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-redo-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/list-remove-all-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/format-justify-center.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/go-next-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/find-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-print-preview.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/document-send.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/object-flip-vertical.png (deflated 5%) adding: share/icons/Adwaita/16x16/actions/format-text-bold-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/mail-send-receive-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/view-sort-ascending.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/system-run-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-indent-less-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/focus-windows-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/view-list-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/format-text-direction-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-undo-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/format-text-direction-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/media-playback-start-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/format-text-strikethrough.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/list-add.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/zoom-fit-best-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/help-contents.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/application-exit.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/tab-new.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/help-about.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/window-close-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/document-page-setup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-top-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/focus-top-bar-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/media-eject.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/system-shutdown.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/folder-new.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/zoom-fit-best.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/edit-undo.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-indent-less-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/pan-start-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mail-reply-sender.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/mail-mark-important.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-top.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-new-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/list-remove.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/format-indent-more-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mark-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mark-location.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-text-italic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/open-menu-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/16x16/actions/selection-start-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/insert-object-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-open.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/edit-paste-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/process-stop.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/system-lock-screen.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mail-mark-unread.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/view-paged-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/go-jump.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-text-direction-ltr.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-previous.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-previous-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/insert-link.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/insert-object.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/pan-end-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/document-open-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/media-skip-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-justify-fill-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/16x16/actions/go-down.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/system-shutdown-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/view-fullscreen-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-up.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/view-more-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/selection-end-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/actions/go-bottom-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/view-refresh.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/window-restore-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/go-home.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/view-sort-ascending-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/document-page-setup.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/object-flip-horizontal.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/zoom-original.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mail-send.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/window-new.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/tools-check-spelling.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/format-justify-center-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/actions/edit-cut-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/go-first.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/error-correct-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/zoom-in.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/format-indent-more-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/zoom-out.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/window-minimize-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/16x16/actions/edit-redo.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/view-more-horizontal-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/media-record-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/window-close.png (deflated 8%) adding: share/icons/Adwaita/16x16/actions/document-save.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-select-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/go-last-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/mail-mark-junk.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-clear.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/font-select-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/view-refresh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-find.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-first-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/system-switch-user-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-first-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/edit-redo-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/insert-link-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-playback-stop.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/media-seek-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-indent-more.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/insert-image-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/selection-start-symbolic-rtl.symbolic.png (deflated 5%) adding: share/icons/Adwaita/16x16/actions/view-dual-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/star-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/pan-up-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/mail-mark-read.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/address-book-new.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/process-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-view-subtitles-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/format-text-underline-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/edit-find-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/call-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-new.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/media-record.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-playback-pause.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/go-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/list-remove-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/16x16/actions/pan-start-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/media-skip-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-justify-left-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/go-next.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-print-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/media-playback-start-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/document-open-recent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/system-run.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/call-start.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/media-eject-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/object-rotate-left.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/contact-new.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-indent-less-symbolic-rtl.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/view-mirror-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-clear-rtl.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/document-properties.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/window-maximize-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/16x16/actions/go-next-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/view-sort-descending.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/object-select-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/object-flip-vertical-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/view-fullscreen.png (deflated 5%) adding: share/icons/Adwaita/16x16/actions/media-seek-backward.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/object-rotate-right.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/color-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-last-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/document-save-as.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-clear-all.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-text-underline.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/appointment-new.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-undo-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-skip-backward.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/contact-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/format-indent-more-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/media-seek-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/system-search.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/mail-send-receive.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-previous-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-playback-start.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-copy.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/address-book-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/system-log-out.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-last.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-revert-rtl.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/go-next-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/call-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/zoom-out-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/view-pin-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/format-justify-fill.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/pan-end-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/edit-copy-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/application-exit-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/16x16/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/format-text-italic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/bookmark-new-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/edit-delete-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/go-previous-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/16x16/actions/zoom-in-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/16x16/actions/document-revert-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/go-jump-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-revert.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/document-properties-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-send-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/go-last-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-print.png (deflated 0%) adding: share/icons/Adwaita/16x16/actions/insert-text.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/media-playback-stop-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/16x16/actions/go-first-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/16x16/actions/media-playback-start-rtl.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-cut.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/edit-paste.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/document-save-as-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/bookmark-new.png (stored 0%) adding: share/icons/Adwaita/16x16/actions/zoom-original-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/ (stored 0%) adding: share/icons/Adwaita/64x64/status/ (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wireless-encrypted-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-storm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/changes-prevent-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/status/alarm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-clear-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/folder-visiting-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/status/avatar-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/printer-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/non-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/audio-volume-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-offline-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/status/mail-unread-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-empty-symbolic.symbolic.png (deflated 21%) adding: share/icons/Adwaita/64x64/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/software-update-urgent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/checkbox-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/64x64/status/user-trash-full-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/computer-fail-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/view-wrapped-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/status/starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/user-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/image-loading-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/user-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-3g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-few-clouds-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wired-disconnected-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/64x64/status/media-playlist-repeat-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/channel-secure-symbolic.symbolic.png (deflated 8%) adding: share/icons/Adwaita/64x64/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/semi-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/user-busy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/security-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-caution-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/status/night-light-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-acquiring-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/status/battery-caution-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-full-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/64x64/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-low-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/printer-warning-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/status/weather-showers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wired-offline-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/64x64/status/folder-drag-accept-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/orientation-landscape-inverse-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/status/security-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/call-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/dialog-password-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-connected-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/view-wrapped-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/rotation-allowed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/checkbox-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-windy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/appointment-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/orientation-landscape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/checkbox-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-hspa-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/status/orientation-portrait-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-empty-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/content-loading-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/status/printer-printing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/display-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/dialog-question-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-good-symbolic.symbolic.png (deflated 13%) adding: share/icons/Adwaita/64x64/status/airplane-mode-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/user-away-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/radio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/changes-allow-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/64x64/status/user-not-tracked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/dialog-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/audio-volume-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-good-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/daytime-sunrise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/audio-volume-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/task-past-due-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 23%) adding: share/icons/Adwaita/64x64/status/network-vpn-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/status/battery-missing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 23%) adding: share/icons/Adwaita/64x64/status/daytime-sunset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/dialog-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wired-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/mail-attachment-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/system-lock-screen-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 24%) adding: share/icons/Adwaita/64x64/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 22%) adding: share/icons/Adwaita/64x64/status/network-transmit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/appointment-soon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/status/network-wireless-connected-symbolic.symbolic.png (deflated 48%) adding: share/icons/Adwaita/64x64/status/weather-severe-alert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/task-due-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/keyboard-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/user-invisible-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/touchpad-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/channel-insecure-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/status/rotation-locked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-edge-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-transmit-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/security-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-4g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/mail-replied-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wireless-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/dialog-information-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/radio-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-full-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-low-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/64x64/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 23%) adding: share/icons/Adwaita/64x64/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-overcast-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/bluetooth-active-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/folder-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/audio-volume-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/battery-full-charged-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/weather-snow-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/radio-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/software-update-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/status/network-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/ (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-photos-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/emblems/emblem-documents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-videos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-ok-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-shared-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/ (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/goa-panel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/system-software-install-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-details-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-time-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/user-info-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/help-faq-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/help-contents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/utilities-terminal-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/accessories-calculator-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/accessories-character-map-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/accessories-text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/system-file-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/web-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/system-users-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-color-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/help-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/accessories-dictionary-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/apps/bluetooth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/apps/preferences-desktop-keyboard-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/emotes/ (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-devilish-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-confused-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-angel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-worried-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-yawn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-sad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-plain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-smirk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-uncertain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-kiss-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-raspberry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-monkey-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-glasses-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/emote-love-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-smile-big-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-sick-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-surprise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-wink-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-crying-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-tired-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-cool-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-laugh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-smile-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-angry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/ (stored 0%) adding: share/icons/Adwaita/64x64/categories/preferences-other-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/applications-engineering-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/applications-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/applications-graphics-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/system-help-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/applications-games-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/applications-utilities-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/preferences-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/applications-multimedia-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/categories/applications-science-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/ (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/x-office-presentation-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/x-office-calendar-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/inode-directory-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/64x64/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/x-office-document-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/package-x-generic-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/text-x-generic-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/mimetypes/audio-x-generic-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/ (stored 0%) adding: share/icons/Adwaita/64x64/devices/media-zip-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 18%) adding: share/icons/Adwaita/64x64/devices/video-display-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/devices/drive-removable-media-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/devices/media-tape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/input-gaming-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/network-wireless-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/media-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/drive-harddisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/input-mouse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/video-joined-displays-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/colorimeter-colorhug-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/devices/multimedia-player-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/scanner-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/display-projector-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/audio-headphones-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/network-wired-symbolic.symbolic.png (deflated 25%) adding: share/icons/Adwaita/64x64/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/drive-harddisk-solidstate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/media-floppy-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/devices/camera-video-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/pda-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/thunderbolt-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/phone-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/devices/audio-card-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/audio-headset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/ac-adapter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/drive-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/camera-photo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/video-single-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/tv-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 18%) adding: share/icons/Adwaita/64x64/devices/computer-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/devices/media-removable-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 15%) adding: share/icons/Adwaita/64x64/devices/media-optical-bd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/drive-multidisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/input-touchpad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/input-dialpad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/printer-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/devices/camera-web-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/printer-network-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/devices/input-keyboard-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/64x64/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/battery-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/64x64/devices/media-flash-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/devices/audio-speakers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/ (stored 0%) adding: share/icons/Adwaita/64x64/places/folder-pictures-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/user-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/network-workgroup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/folder-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/folder-documents-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/places/folder-remote-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/folder-templates-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/places/start-here-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/user-trash-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/user-desktop-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/64x64/places/user-bookmarks-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/folder-saved-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/folder-publicshare-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/places/network-server-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/places/folder-videos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/ (stored 0%) adding: share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/actions/media-seek-forward-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/actions/list-add-symbolic.symbolic.png (deflated 26%) adding: share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/document-save-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/view-sort-descending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/pan-down-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/actions/format-justify-right-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/64x64/actions/appointment-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/view-continuous-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/actions/mail-mark-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/insert-text-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/help-about-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/mail-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/object-rotate-left-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/action-unavailable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-text-strikethrough-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/actions/view-restore-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/object-flip-horizontal-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-select-all-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/selection-end-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-undo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/view-app-grid-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/actions/tab-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/object-rotate-right-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/media-playback-pause-symbolic.symbolic.png (deflated 33%) adding: share/icons/Adwaita/64x64/actions/folder-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-print-preview-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-find-replace-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/view-grid-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/edit-redo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/list-remove-all-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/actions/find-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-text-bold-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/mail-send-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/system-run-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-indent-less-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/focus-windows-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/view-list-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/actions/edit-undo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-text-direction-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/media-playback-start-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/64x64/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/zoom-fit-best-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/64x64/actions/window-close-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-page-setup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-top-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/focus-top-bar-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/pan-start-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/mark-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-text-italic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/open-menu-symbolic.symbolic.png (deflated 17%) adding: share/icons/Adwaita/64x64/actions/selection-start-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/actions/insert-object-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-paste-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/view-paged-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/64x64/actions/go-previous-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/actions/pan-end-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/document-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-justify-fill-symbolic.symbolic.png (deflated 17%) adding: share/icons/Adwaita/64x64/actions/system-shutdown-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/actions/view-fullscreen-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/view-more-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/64x64/actions/selection-end-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/actions/go-bottom-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/window-restore-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/actions/view-sort-ascending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-justify-center-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/64x64/actions/edit-cut-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/actions/error-correct-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-indent-more-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/window-minimize-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/64x64/actions/view-more-horizontal-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/actions/media-record-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-select-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/actions/go-last-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/font-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/view-refresh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/system-switch-user-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-first-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/insert-link-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/insert-image-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/selection-start-symbolic-rtl.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/actions/view-dual-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/star-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/pan-up-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/actions/process-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/media-view-subtitles-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-text-underline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-find-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/call-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/list-remove-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/64x64/actions/pan-start-symbolic-rtl.symbolic.png (deflated 14%) adding: share/icons/Adwaita/64x64/actions/format-justify-left-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/64x64/actions/document-print-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/actions/media-playback-start-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-open-recent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/media-eject-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/64x64/actions/format-indent-less-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/view-mirror-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/actions/window-maximize-symbolic.symbolic.png (deflated 19%) adding: share/icons/Adwaita/64x64/actions/go-next-symbolic-rtl.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/actions/object-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/object-flip-vertical-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/actions/color-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-last-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/contact-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/format-indent-more-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/address-book-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-next-symbolic.symbolic.png (deflated 10%) adding: share/icons/Adwaita/64x64/actions/call-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/zoom-out-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/64x64/actions/view-pin-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/64x64/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/pan-end-symbolic.symbolic.png (deflated 14%) adding: share/icons/Adwaita/64x64/actions/edit-copy-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/64x64/actions/application-exit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/64x64/actions/bookmark-new-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/64x64/actions/edit-delete-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-previous-symbolic-rtl.symbolic.png (deflated 10%) adding: share/icons/Adwaita/64x64/actions/zoom-in-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/64x64/actions/document-revert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/go-jump-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-properties-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/media-playback-stop-symbolic.symbolic.png (deflated 33%) adding: share/icons/Adwaita/64x64/actions/go-first-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/document-save-as-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/64x64/actions/zoom-original-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/icon-theme.cache (deflated 78%) adding: share/icons/Adwaita/22x22/ (stored 0%) adding: share/icons/Adwaita/22x22/status/ (stored 0%) adding: share/icons/Adwaita/22x22/status/printer-error.png (stored 0%) adding: share/icons/Adwaita/22x22/status/audio-volume-muted.png (stored 0%) adding: share/icons/Adwaita/22x22/status/task-past-due.png (stored 0%) adding: share/icons/Adwaita/22x22/status/appointment-soon.png (stored 0%) adding: share/icons/Adwaita/22x22/status/mail-signed-verified.png (stored 0%) adding: share/icons/Adwaita/22x22/status/software-update-urgent.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-few-clouds-night.png (stored 0%) adding: share/icons/Adwaita/22x22/status/software-update-available.png (stored 0%) adding: share/icons/Adwaita/22x22/status/network-receive.png (stored 0%) adding: share/icons/Adwaita/22x22/status/printer-printing.png (stored 0%) adding: share/icons/Adwaita/22x22/status/changes-prevent.png (stored 0%) adding: share/icons/Adwaita/22x22/status/computer-fail.png (stored 0%) adding: share/icons/Adwaita/22x22/status/trophy-bronze.png (stored 0%) adding: share/icons/Adwaita/22x22/status/avatar-default.png (deflated 3%) adding: share/icons/Adwaita/22x22/status/battery-empty.png (stored 0%) adding: share/icons/Adwaita/22x22/status/dialog-warning.png (stored 0%) adding: share/icons/Adwaita/22x22/status/folder-drag-accept.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-low.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-full.png (stored 0%) adding: share/icons/Adwaita/22x22/status/microphone-sensitivity-medium.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-fog.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-good-charging.png (stored 0%) adding: share/icons/Adwaita/22x22/status/user-trash-full.png (stored 0%) adding: share/icons/Adwaita/22x22/status/microphone-sensitivity-low.png (stored 0%) adding: share/icons/Adwaita/22x22/status/audio-volume-high.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-low-charging.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-few-clouds.png (stored 0%) adding: share/icons/Adwaita/22x22/status/microphone-sensitivity-muted.png (stored 0%) adding: share/icons/Adwaita/22x22/status/dialog-information.png (stored 0%) adding: share/icons/Adwaita/22x22/status/task-due.png (stored 0%) adding: share/icons/Adwaita/22x22/status/semi-starred-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/status/dialog-error.png (stored 0%) adding: share/icons/Adwaita/22x22/status/network-cellular-connected.png (stored 0%) adding: share/icons/Adwaita/22x22/status/audio-volume-low.png (stored 0%) adding: share/icons/Adwaita/22x22/status/user-offline.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-caution.png (stored 0%) adding: share/icons/Adwaita/22x22/status/user-away.png (stored 0%) adding: share/icons/Adwaita/22x22/status/user-busy.png (stored 0%) adding: share/icons/Adwaita/22x22/status/dialog-question.png (deflated 4%) adding: share/icons/Adwaita/22x22/status/user-available.png (stored 0%) adding: share/icons/Adwaita/22x22/status/image-missing.png (stored 0%) adding: share/icons/Adwaita/22x22/status/trophy-gold.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-missing.png (stored 0%) adding: share/icons/Adwaita/22x22/status/non-starred.png (stored 0%) adding: share/icons/Adwaita/22x22/status/mail-signed.png (stored 0%) adding: share/icons/Adwaita/22x22/status/media-playlist-repeat.png (stored 0%) adding: share/icons/Adwaita/22x22/status/network-transmit-receive.png (stored 0%) adding: share/icons/Adwaita/22x22/status/starred.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-showers-scattered.png (stored 0%) adding: share/icons/Adwaita/22x22/status/network-offline.png (stored 0%) adding: share/icons/Adwaita/22x22/status/dialog-password.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-caution-charging.png (stored 0%) adding: share/icons/Adwaita/22x22/status/folder-open.png (stored 0%) adding: share/icons/Adwaita/22x22/status/trophy-silver.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-storm.png (deflated 0%) adding: share/icons/Adwaita/22x22/status/security-high.png (stored 0%) adding: share/icons/Adwaita/22x22/status/network-wireless-encrypted.png (stored 0%) adding: share/icons/Adwaita/22x22/status/network-error.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-showers.png (stored 0%) adding: share/icons/Adwaita/22x22/status/mail-unread.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-clear.png (stored 0%) adding: share/icons/Adwaita/22x22/status/image-loading.png (deflated 0%) adding: share/icons/Adwaita/22x22/status/mail-replied.png (deflated 7%) adding: share/icons/Adwaita/22x22/status/user-idle.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-clear-night.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-overcast.png (stored 0%) adding: share/icons/Adwaita/22x22/status/audio-volume-medium.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-full-charged.png (stored 0%) adding: share/icons/Adwaita/22x22/status/mail-attachment.png (stored 0%) adding: share/icons/Adwaita/22x22/status/microphone-sensitivity-high.png (deflated 1%) adding: share/icons/Adwaita/22x22/status/user-invisible.png (stored 0%) adding: share/icons/Adwaita/22x22/status/security-medium.png (stored 0%) adding: share/icons/Adwaita/22x22/status/appointment-missed.png (stored 0%) adding: share/icons/Adwaita/22x22/status/folder-visiting.png (stored 0%) adding: share/icons/Adwaita/22x22/status/media-playlist-shuffle.png (stored 0%) adding: share/icons/Adwaita/22x22/status/network-idle.png (stored 0%) adding: share/icons/Adwaita/22x22/status/semi-starred.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-full-charging.png (stored 0%) adding: share/icons/Adwaita/22x22/status/network-transmit.png (stored 0%) adding: share/icons/Adwaita/22x22/status/changes-allow.png (stored 0%) adding: share/icons/Adwaita/22x22/status/mail-read.png (deflated 11%) adding: share/icons/Adwaita/22x22/status/security-low.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-severe-alert.png (stored 0%) adding: share/icons/Adwaita/22x22/status/battery-good.png (stored 0%) adding: share/icons/Adwaita/22x22/status/weather-snow.png (deflated 6%) adding: share/icons/Adwaita/22x22/status/network-wired-disconnected.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/ (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-synchronizing.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-documents.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-system.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-favorite.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-readonly.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-shared.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-photos.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-package.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-web.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-urgent.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-unreadable.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-symbolic-link.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-downloads.png (deflated 6%) adding: share/icons/Adwaita/22x22/emblems/emblem-mail.png (deflated 3%) adding: share/icons/Adwaita/22x22/emblems/emblem-default.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-important.png (stored 0%) adding: share/icons/Adwaita/22x22/emblems/emblem-new.png (deflated 1%) adding: share/icons/Adwaita/22x22/emblems/emblem-generic.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/ (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-accessibility.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/system-software-update.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-font.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-locale.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-screensaver.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-system-windows.png (deflated 2%) adding: share/icons/Adwaita/22x22/apps/multimedia-volume-control.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/utilities-terminal.png (deflated 1%) adding: share/icons/Adwaita/22x22/apps/system-users.png (deflated 2%) adding: share/icons/Adwaita/22x22/apps/applets-screenshooter.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/help-browser.png (deflated 1%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-remote-desktop.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-system-privacy.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/utilities-system-monitor.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/web-browser.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/accessories-calculator.png (deflated 1%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-theme.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/user-info.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/accessories-text-editor.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-wallpaper.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/accessories-dictionary.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/accessories-character-map.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/system-software-install.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-display.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-system-search.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-system-sharing.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/system-file-manager.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%) adding: share/icons/Adwaita/22x22/apps/preferences-system-notifications.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/ (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-smile-big.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-laugh.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-cool.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-sick.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-crying.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-monkey.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-tired.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-embarrassed.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-raspberry.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-angel.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-surprise.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/emote-love.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-angry.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-sad.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-worried.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-kiss.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-glasses.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-uncertain.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-smirk.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-plain.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-devilish.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-wink.png (stored 0%) adding: share/icons/Adwaita/22x22/emotes/face-smile.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/ (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-internet.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/preferences-desktop.png (deflated 4%) adding: share/icons/Adwaita/22x22/categories/applications-games.png (deflated 3%) adding: share/icons/Adwaita/22x22/categories/applications-office.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-system.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-accessories.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-science.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-utilities.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/preferences-other.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-multimedia.png (deflated 4%) adding: share/icons/Adwaita/22x22/categories/preferences-system-network.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/system-help.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-development.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/preferences-desktop-personal.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/preferences-desktop-peripherals.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-graphics.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-engineering.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/preferences-system.png (stored 0%) adding: share/icons/Adwaita/22x22/categories/applications-other.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/ (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/text-html.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/text-x-preview.png (deflated 1%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-calendar.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/font-x-generic.png (deflated 3%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet-template.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/image-x-generic.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/video-x-generic.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-document-template.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/application-x-executable.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-address-book.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-presentation-template.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/application-x-addon.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-drawing.png (deflated 1%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-spreadsheet.png (deflated 0%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-document.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-drawing-template.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/application-certificate.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/text-x-generic.png (deflated 3%) adding: share/icons/Adwaita/22x22/mimetypes/audio-x-generic.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/text-x-generic-template.png (deflated 4%) adding: share/icons/Adwaita/22x22/mimetypes/x-package-repository.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/text-x-script.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/x-office-presentation.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/package-x-generic.png (stored 0%) adding: share/icons/Adwaita/22x22/mimetypes/application-x-firmware.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/ (stored 0%) adding: share/icons/Adwaita/22x22/devices/ac-adapter.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/input-dialpad.png (deflated 3%) adding: share/icons/Adwaita/22x22/devices/camera-photo.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/multimedia-player.png (deflated 7%) adding: share/icons/Adwaita/22x22/devices/audio-headphones.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/media-floppy.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/media-tape.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/video-display.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/audio-card.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/camera-video.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/drive-multidisk.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/audio-speakers.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/ebook-reader.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/phone.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/network-wired.png (deflated 2%) adding: share/icons/Adwaita/22x22/devices/input-touchpad.png (deflated 1%) adding: share/icons/Adwaita/22x22/devices/media-optical.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/modem.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/uninterruptible-power-supply.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/computer.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/drive-removable-media.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/camera-web.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/input-tablet.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/printer-network.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/media-removable.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/audio-input-microphone.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/printer.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/audio-headset.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/battery.png (deflated 7%) adding: share/icons/Adwaita/22x22/devices/pda.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/scanner.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/media-flash.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/network-wireless.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/drive-optical.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/input-gaming.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/input-mouse.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/drive-harddisk.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/network-vpn.png (stored 0%) adding: share/icons/Adwaita/22x22/devices/input-keyboard.png (stored 0%) adding: share/icons/Adwaita/22x22/places/ (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-videos.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder.png (stored 0%) adding: share/icons/Adwaita/22x22/places/start-here.png (stored 0%) adding: share/icons/Adwaita/22x22/places/network-workgroup.png (stored 0%) adding: share/icons/Adwaita/22x22/places/user-home.png (stored 0%) adding: share/icons/Adwaita/22x22/places/user-trash.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-download.png (stored 0%) adding: share/icons/Adwaita/22x22/places/network-server.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-pictures.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-music.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-templates.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-saved-search.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-documents.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-publicshare.png (stored 0%) adding: share/icons/Adwaita/22x22/places/user-bookmarks.png (stored 0%) adding: share/icons/Adwaita/22x22/places/user-desktop.png (stored 0%) adding: share/icons/Adwaita/22x22/places/folder-remote.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/ (stored 0%) adding: share/icons/Adwaita/22x22/actions/mail-message-new.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-justify-left.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-open-recent.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/insert-image.png (deflated 3%) adding: share/icons/Adwaita/22x22/actions/mail-mark-notjunk.png (deflated 8%) adding: share/icons/Adwaita/22x22/actions/edit-find-replace.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/call-stop.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-bottom.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-delete.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/mail-reply-all.png (deflated 4%) adding: share/icons/Adwaita/22x22/actions/view-restore.png (deflated 4%) adding: share/icons/Adwaita/22x22/actions/format-text-bold.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-skip-forward.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/help-faq.png (deflated 7%) adding: share/icons/Adwaita/22x22/actions/mail-forward.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-select-all.png (deflated 2%) adding: share/icons/Adwaita/22x22/actions/format-indent-less.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-justify-right.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-seek-forward.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-justify-center.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-next-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-print-preview.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-send.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/object-flip-vertical.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/view-sort-ascending.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-text-direction-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-text-strikethrough.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/list-add.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/help-contents.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/application-exit.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/tab-new.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/help-about.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-eject.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/system-shutdown.png (deflated 2%) adding: share/icons/Adwaita/22x22/actions/folder-new.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/zoom-fit-best.png (deflated 6%) adding: share/icons/Adwaita/22x22/actions/edit-undo.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-indent-less-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/mail-reply-sender.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/mail-mark-important.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-top.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/list-remove.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-indent-more-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/mark-location.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-open.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/process-stop.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/system-lock-screen.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/mail-mark-unread.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-jump.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-text-direction-ltr.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-previous.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/insert-link.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/insert-object.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-skip-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-down.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-up.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/view-refresh.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-home.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-page-setup.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/object-flip-horizontal.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/zoom-original.png (deflated 5%) adding: share/icons/Adwaita/22x22/actions/mail-send.png (deflated 3%) adding: share/icons/Adwaita/22x22/actions/window-new.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/tools-check-spelling.png (deflated 6%) adding: share/icons/Adwaita/22x22/actions/go-first.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/zoom-in.png (deflated 5%) adding: share/icons/Adwaita/22x22/actions/zoom-out.png (deflated 5%) adding: share/icons/Adwaita/22x22/actions/edit-redo.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/window-close.png (deflated 12%) adding: share/icons/Adwaita/22x22/actions/document-save.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/mail-mark-junk.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-clear.png (deflated 4%) adding: share/icons/Adwaita/22x22/actions/edit-find.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-first-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-redo-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-playback-stop.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-seek-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-indent-more.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/mail-mark-read.png (deflated 3%) adding: share/icons/Adwaita/22x22/actions/address-book-new.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-new.png (deflated 4%) adding: share/icons/Adwaita/22x22/actions/media-record.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-playback-pause.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-skip-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-next.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/system-run.png (deflated 6%) adding: share/icons/Adwaita/22x22/actions/call-start.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/object-rotate-left.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/contact-new.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-clear-rtl.png (deflated 4%) adding: share/icons/Adwaita/22x22/actions/document-properties.png (deflated 1%) adding: share/icons/Adwaita/22x22/actions/view-sort-descending.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/view-fullscreen.png (deflated 5%) adding: share/icons/Adwaita/22x22/actions/media-seek-backward.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/object-rotate-right.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-save-as.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-clear-all.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-text-underline.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/appointment-new.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-undo-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-skip-backward.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-seek-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/system-search.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/mail-send-receive.png (deflated 9%) adding: share/icons/Adwaita/22x22/actions/go-previous-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/media-playback-start.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-copy.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/system-log-out.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/go-last.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-revert-rtl.png (deflated 2%) adding: share/icons/Adwaita/22x22/actions/format-justify-fill.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/format-text-italic.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-revert.png (deflated 3%) adding: share/icons/Adwaita/22x22/actions/go-last-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/document-print.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/insert-text.png (deflated 5%) adding: share/icons/Adwaita/22x22/actions/media-playback-start-rtl.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-cut.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/edit-paste.png (stored 0%) adding: share/icons/Adwaita/22x22/actions/bookmark-new.png (stored 0%) adding: share/icons/Adwaita/cursors/ (stored 0%) adding: share/icons/Adwaita/cursors/X_cursor.cur (deflated 96%) adding: share/icons/Adwaita/cursors/00008160000006810000408080010102.cur (stored 0%) adding: share/icons/Adwaita/cursors/zoom-out.cur (deflated 94%) adding: share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872.cur (stored 0%) adding: share/icons/Adwaita/cursors/ul_angle.cur (deflated 99%) adding: share/icons/Adwaita/cursors/question_arrow.cur (deflated 96%) adding: share/icons/Adwaita/cursors/right_side.cur (deflated 98%) adding: share/icons/Adwaita/cursors/all-scroll.cur (deflated 96%) adding: share/icons/Adwaita/cursors/watch.ani (deflated 7%) adding: share/icons/Adwaita/cursors/alias.cur (deflated 4%) adding: share/icons/Adwaita/cursors/grab.cur (stored 0%) adding: share/icons/Adwaita/cursors/arrow.cur (stored 0%) adding: share/icons/Adwaita/cursors/size_all.cur (stored 0%) adding: share/icons/Adwaita/cursors/circle.cur (deflated 94%) adding: share/icons/Adwaita/cursors/link.cur (deflated 94%) adding: share/icons/Adwaita/cursors/dotbox.cur (deflated 99%) adding: share/icons/Adwaita/cursors/hand2.cur (deflated 96%) adding: share/icons/Adwaita/cursors/copy.cur (stored 0%) adding: share/icons/Adwaita/cursors/top_left_corner.cur (deflated 97%) adding: share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b.cur (stored 0%) adding: share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd.ani (stored 0%) adding: share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf.cur (stored 0%) adding: share/icons/Adwaita/cursors/cross.cur (deflated 99%) adding: share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599.ani (stored 0%) adding: share/icons/Adwaita/cursors/cell.cur (deflated 99%) adding: share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f.cur (deflated 5%) adding: share/icons/Adwaita/cursors/target.cur (stored 0%) adding: share/icons/Adwaita/cursors/default.cur (stored 0%) adding: share/icons/Adwaita/cursors/pointer.cur (stored 0%) adding: share/icons/Adwaita/cursors/ew-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/w-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000.cur (stored 0%) adding: share/icons/Adwaita/cursors/ll_angle.cur (deflated 99%) adding: share/icons/Adwaita/cursors/bottom_side.cur (deflated 98%) adding: share/icons/Adwaita/cursors/zoom-in.cur (deflated 94%) adding: share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106.cur (stored 0%) adding: share/icons/Adwaita/cursors/top_right_corner.cur (deflated 97%) adding: share/icons/Adwaita/cursors/nesw-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/bd_double_arrow.cur (deflated 97%) adding: share/icons/Adwaita/cursors/sw-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/dnd-none.cur (deflated 97%) adding: share/icons/Adwaita/cursors/lr_angle.cur (deflated 99%) adding: share/icons/Adwaita/cursors/not-allowed.cur (stored 0%) adding: share/icons/Adwaita/cursors/size_hor.cur (stored 0%) adding: share/icons/Adwaita/cursors/dot_box_mask.cur (stored 0%) adding: share/icons/Adwaita/cursors/draped_box.cur (stored 0%) adding: share/icons/Adwaita/cursors/dnd-move.cur (deflated 96%) adding: share/icons/Adwaita/cursors/sb_down_arrow.cur (deflated 97%) adding: share/icons/Adwaita/cursors/sb_left_arrow.cur (deflated 97%) adding: share/icons/Adwaita/cursors/sb_right_arrow.cur (deflated 97%) adding: share/icons/Adwaita/cursors/dnd-no-drop.cur (deflated 95%) adding: share/icons/Adwaita/cursors/vertical-text.cur (deflated 99%) adding: share/icons/Adwaita/cursors/bottom_tee.cur (deflated 99%) adding: share/icons/Adwaita/cursors/s-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/pirate.cur (stored 0%) adding: share/icons/Adwaita/cursors/14fef782d02440884392942c11205230.cur (stored 0%) adding: share/icons/Adwaita/cursors/top_side.cur (deflated 98%) adding: share/icons/Adwaita/cursors/dnd-copy.cur (deflated 96%) adding: share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0.cur (stored 0%) adding: share/icons/Adwaita/cursors/e-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/pencil.cur (deflated 94%) adding: share/icons/Adwaita/cursors/se-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/hand1.cur (deflated 96%) adding: share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204.cur (stored 0%) adding: share/icons/Adwaita/cursors/bottom_right_corner.cur (deflated 97%) adding: share/icons/Adwaita/cursors/icon.cur (stored 0%) adding: share/icons/Adwaita/cursors/move.cur (deflated 96%) adding: share/icons/Adwaita/cursors/size_bdiag.cur (stored 0%) adding: share/icons/Adwaita/cursors/pointer-move.cur (deflated 95%) adding: share/icons/Adwaita/cursors/fd_double_arrow.cur (deflated 97%) adding: share/icons/Adwaita/cursors/left_tee.cur (deflated 99%) adding: share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df.cur (deflated 5%) adding: share/icons/Adwaita/cursors/no-drop.cur (stored 0%) adding: share/icons/Adwaita/cursors/crosshair.cur (stored 0%) adding: share/icons/Adwaita/cursors/progress.ani (stored 0%) adding: share/icons/Adwaita/cursors/grabbing.cur (deflated 97%) adding: share/icons/Adwaita/cursors/xterm.cur (deflated 99%) adding: share/icons/Adwaita/cursors/ne-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/h_double_arrow.cur (stored 0%) adding: share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408.cur (stored 0%) adding: share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140.cur (stored 0%) adding: share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822.cur (stored 0%) adding: share/icons/Adwaita/cursors/left_ptr.cur (deflated 96%) adding: share/icons/Adwaita/cursors/nw-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/draft_small.cur (stored 0%) adding: share/icons/Adwaita/cursors/row-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/right_tee.cur (deflated 99%) adding: share/icons/Adwaita/cursors/sb_v_double_arrow.cur (deflated 97%) adding: share/icons/Adwaita/cursors/ns-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/top_left_arrow.cur (stored 0%) adding: share/icons/Adwaita/cursors/help.cur (stored 0%) adding: share/icons/Adwaita/cursors/size_ver.cur (stored 0%) adding: share/icons/Adwaita/cursors/left_ptr_watch.ani (deflated 8%) adding: share/icons/Adwaita/cursors/col-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/double_arrow.cur (stored 0%) adding: share/icons/Adwaita/cursors/context-menu.cur (deflated 95%) adding: share/icons/Adwaita/cursors/diamond_cross.cur (stored 0%) adding: share/icons/Adwaita/cursors/sb_up_arrow.cur (deflated 98%) adding: share/icons/Adwaita/cursors/plus.cur (deflated 98%) adding: share/icons/Adwaita/cursors/cross_reverse.cur (stored 0%) adding: share/icons/Adwaita/cursors/hand.cur (stored 0%) adding: share/icons/Adwaita/cursors/draft_large.cur (stored 0%) adding: share/icons/Adwaita/cursors/size_fdiag.cur (stored 0%) adding: share/icons/Adwaita/cursors/n-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/nwse-resize.cur (stored 0%) adding: share/icons/Adwaita/cursors/v_double_arrow.cur (stored 0%) adding: share/icons/Adwaita/cursors/dnd-link.cur (deflated 95%) adding: share/icons/Adwaita/cursors/wait.ani (stored 0%) adding: share/icons/Adwaita/cursors/tcross.cur (deflated 98%) adding: share/icons/Adwaita/cursors/left_ptr_help.cur (stored 0%) adding: share/icons/Adwaita/cursors/sb_h_double_arrow.cur (deflated 96%) adding: share/icons/Adwaita/cursors/ur_angle.cur (deflated 99%) adding: share/icons/Adwaita/cursors/dnd-ask.cur (deflated 96%) adding: share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830.cur (stored 0%) adding: share/icons/Adwaita/cursors/text.cur (stored 0%) adding: share/icons/Adwaita/cursors/fleur.cur (stored 0%) adding: share/icons/Adwaita/cursors/left_side.cur (deflated 98%) adding: share/icons/Adwaita/cursors/crossed_circle.cur (deflated 92%) adding: share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f.cur (stored 0%) adding: share/icons/Adwaita/cursors/right_ptr.cur (deflated 96%) adding: share/icons/Adwaita/cursors/bottom_left_corner.cur (deflated 97%) adding: share/icons/Adwaita/cursors/top_tee.cur (deflated 99%) adding: share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000.cur (stored 0%) adding: share/icons/Adwaita/32x32/ (stored 0%) adding: share/icons/Adwaita/32x32/status/ (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-encrypted-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-storm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/changes-prevent-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/status/printer-error.png (stored 0%) adding: share/icons/Adwaita/32x32/status/alarm-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/audio-volume-muted.png (stored 0%) adding: share/icons/Adwaita/32x32/status/task-past-due.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-clear-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/appointment-soon.png (stored 0%) adding: share/icons/Adwaita/32x32/status/folder-visiting-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/status/avatar-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/printer-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/non-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/software-update-urgent.png (stored 0%) adding: share/icons/Adwaita/32x32/status/audio-volume-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-few-clouds-night.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/mail-unread-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-empty-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/32x32/status/software-update-available.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-signal-excellent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-receive.png (stored 0%) adding: share/icons/Adwaita/32x32/status/software-update-urgent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/checkbox-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/status/user-trash-full-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/thunderbolt-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/computer-fail-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/view-wrapped-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/status/starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-showers-scattered-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/image-loading-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/status/printer-printing.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-idle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-3g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/changes-prevent.png (stored 0%) adding: share/icons/Adwaita/32x32/status/computer-fail.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-few-clouds-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wired-disconnected-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-repeat-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/channel-secure-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/semi-starred-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-busy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/security-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-caution-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/trophy-bronze.png (stored 0%) adding: share/icons/Adwaita/32x32/status/avatar-default.png (stored 0%) adding: share/icons/Adwaita/32x32/status/night-light-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-empty.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-warning.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/folder-drag-accept.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-caution-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-full-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/status/network-wireless-signal-none-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-low.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-consecutive-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/status/battery-full.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-medium.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-low-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-fog.png (stored 0%) adding: share/icons/Adwaita/32x32/status/printer-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-showers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wired-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-good-charging.png (stored 0%) adding: share/icons/Adwaita/32x32/status/folder-drag-accept-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-trash-full.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-hotspot-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-low.png (stored 0%) adding: share/icons/Adwaita/32x32/status/audio-volume-high.png (stored 0%) adding: share/icons/Adwaita/32x32/status/orientation-landscape-inverse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/security-medium-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-low-charging.png (stored 0%) adding: share/icons/Adwaita/32x32/status/semi-starred-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/call-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/orientation-portrait-inverse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-password-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-connected-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-few-clouds.png (stored 0%) adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-muted.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-information.png (stored 0%) adding: share/icons/Adwaita/32x32/status/task-due.png (stored 0%) adding: share/icons/Adwaita/32x32/status/view-wrapped-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/rotation-allowed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/semi-starred-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-error.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-connected.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-gprs-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/audio-volume-low.png (stored 0%) adding: share/icons/Adwaita/32x32/status/checkbox-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-offline.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-caution.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-away.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-windy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-busy.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-question.png (stored 0%) adding: share/icons/Adwaita/32x32/status/appointment-missed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/orientation-landscape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/checkbox-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-available.png (stored 0%) adding: share/icons/Adwaita/32x32/status/image-missing.png (stored 0%) adding: share/icons/Adwaita/32x32/status/trophy-gold.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-hspa-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/orientation-portrait-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/status/battery-missing.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/non-starred.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-empty-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/content-loading-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/status/printer-printing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-repeat.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-transmit-receive.png (stored 0%) adding: share/icons/Adwaita/32x32/status/starred.png (stored 0%) adding: share/icons/Adwaita/32x32/status/display-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-question-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-showers-scattered.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-good-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/status/airplane-mode-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-offline.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-password.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-caution-charging.png (stored 0%) adding: share/icons/Adwaita/32x32/status/folder-open.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-away-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/radio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/changes-allow-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/status/user-not-tracked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-warning-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/trophy-silver.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-storm.png (stored 0%) adding: share/icons/Adwaita/32x32/status/audio-volume-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/security-high.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-good-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-error.png (stored 0%) adding: share/icons/Adwaita/32x32/status/daytime-sunrise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/audio-volume-low-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-shuffle-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/task-past-due-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-status-pending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-showers.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-signal-weak-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/32x32/status/mail-unread.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-clear.png (stored 0%) adding: share/icons/Adwaita/32x32/status/image-loading.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-vpn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-missing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/mail-replied.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-signal-ok-symbolic.symbolic.png (deflated 9%) adding: share/icons/Adwaita/32x32/status/user-idle.png (stored 0%) adding: share/icons/Adwaita/32x32/status/daytime-sunset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-error-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wired-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-clear-night.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-overcast.png (stored 0%) adding: share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/system-lock-screen-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/status/audio-volume-medium.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-full-charged.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-signal-excellent-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/32x32/status/network-cellular-signal-good-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/32x32/status/network-transmit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/appointment-soon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-connected-symbolic.symbolic.png (deflated 17%) adding: share/icons/Adwaita/32x32/status/weather-severe-alert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/mail-attachment.png (stored 0%) adding: share/icons/Adwaita/32x32/status/task-due-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-high.png (stored 0%) adding: share/icons/Adwaita/32x32/status/keyboard-brightness-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-invisible-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-few-clouds-night-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/touchpad-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/channel-insecure-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-invisible.png (stored 0%) adding: share/icons/Adwaita/32x32/status/security-medium.png (stored 0%) adding: share/icons/Adwaita/32x32/status/appointment-missed.png (stored 0%) adding: share/icons/Adwaita/32x32/status/rotation-locked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-edge-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-signal-weak-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-transmit-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/folder-visiting.png (stored 0%) adding: share/icons/Adwaita/32x32/status/security-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-4g-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-shuffle.png (stored 0%) adding: share/icons/Adwaita/32x32/status/mail-replied-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-idle.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-offline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-signal-good-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/semi-starred.png (stored 0%) adding: share/icons/Adwaita/32x32/status/dialog-information-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/radio-mixed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-full-charging-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-low-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/status/battery-full-charging.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-signal-none-symbolic.symbolic.png (deflated 7%) adding: share/icons/Adwaita/32x32/status/network-wireless-signal-ok-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-overcast-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/bluetooth-active-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/microphone-sensitivity-high-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/folder-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-transmit.png (stored 0%) adding: share/icons/Adwaita/32x32/status/audio-volume-muted-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/changes-allow.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-full-charged-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-snow-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/mail-read.png (deflated 12%) adding: share/icons/Adwaita/32x32/status/radio-checked-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/security-low.png (stored 0%) adding: share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-cellular-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/media-playlist-repeat-song-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/bluetooth-disabled-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-severe-alert.png (stored 0%) adding: share/icons/Adwaita/32x32/status/software-update-available-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/battery-good.png (stored 0%) adding: share/icons/Adwaita/32x32/status/weather-snow.png (deflated 11%) adding: share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-no-route-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/status/network-wired-disconnected.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/ (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-photos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-documents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-synchronizing.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-documents.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-system.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-videos-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-favorite.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-readonly.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-shared.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-ok-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-photos.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-package.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-web.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-default-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-urgent.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-unreadable.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-symbolic-link.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-downloads.png (deflated 4%) adding: share/icons/Adwaita/32x32/emblems/emblem-mail.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-shared-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-favorite-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-synchronizing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-default.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-important.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-new.png (deflated 12%) adding: share/icons/Adwaita/32x32/emblems/emblem-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-generic.png (stored 0%) adding: share/icons/Adwaita/32x32/emblems/emblem-music-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/ (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/system-software-update.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/gnome-power-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/applets-screenshooter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-network-proxy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-font.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-locale.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-windows.png (deflated 3%) adding: share/icons/Adwaita/32x32/apps/multimedia-volume-control.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/utilities-terminal.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/system-users.png (deflated 3%) adding: share/icons/Adwaita/32x32/apps/applets-screenshooter.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/help-browser.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-remote-desktop.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/goa-panel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/system-software-install-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-accessibility-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-privacy.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-details-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-screensaver-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-devices-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/utilities-system-monitor.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-time-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/web-browser.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/accessories-calculator.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/user-info-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-sharing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/help-faq-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-privacy-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/help-contents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/utilities-terminal-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-locale-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/accessories-calculator-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-theme.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/user-info.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/accessories-text-editor.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-wallpaper.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/accessories-dictionary.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/accessories-character-map-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/accessories-character-map.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/system-software-install.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/accessories-text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-display.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-search.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/system-file-manager-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/web-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-sharing.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/system-file-manager.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/system-users-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-font-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-color-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/help-browser-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/multimedia-volume-control-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/accessories-dictionary-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-shortcuts.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/bluetooth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/utilities-system-monitor-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-system-notifications.png (stored 0%) adding: share/icons/Adwaita/32x32/apps/preferences-desktop-keyboard-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/ (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-devilish-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-smile-big.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-confused-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-angel-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-worried-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-yawn-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-laugh.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-sad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-plain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-smirk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-cool.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-uncertain-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-sick.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-kiss-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-raspberry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-crying.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-monkey-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-glasses-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/emote-love-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-monkey.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-smile-big-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-tired.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-sick-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-embarrassed.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-raspberry.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-angel.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-shutmouth-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-surprise-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-wink-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-surprise.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/emote-love.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-crying-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-tired-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-angry.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-cool-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-sad.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-laugh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-worried.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-smile-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-kiss.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-glasses.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-angry-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-uncertain.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-smirk.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-plain.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-devilish.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-embarrassed-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-wink.png (stored 0%) adding: share/icons/Adwaita/32x32/emotes/face-smile.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/ (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-internet.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/preferences-desktop.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-games.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-office.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-system.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/preferences-other-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-accessories.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-science.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-engineering-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-utilities.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/preferences-other.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-graphics-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/system-help-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-multimedia.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-games-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/preferences-system-network.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/system-help.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-development.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-utilities-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/preferences-desktop-personal.png (deflated 5%) adding: share/icons/Adwaita/32x32/categories/preferences-desktop-peripherals.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/preferences-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-multimedia-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-graphics.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-science-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-engineering.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/preferences-system.png (stored 0%) adding: share/icons/Adwaita/32x32/categories/applications-other.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/ (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/text-html.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/text-x-preview.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/image-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-calendar.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-x-addon-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/font-x-generic.png (deflated 2%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-presentation-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/video-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-template.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/image-x-generic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/video-x-generic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-document-template.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-calendar-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-x-executable.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-certificate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-address-book.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/inode-directory-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-drawing-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-address-book-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-presentation-template.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-x-addon.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-drawing.png (deflated 2%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-document-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-spreadsheet.png (deflated 2%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-document.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-drawing-template.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-certificate.png (deflated 2%) adding: share/icons/Adwaita/32x32/mimetypes/text-x-generic.png (deflated 6%) adding: share/icons/Adwaita/32x32/mimetypes/application-x-executable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/package-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/audio-x-generic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/text-x-generic-template.png (deflated 5%) adding: share/icons/Adwaita/32x32/mimetypes/x-package-repository.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-rss+xml-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/text-x-script.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/text-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/font-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/x-office-presentation.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/audio-x-generic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-x-firmware-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/package-x-generic.png (stored 0%) adding: share/icons/Adwaita/32x32/mimetypes/application-x-firmware.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/ (stored 0%) adding: share/icons/Adwaita/32x32/devices/ac-adapter.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-zip-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-dialpad.png (deflated 10%) adding: share/icons/Adwaita/32x32/devices/camera-photo.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/phone-apple-iphone-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/devices/multimedia-player.png (deflated 9%) adding: share/icons/Adwaita/32x32/devices/video-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-headphones.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-removable-media-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/devices/media-tape-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-floppy.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-gaming-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/network-wireless-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-tape.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/video-display.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-card.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/camera-video.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-multidisk.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-speakers.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/ebook-reader.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-input-microphone-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/phone.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/network-wired.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-harddisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-mouse-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/video-joined-displays-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/colorimeter-colorhug-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/multimedia-player-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-touchpad.png (deflated 2%) adding: share/icons/Adwaita/32x32/devices/scanner-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-optical-dvd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/display-projector-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-optical.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/modem.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-headphones-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/network-wired-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/devices/drive-harddisk-usb-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-harddisk-solidstate-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/uninterruptible-power-supply.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-optical-cd-audio-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/computer.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-floppy-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/devices/camera-video-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/pda-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/thunderbolt-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-harddisk-system-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-removable-media.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/camera-web.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/phone-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-card-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-tablet.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-headset-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/printer-network.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/ac-adapter-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-optical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/camera-photo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-removable.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-input-microphone.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/video-single-display-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/printer.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/tv-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-headset.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/multimedia-player-apple-ipod-touch-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/devices/battery.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/pda.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/computer-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-removable-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/devices/computer-apple-ipad-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/32x32/devices/scanner.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-flash.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-optical-bd-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/network-wireless.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/uninterruptible-power-supply-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-optical.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-gaming.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-multidisk-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-mouse.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-touchpad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-dialpad-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/printer-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/devices/camera-web-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-harddisk.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/printer-network-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-keyboard-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/drive-harddisk-ieee1394-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/battery-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/devices/network-vpn.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/media-flash-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/input-keyboard.png (stored 0%) adding: share/icons/Adwaita/32x32/devices/audio-speakers-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/ (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-pictures-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-videos.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder.png (stored 0%) adding: share/icons/Adwaita/32x32/places/user-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/start-here.png (stored 0%) adding: share/icons/Adwaita/32x32/places/network-workgroup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/network-workgroup.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-documents-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/user-home.png (stored 0%) adding: share/icons/Adwaita/32x32/places/user-trash.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-download.png (stored 0%) adding: share/icons/Adwaita/32x32/places/network-server.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-remote-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-templates-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/start-here-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-pictures.png (stored 0%) adding: share/icons/Adwaita/32x32/places/user-trash-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/places/folder-music.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-templates.png (stored 0%) adding: share/icons/Adwaita/32x32/places/user-desktop-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/places/user-bookmarks-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-music-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-saved-search.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-saved-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-publicshare-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-documents.png (stored 0%) adding: share/icons/Adwaita/32x32/places/network-server-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-publicshare.png (stored 0%) adding: share/icons/Adwaita/32x32/places/user-bookmarks.png (stored 0%) adding: share/icons/Adwaita/32x32/places/user-desktop.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-videos-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/places/folder-remote.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/ (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/media-seek-forward-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/list-add-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/mail-message-new.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-justify-left.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-save-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-sort-descending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-open-recent.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/pan-down-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/insert-image.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/format-justify-right-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/appointment-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-mark-notjunk.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-find-replace.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-continuous-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/mail-mark-important-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/call-stop.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/insert-text-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-clear-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-bottom.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/help-about-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-delete.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/object-rotate-left-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/action-unavailable-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-strikethrough-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-restore-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-reply-all.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/object-flip-horizontal-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-restore.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/format-text-bold.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-redo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-skip-forward.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-select-all-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/selection-end-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/focus-legacy-systray-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/help-faq.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-undo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-app-grid-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/tab-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/object-rotate-right-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-clear-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-forward.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-select-all.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/media-playback-pause-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/32x32/actions/format-indent-less.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/folder-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-print-preview-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-find-replace-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-justify-right.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-grid-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/32x32/actions/media-seek-forward.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-redo-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/list-remove-all-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/format-justify-center.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-next-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/find-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-print-preview.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-send.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/object-flip-vertical.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-bold-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-send-receive-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-sort-ascending.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/system-run-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-indent-less-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/focus-windows-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-list-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/format-text-direction-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-undo-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-direction-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-playback-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-strikethrough.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-direction-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/list-add.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/zoom-fit-best-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/help-contents.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/application-exit.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/help-about.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/window-close-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-page-setup-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-top-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/focus-top-bar-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-eject.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/system-shutdown.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/folder-new.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/zoom-fit-best.png (deflated 7%) adding: share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/edit-undo.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-indent-less-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/pan-start-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/system-search-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-reply-sender.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-mark-important.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-top.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/list-remove.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-indent-more-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mark-location-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mark-location.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-italic-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/open-menu-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/32x32/actions/selection-start-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/insert-object-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-open.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-paste-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/process-stop.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/system-lock-screen.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-mark-unread.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-paged-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/go-jump.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-direction-ltr.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-previous.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-previous-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/insert-link.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/insert-object.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/pan-end-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/document-open-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-skip-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/tools-check-spelling-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-justify-fill-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/32x32/actions/go-down.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/system-shutdown-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/view-fullscreen-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-up.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-more-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/selection-end-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/32x32/actions/go-bottom-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/view-refresh.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/window-restore-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/32x32/actions/go-home.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-sort-ascending-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-page-setup.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/object-flip-horizontal.png (deflated 3%) adding: share/icons/Adwaita/32x32/actions/zoom-original.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-send.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/window-new.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/tools-check-spelling.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/format-justify-center-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/edit-cut-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-first.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/error-correct-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/zoom-in.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-indent-more-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/zoom-out.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/window-minimize-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/32x32/actions/edit-redo.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-more-horizontal-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/32x32/actions/media-record-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/window-close.png (deflated 12%) adding: share/icons/Adwaita/32x32/actions/document-save.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-select-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/go-last-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/mail-mark-junk.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-clear.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/font-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-refresh-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-find.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-first-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/system-switch-user-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-revert-symbolic-rtl.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-first-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/edit-redo-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/insert-link-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-playback-stop.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-seek-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-indent-more.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/insert-image-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/selection-start-symbolic-rtl.symbolic.png (deflated 6%) adding: share/icons/Adwaita/32x32/actions/view-dual-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/star-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/pan-up-symbolic.symbolic.png (deflated 3%) adding: share/icons/Adwaita/32x32/actions/mail-mark-read.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/address-book-new.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/process-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-view-subtitles-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-underline-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-find-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/call-stop-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-new.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/media-record.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-playback-pause.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-home-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/list-remove-symbolic.symbolic.png (deflated 6%) adding: share/icons/Adwaita/32x32/actions/pan-start-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/media-skip-backward-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-justify-left-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/go-next.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-print-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/media-playback-start-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/document-open-recent-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/system-run.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/call-start.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-skip-forward-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/media-eject-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/object-rotate-left.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/contact-new.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-indent-less-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/view-mirror-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-clear-rtl.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/document-properties.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/window-maximize-symbolic.symbolic.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/go-next-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/view-sort-descending.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/object-select-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/object-flip-vertical-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/view-fullscreen.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/media-seek-backward.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/object-rotate-right.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/color-select-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-last-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/document-save-as.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-clear-all.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-text-underline.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/appointment-new.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-undo-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-skip-backward.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/contact-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/format-indent-more-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/media-seek-forward-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/system-search.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/mail-send-receive.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-previous-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-playback-start.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-copy.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/address-book-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/system-log-out.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-last.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-revert-rtl.png (deflated 3%) adding: share/icons/Adwaita/32x32/actions/go-next-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/call-start-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/zoom-out-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/view-pin-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-skip-backward-symbolic-rtl.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/format-justify-fill.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/pan-end-symbolic.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/edit-copy-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/application-exit-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/media-seek-backward-symbolic-rtl.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/format-text-italic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/bookmark-new-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-delete-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-previous-symbolic-rtl.symbolic.png (deflated 2%) adding: share/icons/Adwaita/32x32/actions/zoom-in-symbolic.symbolic.png (deflated 0%) adding: share/icons/Adwaita/32x32/actions/document-revert-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-jump-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-revert.png (deflated 3%) adding: share/icons/Adwaita/32x32/actions/document-properties-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-send-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/go-last-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-print.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/insert-text.png (deflated 4%) adding: share/icons/Adwaita/32x32/actions/media-playback-stop-symbolic.symbolic.png (deflated 5%) adding: share/icons/Adwaita/32x32/actions/go-first-symbolic.symbolic.png (deflated 1%) adding: share/icons/Adwaita/32x32/actions/media-playback-start-rtl.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-cut.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/edit-paste.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/document-save-as-symbolic.symbolic.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/bookmark-new.png (stored 0%) adding: share/icons/Adwaita/32x32/actions/zoom-original-symbolic.symbolic.png (stored 0%) adding: share/Windows-10-3.2/ (stored 0%) adding: share/Windows-10-3.2/metacity-1/ (stored 0%) adding: share/Windows-10-3.2/metacity-1/minimize-focused.png (stored 0%) adding: share/Windows-10-3.2/metacity-1/maximize-focused.png (stored 0%) adding: share/Windows-10-3.2/metacity-1/restore-focused.png (stored 0%) adding: share/Windows-10-3.2/metacity-1/menu-icon.svg (deflated 60%) adding: share/Windows-10-3.2/metacity-1/thumbnail.png (deflated 4%) adding: share/Windows-10-3.2/metacity-1/close-focused-active.png (stored 0%) adding: share/Windows-10-3.2/metacity-1/close-focused.png (stored 0%) adding: share/Windows-10-3.2/metacity-1/maximize-unfocused.png (stored 0%) adding: share/Windows-10-3.2/metacity-1/metacity-theme-3.xml (deflated 95%) adding: share/Windows-10-3.2/metacity-1/metacity-theme-2.xml (deflated 95%) adding: share/Windows-10-3.2/metacity-1/stick-icon.svg (deflated 61%) adding: share/Windows-10-3.2/metacity-1/close-unfocused.png (stored 0%) adding: share/Windows-10-3.2/metacity-1/unstick-icon.svg (deflated 63%) adding: share/Windows-10-3.2/metacity-1/minimize-unfocused.png (stored 0%) adding: share/Windows-10-3.2/metacity-1/unshade-icon.svg (deflated 60%) adding: share/Windows-10-3.2/metacity-1/shade-icon.svg (deflated 63%) adding: share/Windows-10-3.2/metacity-1/restore-unfocused.png (stored 0%) adding: share/Windows-10-3.2/README.md (deflated 46%) adding: share/Windows-10-3.2/gnome-shell/ (stored 0%) adding: share/Windows-10-3.2/gnome-shell/assets/ (stored 0%) adding: share/Windows-10-3.2/gnome-shell/assets/noise-texture.png (deflated 1%) adding: share/Windows-10-3.2/gnome-shell/assets/checkbox-focused.png (deflated 3%) adding: share/Windows-10-3.2/gnome-shell/assets/page-indicator-checked.svg (deflated 57%) adding: share/Windows-10-3.2/gnome-shell/assets/process-working.svg (deflated 79%) adding: share/Windows-10-3.2/gnome-shell/assets/corner-ripple-rtl.png (stored 0%) adding: share/Windows-10-3.2/gnome-shell/assets/checkbox-off-focused.png (deflated 6%) adding: share/Windows-10-3.2/gnome-shell/assets/calendar-arrow-left.svg (deflated 59%) adding: share/Windows-10-3.2/gnome-shell/assets/calendar-arrow-right.svg (deflated 59%) adding: share/Windows-10-3.2/gnome-shell/assets/page-indicator-inactive.svg (deflated 60%) adding: share/Windows-10-3.2/gnome-shell/assets/checkbox.png (deflated 1%) adding: share/Windows-10-3.2/gnome-shell/assets/page-indicator-active.svg (deflated 58%) adding: share/Windows-10-3.2/gnome-shell/assets/no-events.svg (deflated 69%) adding: share/Windows-10-3.2/gnome-shell/assets/corner-ripple-ltr.png (stored 0%) adding: share/Windows-10-3.2/gnome-shell/assets/close-window.svg (deflated 72%) adding: share/Windows-10-3.2/gnome-shell/assets/checkbox-off.png (deflated 4%) adding: share/Windows-10-3.2/gnome-shell/assets/more-results.svg (deflated 71%) adding: share/Windows-10-3.2/gnome-shell/assets/dash-placeholder.svg (deflated 74%) adding: share/Windows-10-3.2/gnome-shell/assets/close-window.png (deflated 4%) adding: share/Windows-10-3.2/gnome-shell/assets/toggle-off.svg (deflated 59%) adding: share/Windows-10-3.2/gnome-shell/assets/view-grid-symbolic.svg (deflated 53%) adding: share/Windows-10-3.2/gnome-shell/assets/toggle-on.svg (deflated 59%) adding: share/Windows-10-3.2/gnome-shell/assets/no-notifications.svg (deflated 68%) adding: share/Windows-10-3.2/gnome-shell/assets/page-indicator-hover.svg (deflated 58%) adding: share/Windows-10-3.2/gnome-shell/gnome-shell.css (deflated 79%) adding: share/Windows-10-3.2/cinnamon/ (stored 0%) adding: share/Windows-10-3.2/cinnamon/panel-assets/ (stored 0%) adding: share/Windows-10-3.2/cinnamon/panel-assets/item-attention.svg (deflated 59%) adding: share/Windows-10-3.2/cinnamon/panel-assets/panel-separator.svg (deflated 68%) adding: share/Windows-10-3.2/cinnamon/panel-assets/item-open.svg (deflated 57%) adding: share/Windows-10-3.2/cinnamon/panel-assets/item-active-hover.svg (deflated 58%) adding: share/Windows-10-3.2/cinnamon/panel-assets/item-hover.svg (deflated 57%) adding: share/Windows-10-3.2/cinnamon/panel-assets/item-active.svg (deflated 59%) adding: share/Windows-10-3.2/cinnamon/panel-assets/item-active-progress.svg (deflated 58%) adding: share/Windows-10-3.2/cinnamon/panel-assets/item-attention-hover.svg (deflated 59%) adding: share/Windows-10-3.2/cinnamon/panel-assets/item-progress.svg (deflated 59%) adding: share/Windows-10-3.2/cinnamon/cinnamon.css (deflated 86%) adding: share/Windows-10-3.2/cinnamon/thumbnail.png (deflated 0%) adding: share/Windows-10-3.2/cinnamon/buttons/ (stored 0%) adding: share/Windows-10-3.2/cinnamon/buttons/button-insensitive.svg (deflated 57%) adding: share/Windows-10-3.2/cinnamon/buttons/button.svg (deflated 57%) adding: share/Windows-10-3.2/cinnamon/buttons/button-pressed.svg (deflated 57%) adding: share/Windows-10-3.2/cinnamon/buttons/button-focused.svg (deflated 60%) adding: share/Windows-10-3.2/cinnamon/buttons/button-hover.svg (deflated 60%) adding: share/Windows-10-3.2/cinnamon/buttons/button-focused-hover.svg (deflated 62%) adding: share/Windows-10-3.2/cinnamon/theme.json (deflated 33%) adding: share/Windows-10-3.2/cinnamon/menu.png (deflated 26%) adding: share/Windows-10-3.2/cinnamon/expo-scale-assets/ (stored 0%) adding: share/Windows-10-3.2/cinnamon/expo-scale-assets/trash.svg (deflated 68%) adding: share/Windows-10-3.2/cinnamon/expo-scale-assets/plus.svg (deflated 69%) adding: share/Windows-10-3.2/cinnamon/metadata.json (deflated 13%) adding: share/Windows-10-3.2/cinnamon/background-assets/ (stored 0%) adding: share/Windows-10-3.2/cinnamon/background-assets/add-workspace-bg-hover.svg (deflated 69%) adding: share/Windows-10-3.2/cinnamon/background-assets/desklet-header.svg (deflated 69%) adding: share/Windows-10-3.2/cinnamon/background-assets/buttonbox-bg.svg (deflated 67%) adding: share/Windows-10-3.2/cinnamon/background-assets/keyboard-bg.svg (deflated 68%) adding: share/Windows-10-3.2/cinnamon/background-assets/add-workspace-bg.svg (deflated 68%) adding: share/Windows-10-3.2/cinnamon/background-assets/popup.svg (deflated 58%) adding: share/Windows-10-3.2/cinnamon/background-assets/desklet-body.svg (deflated 69%) adding: share/Windows-10-3.2/cinnamon/background-assets/workspace-close-area-bg.svg (deflated 69%) adding: share/Windows-10-3.2/cinnamon/background-assets/scrollthrough.png (deflated 69%) adding: share/Windows-10-3.2/cinnamon/misc-assets/ (stored 0%) adding: share/Windows-10-3.2/cinnamon/misc-assets/entry.svg (deflated 67%) adding: share/Windows-10-3.2/cinnamon/misc-assets/corner-ripple.svg (deflated 68%) adding: share/Windows-10-3.2/cinnamon/misc-assets/entry-dark.svg (deflated 67%) adding: share/Windows-10-3.2/cinnamon/misc-assets/calendar-today.svg (deflated 57%) adding: share/Windows-10-3.2/cinnamon/control-assets/ (stored 0%) adding: share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-right-hover.svg (deflated 68%) adding: share/Windows-10-3.2/cinnamon/control-assets/hotcorner-icon-hover.svg (deflated 69%) adding: share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-left-hover.svg (deflated 67%) adding: share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-left.svg (deflated 67%) adding: share/Windows-10-3.2/cinnamon/control-assets/close.svg (deflated 61%) adding: share/Windows-10-3.2/cinnamon/control-assets/checkbox-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/cinnamon/control-assets/radio-unchecked.png (deflated 6%) adding: share/Windows-10-3.2/cinnamon/control-assets/radio-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/cinnamon/control-assets/calendar-arrow-right.svg (deflated 67%) adding: share/Windows-10-3.2/cinnamon/control-assets/close-hover.svg (deflated 64%) adding: share/Windows-10-3.2/cinnamon/control-assets/off.svg (deflated 59%) adding: share/Windows-10-3.2/cinnamon/control-assets/on.svg (deflated 59%) adding: share/Windows-10-3.2/cinnamon/control-assets/radio-unchecked-over.png (deflated 4%) adding: share/Windows-10-3.2/cinnamon/control-assets/scroll-handle.png (deflated 7%) adding: share/Windows-10-3.2/cinnamon/control-assets/checkbox-unchecked-over.png (deflated 7%) adding: share/Windows-10-3.2/cinnamon/control-assets/hotcorner-icon.svg (deflated 71%) adding: share/Windows-10-3.2/cinnamon/control-assets/radio-checked.png (stored 0%) adding: share/Windows-10-3.2/cinnamon/control-assets/checkbox-checked.png (deflated 4%) adding: share/Windows-10-3.2/cinnamon/control-assets/checkbox-unchecked.png (deflated 7%) adding: share/Windows-10-3.2/cinnamon/control-assets/scroll-handle-hover.png (deflated 7%) adding: share/Windows-10-3.2/index.theme (deflated 34%) adding: share/Windows-10-3.2/gtk-2.0/ (stored 0%) adding: share/Windows-10-3.2/gtk-2.0/assets/ (stored 0%) adding: share/Windows-10-3.2/gtk-2.0/assets/slider-vert-hover.png (deflated 5%) adding: share/Windows-10-3.2/gtk-2.0/assets/button-pressed.png (stored 0%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-checked-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-2.0/assets/slider-horiz.png (deflated 4%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-mixed-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/gtk-2.0/assets/panel.png (deflated 8%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-mixed-over.png (deflated 3%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked.png (deflated 6%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-mixed.png (deflated 5%) adding: share/Windows-10-3.2/gtk-2.0/assets/slider-vert-insensitive.png (deflated 6%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed.png (deflated 4%) adding: share/Windows-10-3.2/gtk-2.0/assets/button-hover.png (stored 0%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed-insensitive.png (deflated 4%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked-insensitive.png (deflated 4%) adding: share/Windows-10-3.2/gtk-2.0/assets/button-insensitive.png (stored 0%) adding: share/Windows-10-3.2/gtk-2.0/assets/button-default.png (deflated 2%) adding: share/Windows-10-3.2/gtk-2.0/assets/trough-horizontal.png (deflated 5%) adding: share/Windows-10-3.2/gtk-2.0/assets/slider-vert.png (deflated 2%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-unchecked-over.png (deflated 4%) adding: share/Windows-10-3.2/gtk-2.0/assets/resize_grip.png (deflated 9%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked-over.png (deflated 7%) adding: share/Windows-10-3.2/gtk-2.0/assets/panel-button-hover.png (deflated 14%) adding: share/Windows-10-3.2/gtk-2.0/assets/slider-horiz-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-2.0/assets/slider-horiz-hover.png (deflated 1%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-mixed-over.png (deflated 4%) adding: share/Windows-10-3.2/gtk-2.0/assets/panel-button-inactive.png (deflated 12%) adding: share/Windows-10-3.2/gtk-2.0/assets/radio-checked.png (stored 0%) adding: share/Windows-10-3.2/gtk-2.0/assets/trough-vertical.png (deflated 4%) adding: share/Windows-10-3.2/gtk-2.0/assets/null.png (deflated 9%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-checked.png (deflated 4%) adding: share/Windows-10-3.2/gtk-2.0/assets/panel-button-active.png (deflated 12%) adding: share/Windows-10-3.2/gtk-2.0/assets/checkbox-unchecked.png (deflated 7%) adding: share/Windows-10-3.2/gtk-2.0/panel.rc (deflated 82%) adding: share/Windows-10-3.2/gtk-2.0/gtkrc (deflated 81%) adding: share/Windows-10-3.2/CREDITS (deflated 35%) adding: share/Windows-10-3.2/unity/ (stored 0%) adding: share/Windows-10-3.2/unity/unmaximize_unfocused.png (deflated 2%) adding: share/Windows-10-3.2/unity/launcher_arrow_ltr_37.svg (deflated 62%) adding: share/Windows-10-3.2/unity/maximize_unfocused.png (deflated 2%) adding: share/Windows-10-3.2/unity/launcher_icon_shadow_200.svg (deflated 51%) adding: share/Windows-10-3.2/unity/launcher_icon_edge_150.svg (deflated 60%) adding: share/Windows-10-3.2/unity/close.png (deflated 3%) adding: share/Windows-10-3.2/unity/launcher_icon_shine_150.svg (deflated 58%) adding: share/Windows-10-3.2/unity/maximize_focused_normal.png (deflated 2%) adding: share/Windows-10-3.2/unity/maximize.png (deflated 2%) adding: share/Windows-10-3.2/unity/launcher_icon_back_54.svg (deflated 58%) adding: share/Windows-10-3.2/unity/maximize_focused_prelight.png (deflated 5%) adding: share/Windows-10-3.2/unity/close_focused_pressed.png (deflated 2%) adding: share/Windows-10-3.2/unity/close_unfocused_pressed.png (deflated 2%) adding: share/Windows-10-3.2/unity/unmaximize_focused_pressed.png (deflated 3%) adding: share/Windows-10-3.2/unity/launcher_pip_rtl_37.svg (deflated 62%) adding: share/Windows-10-3.2/unity/launcher_arrow_rtl_37.svg (deflated 62%) adding: share/Windows-10-3.2/unity/close_focused_prelight.png (deflated 1%) adding: share/Windows-10-3.2/unity/close_unfocused_prelight.png (deflated 1%) adding: share/Windows-10-3.2/unity/minimize_unfocused_pressed.png (deflated 9%) adding: share/Windows-10-3.2/unity/modes/ (stored 0%) adding: share/Windows-10-3.2/unity/modes/launcher_bfb.png (deflated 7%) adding: share/Windows-10-3.2/unity/modes/ubuntu-square.svg (deflated 68%) adding: share/Windows-10-3.2/unity/modes/launcher_bfb_ns.png (deflated 7%) adding: share/Windows-10-3.2/unity/minimize_unfocused_prelight.png (deflated 9%) adding: share/Windows-10-3.2/unity/launcher_arrow_outline_rtl_37.svg (deflated 62%) adding: share/Windows-10-3.2/unity/unmaximize_unfocused_prelight.png (deflated 3%) adding: share/Windows-10-3.2/unity/launcher_icon_glow_62.svg (deflated 34%) adding: share/Windows-10-3.2/unity/launcher_icon_glow_200.svg (deflated 51%) adding: share/Windows-10-3.2/unity/maximize_focused_pressed.png (deflated 4%) adding: share/Windows-10-3.2/unity/minimize_focused_pressed.png (deflated 9%) adding: share/Windows-10-3.2/unity/launcher_icon_shine_54.svg (deflated 61%) adding: share/Windows-10-3.2/unity/unmaximize.png (deflated 2%) adding: share/Windows-10-3.2/unity/launcher_arrow_rtl_19.svg (deflated 62%) adding: share/Windows-10-3.2/unity/launcher_arrow_outline_ltr_37.svg (deflated 62%) adding: share/Windows-10-3.2/unity/launcher_pip_ltr_19.svg (deflated 62%) adding: share/Windows-10-3.2/unity/unmaximize_focused_normal.png (deflated 2%) adding: share/Windows-10-3.2/unity/launcher_icon_edge_54.svg (deflated 59%) adding: share/Windows-10-3.2/unity/close_unfocused.png (deflated 3%) adding: share/Windows-10-3.2/unity/close_focused_normal.png (deflated 3%) adding: share/Windows-10-3.2/unity/minimize.png (deflated 4%) adding: share/Windows-10-3.2/unity/launcher_arrow_outline_ltr_19.svg (deflated 62%) adding: share/Windows-10-3.2/unity/launcher_icon_shadow_62.svg (deflated 58%) adding: share/Windows-10-3.2/unity/minimize_focused_prelight.png (deflated 9%) adding: share/Windows-10-3.2/unity/unmaximize_focused_prelight.png (deflated 3%) adding: share/Windows-10-3.2/unity/launcher_pip_ltr_37.svg (deflated 62%) adding: share/Windows-10-3.2/unity/launcher_icon_selected_back_54.svg (deflated 60%) adding: share/Windows-10-3.2/unity/launcher_bfb.png (deflated 7%) adding: share/Windows-10-3.2/unity/launcher_icon_selected_back_150.svg (deflated 60%) adding: share/Windows-10-3.2/unity/launcher_arrow_ltr_19.svg (deflated 62%) adding: share/Windows-10-3.2/unity/launcher_arrow_outline_rtl_19.svg (deflated 63%) adding: share/Windows-10-3.2/unity/maximize_unfocused_pressed.png (deflated 4%) adding: share/Windows-10-3.2/unity/maximize_unfocused_prelight.png (deflated 5%) adding: share/Windows-10-3.2/unity/launcher_icon_back_150.svg (deflated 58%) adding: share/Windows-10-3.2/unity/minimize_unfocused.png (deflated 4%) adding: share/Windows-10-3.2/unity/unmaximize_unfocused_pressed.png (deflated 3%) adding: share/Windows-10-3.2/unity/minimize_focused_normal.png (deflated 4%) adding: share/Windows-10-3.2/unity/launcher_pip_rtl_19.svg (deflated 62%) adding: share/Windows-10-3.2/extra-icons/ (stored 0%) adding: share/Windows-10-3.2/extra-icons/Notifications-normal.svg (deflated 53%) adding: share/Windows-10-3.2/extra-icons/expo.png (stored 0%) adding: share/Windows-10-3.2/extra-icons/Notifications.svg (deflated 52%) adding: share/Windows-10-3.2/extra-icons/Cortana.png (deflated 2%) adding: share/Windows-10-3.2/xfce-notify-4.0/ (stored 0%) adding: share/Windows-10-3.2/xfce-notify-4.0/gtkrc (deflated 73%) adding: share/Windows-10-3.2/openbox-3/ (stored 0%) adding: share/Windows-10-3.2/openbox-3/themerc (deflated 80%) adding: share/Windows-10-3.2/openbox-3/max.xbm (deflated 54%) adding: share/Windows-10-3.2/openbox-3/close.xbm (deflated 48%) adding: share/Windows-10-3.2/openbox-3/iconify.xbm (deflated 57%) adding: share/Windows-10-3.2/openbox-3/bullet.xbm (deflated 29%) adding: share/Windows-10-3.2/xfwm4/ (stored 0%) adding: share/Windows-10-3.2/xfwm4/bottom-inactive.xpm (deflated 24%) adding: share/Windows-10-3.2/xfwm4/hide-pressed.xpm (deflated 90%) adding: share/Windows-10-3.2/xfwm4/themerc (deflated 50%) adding: share/Windows-10-3.2/xfwm4/maximize-toggled-prelight.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/hide-inactive.xpm (deflated 90%) adding: share/Windows-10-3.2/xfwm4/right-active.xpm (deflated 59%) adding: share/Windows-10-3.2/xfwm4/top-left-inactive.xpm (deflated 58%) adding: share/Windows-10-3.2/xfwm4/bottom-right-active.xpm (deflated 10%) adding: share/Windows-10-3.2/xfwm4/maximize-toggled-inactive.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/left-inactive.xpm (deflated 59%) adding: share/Windows-10-3.2/xfwm4/maximize-inactive.xpm (deflated 89%) adding: share/Windows-10-3.2/xfwm4/title-2-inactive.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/bottom-left-inactive.xpm (deflated 10%) adding: share/Windows-10-3.2/xfwm4/menu-inactive.xpm (deflated 87%) adding: share/Windows-10-3.2/xfwm4/hide-active.xpm (deflated 90%) adding: share/Windows-10-3.2/xfwm4/right-inactive.xpm (deflated 59%) adding: share/Windows-10-3.2/xfwm4/close-prelight.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/title-4-active.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/top-right-inactive.xpm (deflated 58%) adding: share/Windows-10-3.2/xfwm4/top-right-active.xpm (deflated 58%) adding: share/Windows-10-3.2/xfwm4/hide-prelight.xpm (deflated 90%) adding: share/Windows-10-3.2/xfwm4/title-5-active.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/maximize-toggled-pressed.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/title-2-active.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/title-1-active.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/maximize-pressed.xpm (deflated 89%) adding: share/Windows-10-3.2/xfwm4/bottom-left-active.xpm (deflated 10%) adding: share/Windows-10-3.2/xfwm4/title-3-active.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/top-left-active.xpm (deflated 58%) adding: share/Windows-10-3.2/xfwm4/close-active.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/title-5-inactive.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/title-1-inactive.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/left-active.xpm (deflated 59%) adding: share/Windows-10-3.2/xfwm4/maximize-prelight.xpm (deflated 89%) adding: share/Windows-10-3.2/xfwm4/maximize-active.xpm (deflated 90%) adding: share/Windows-10-3.2/xfwm4/bottom-active.xpm (deflated 24%) adding: share/Windows-10-3.2/xfwm4/title-3-inactive.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/bottom-right-inactive.xpm (deflated 10%) adding: share/Windows-10-3.2/xfwm4/menu-active.xpm (deflated 87%) adding: share/Windows-10-3.2/xfwm4/close-inactive.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/close-pressed.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/title-4-inactive.xpm (deflated 88%) adding: share/Windows-10-3.2/xfwm4/maximize-toggled-active.xpm (deflated 89%) adding: share/Windows-10-3.2/gtk-3.0/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk.css (deflated 76%) adding: share/Windows-10-3.2/gtk-3.0/apps/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/apps/nemo.css (deflated 76%) adding: share/Windows-10-3.2/gtk-3.0/apps/gnome-applications.css (deflated 82%) adding: share/Windows-10-3.2/gtk-3.0/apps/unity.css (deflated 80%) adding: share/Windows-10-3.2/gtk-3.0/apps/lightdm-gtk-greeter.css (deflated 84%) adding: share/Windows-10-3.2/gtk-3.0/apps/granite-widgets.css (deflated 87%) adding: share/Windows-10-3.2/gtk-3.0/apps/xfce.css (deflated 68%) adding: share/Windows-10-3.2/gtk-3.0/apps/synaptic.css (deflated 46%) adding: share/Windows-10-3.2/gtk-3.0/thumbnail.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/buttons/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-active.png (deflated 9%) adding: share/Windows-10-3.2/gtk-3.0/buttons/close-unfocused-normal.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-pressed.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-active.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-pressed.png (deflated 9%) adding: share/Windows-10-3.2/gtk-3.0/buttons/close-focused-pressed.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/buttons/close-focused-active.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/buttons/minimize-unfocused-normal.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-active.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/buttons/maximize-unfocused-normal.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/buttons/maximize-focused-normal.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/buttons/close-focused-normal.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/buttons/restore-unfocused-normal.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-pressed.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/buttons/restore-focused-normal.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/buttons/minimize-focused-normal.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/panel/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/panel/item-active.svg (deflated 54%) adding: share/Windows-10-3.2/gtk-3.0/panel/item-active-prelight.svg (deflated 54%) adding: share/Windows-10-3.2/gtk-3.0/panel/item-prelight.svg (deflated 57%) adding: share/Windows-10-3.2/gtk-3.0/gtk-widgets.css (deflated 88%) adding: share/Windows-10-3.2/gtk-3.0/scrollbars/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/scrollbars/down.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/scrollbars/up.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/scrollbars/left.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/scrollbars/right.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/settings.ini (deflated 9%) adding: share/Windows-10-3.2/gtk-3.0/assets/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.0/assets/slider-vert-hover.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-mixed@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected-over@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-over@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/assets/slider-horiz.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-mixed-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-over.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed-insensitive@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-insensitive@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-mixed.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/assets/slider-vert-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected-insensitive@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-over@2.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected-insensitive@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-mixed-insensitive.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected@2.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked-insensitive.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected-over.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-mixed-insensitive@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/assets/slider-vert.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-over@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/assets/switch-on-disabled.svg (deflated 44%) adding: share/Windows-10-3.2/gtk-3.0/assets/switch-off.svg (deflated 44%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked-over.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/assets/slider-horiz-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/assets/slider-horiz-hover.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-selected.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/assets/switch-off-disabled.svg (deflated 43%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/assets/radio-unselected@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-checked@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/assets/checkbox-unchecked.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/assets/switch-on.svg (deflated 44%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/gtk.css (deflated 88%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/thumbnail.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/gtk-dark.css (deflated 88%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/settings.ini (deflated 9%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top-hover@2.png (deflated 12%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-up.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/minimize-focused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-hover.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-unfocused.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/maximize-focused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-unfocused@2.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-over@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-over@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/restore-focused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-unfocused@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-left.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-unfocused@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-unfocused.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-insensitive@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-hover@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-insensitive-unfocused.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-insensitive@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-over.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top-hover.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/close-focused-active.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-insensitive.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/close-focused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-left-active.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/maximize-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-unfocused.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-over@2.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-insensitive.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-over@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-over@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-right-active.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-insensitive.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top-insensitive.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-unfocused.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-hover@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-insensitive@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-insensitive@2.png (deflated 12%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-over@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-insensitive@2.png (deflated 9%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/close-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-down.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-over.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-over.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left-hover.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left-insensitive@2.png (deflated 12%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-hover.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-over.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-unfocused@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/minimize-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked@2.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-down-active.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left-hover@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/restore-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-checked-unfocused@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-right.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-checked-insensitive@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/arrow-up-active.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top-insensitive@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-vert-left-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/checkbox-unchecked-unfocused.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/radio-unchecked-insensitive@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.0/gtk-3.20/assets/slider-horiz-top@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.0/gtk-widgets-assets.css (deflated 88%) adding: share/Windows-10-3.2/gtk-3.20/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/gtk.css (deflated 88%) adding: share/Windows-10-3.2/gtk-3.20/thumbnail.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/gtk-dark.css (deflated 88%) adding: share/Windows-10-3.2/gtk-3.20/settings.ini (deflated 9%) adding: share/Windows-10-3.2/gtk-3.20/assets/ (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-hover@2.png (deflated 12%) adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-up.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.20/assets/minimize-focused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-hover.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.20/assets/maximize-focused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused@2.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-over@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-over@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/restore-focused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-left.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-unfocused@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-hover@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive-unfocused.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-over.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-hover.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-over.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.20/assets/close-focused-active.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-insensitive.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/close-focused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-left-active.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.20/assets/maximize-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-unfocused.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-over@2.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-over@2.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-over@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-right-active.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-insensitive.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-insensitive.png (deflated 6%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-hover@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-insensitive@2.png (deflated 12%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-over@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-insensitive@2.png (deflated 9%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/close-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-down.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-over.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-over.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-hover.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-insensitive@2.png (deflated 12%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-insensitive.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-hover.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-over.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-unfocused@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.20/assets/minimize-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked@2.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-down-active.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png (deflated 5%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left.png (deflated 1%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-hover@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.20/assets/restore-unfocused.png (stored 0%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked.png (deflated 4%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-checked-unfocused@2.png (deflated 2%) adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-right.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-checked-insensitive@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.20/assets/arrow-up-active.svg (deflated 61%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png (deflated 3%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top-insensitive@2.png (deflated 10%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-vert-left-insensitive.png (deflated 8%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.20/assets/checkbox-unchecked-unfocused.png (deflated 7%) adding: share/Windows-10-3.2/gtk-3.20/assets/radio-unchecked-insensitive@2.png (deflated 11%) adding: share/Windows-10-3.2/gtk-3.20/assets/slider-horiz-top@2.png (deflated 3%) adding: share/Windows-10-3.2/LICENSE.md (deflated 66%) adding: share/Adwaita-dark/ (stored 0%) adding: share/Adwaita-dark/index.theme (deflated 51%) adding: share/Adwaita-dark/gtk-2.0/ (stored 0%) adding: share/Adwaita-dark/gtk-2.0/apps.rc (deflated 75%) adding: share/Adwaita-dark/gtk-2.0/main.rc (deflated 89%) adding: share/Adwaita-dark/gtk-2.0/hacks.rc (deflated 46%) adding: share/Adwaita-dark/gtk-2.0/assets/ (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-active.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-down.png (deflated 4%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-right-hover.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-checked-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-slider-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-right.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-down.png (deflated 5%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-slider-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up-hover.png (deflated 5%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-up-insensitive.png (deflated 4%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-checked-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-trough.png (deflated 7%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-right.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/treeview-separator-ltr.png (deflated 8%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-right-semi.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/menubar-item-active.png (deflated 9%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-left-insensitive.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-slider-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-up.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-left.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-entry-insensitive.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/frame-inline.png (deflated 5%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-down-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-mixed-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-mixed-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-mixed.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-active.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up-active.png (deflated 5%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-entry-active.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-up.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-unchecked.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-up.png (deflated 4%) adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-up.png (deflated 5%) adding: share/Adwaita-dark/gtk-2.0/assets/handle-vert.png (deflated 11%) adding: share/Adwaita-dark/gtk-2.0/assets/border.png (deflated 9%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-horz-trough.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-hover.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-mixed.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-down-insensitive.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/entry.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-rtl.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/entry-insensitive.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-down-insensitive.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/line.png (deflated 10%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-horz-focus.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/entry-background.png (deflated 7%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-hover.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/button-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/frame-notebook.png (deflated 8%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-up-insensitive.png (deflated 4%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-border.png (deflated 11%) adding: share/Adwaita-dark/gtk-2.0/assets/entry-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-left-insensitive.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/handle-horz.png (deflated 11%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-down-insensitive.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-up-hover.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-left-active.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-right-insensitive.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-left.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/button-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-left-hover.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down.png (deflated 4%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-unchecked-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/button-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down-active.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-right-active.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/focus.png (deflated 6%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-right-insensitive.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-mixed-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-hover.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/handle.png (deflated 10%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-active.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry-active.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/progressbar-horz-trough.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-hover.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-up-active.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-vert-trough-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-horz-trough-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-ltr-entry.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-trough-rtl.png (deflated 7%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-pan-right.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/treeview-pan-down-hover.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-vert-gap.png (deflated 5%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-checked-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-slider.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/entry-background-insensitive.png (deflated 7%) adding: share/Adwaita-dark/gtk-2.0/assets/progressbar-vert.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/button.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-checked-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-down.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/notebook-entry.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/radio-checked.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-left.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/tab-horz-gap.png (deflated 5%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-left-semi.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-up.png (deflated 4%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-up-insensitive.png (deflated 3%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed-hover.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/progressbar-horz.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-checked.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/pan-down.png (deflated 4%) adding: share/Adwaita-dark/gtk-2.0/assets/progressbar-vert-trough.png (deflated 2%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-entry-active.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-radio-checked.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/treeview-separator-rtl.png (deflated 8%) adding: share/Adwaita-dark/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scale-vert-trough.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/checkbox-unchecked.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/spin-ltr-down-active.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png (deflated 1%) adding: share/Adwaita-dark/gtk-2.0/assets/menu-checkbox-checked.png (stored 0%) adding: share/Adwaita-dark/gtk-2.0/assets/scrollbar-horz-trough.png (deflated 5%) adding: share/Adwaita-dark/gtk-2.0/assets/frame.png (deflated 11%) adding: share/Adwaita-dark/gtk-2.0/hacks-dark.rc (deflated 53%) adding: share/Adwaita-dark/gtk-2.0/gtkrc (deflated 53%) adding: share/Adwaita-dark/xfwm4/ (stored 0%) adding: share/Adwaita-dark/xfwm4/bottom-inactive.xpm (deflated 9%) adding: share/Adwaita-dark/xfwm4/hide-pressed.xpm (deflated 87%) adding: share/Adwaita-dark/xfwm4/themerc (deflated 56%) adding: share/Adwaita-dark/xfwm4/menu-prelight.xpm (deflated 86%) adding: share/Adwaita-dark/xfwm4/maximize-toggled-prelight.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/hide-inactive.xpm (deflated 91%) adding: share/Adwaita-dark/xfwm4/right-active.xpm (deflated 57%) adding: share/Adwaita-dark/xfwm4/top-left-inactive.xpm (deflated 76%) adding: share/Adwaita-dark/xfwm4/bottom-right-active.xpm (deflated 5%) adding: share/Adwaita-dark/xfwm4/maximize-toggled-inactive.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/left-inactive.xpm (deflated 57%) adding: share/Adwaita-dark/xfwm4/maximize-inactive.xpm (deflated 91%) adding: share/Adwaita-dark/xfwm4/stick-prelight.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/title-2-inactive.xpm (deflated 83%) adding: share/Adwaita-dark/xfwm4/stick-pressed.xpm (deflated 84%) adding: share/Adwaita-dark/xfwm4/shade-toggled-active.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/shade-toggled-pressed.xpm (deflated 85%) adding: share/Adwaita-dark/xfwm4/shade-inactive.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/shade-active.xpm (deflated 90%) adding: share/Adwaita-dark/xfwm4/menu-pressed.xpm (deflated 86%) adding: share/Adwaita-dark/xfwm4/bottom-left-inactive.xpm (deflated 5%) adding: share/Adwaita-dark/xfwm4/menu-inactive.xpm (deflated 86%) adding: share/Adwaita-dark/xfwm4/hide-active.xpm (deflated 91%) adding: share/Adwaita-dark/xfwm4/stick-inactive.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/right-inactive.xpm (deflated 57%) adding: share/Adwaita-dark/xfwm4/close-prelight.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/title-4-active.xpm (deflated 84%) adding: share/Adwaita-dark/xfwm4/top-right-inactive.xpm (deflated 76%) adding: share/Adwaita-dark/xfwm4/top-right-active.xpm (deflated 77%) adding: share/Adwaita-dark/xfwm4/stick-toggled-inactive.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/stick-toggled-active.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/hide-prelight.xpm (deflated 91%) adding: share/Adwaita-dark/xfwm4/title-5-active.xpm (deflated 84%) adding: share/Adwaita-dark/xfwm4/maximize-toggled-pressed.xpm (deflated 85%) adding: share/Adwaita-dark/xfwm4/title-2-active.xpm (deflated 84%) adding: share/Adwaita-dark/xfwm4/title-1-active.xpm (deflated 84%) adding: share/Adwaita-dark/xfwm4/maximize-pressed.xpm (deflated 87%) adding: share/Adwaita-dark/xfwm4/bottom-left-active.xpm (deflated 5%) adding: share/Adwaita-dark/xfwm4/title-3-active.xpm (deflated 84%) adding: share/Adwaita-dark/xfwm4/top-left-active.xpm (deflated 77%) adding: share/Adwaita-dark/xfwm4/shade-prelight.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/close-active.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/title-5-inactive.xpm (deflated 83%) adding: share/Adwaita-dark/xfwm4/title-1-inactive.xpm (deflated 83%) adding: share/Adwaita-dark/xfwm4/left-active.xpm (deflated 58%) adding: share/Adwaita-dark/xfwm4/themerc~ (deflated 56%) adding: share/Adwaita-dark/xfwm4/maximize-prelight.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/maximize-active.xpm (deflated 91%) adding: share/Adwaita-dark/xfwm4/bottom-active.xpm (deflated 9%) adding: share/Adwaita-dark/xfwm4/shade-toggled-prelight.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/title-3-inactive.xpm (deflated 83%) adding: share/Adwaita-dark/xfwm4/bottom-right-inactive.xpm (deflated 5%) adding: share/Adwaita-dark/xfwm4/shade-pressed.xpm (deflated 86%) adding: share/Adwaita-dark/xfwm4/shade-toggled-inactive.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/menu-active.xpm (deflated 86%) adding: share/Adwaita-dark/xfwm4/close-inactive.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/stick-toggled-pressed.xpm (deflated 85%) adding: share/Adwaita-dark/xfwm4/close-pressed.xpm (deflated 84%) adding: share/Adwaita-dark/xfwm4/stick-toggled-prelight.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/title-4-inactive.xpm (deflated 83%) adding: share/Adwaita-dark/xfwm4/maximize-toggled-active.xpm (deflated 89%) adding: share/Adwaita-dark/xfwm4/stick-active.xpm (deflated 89%) adding: share/Adwaita-dark/gtk-3.0/ (stored 0%) adding: share/Adwaita-dark/gtk-3.0/gtk.css (deflated 4%) adding: ssleay32.dll (deflated 66%) adding: zlib1.dll (deflated 50%) [Pipeline] } [Pipeline] // dir [Pipeline] stash Stashed 1 file(s) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: Linux-x86_64) [Pipeline] { (Branch: Darwin-x86_64) [Pipeline] { (Branch: Windows-x86_64) [Pipeline] { (Branch: Darwin-arm64) [Pipeline] node [Pipeline] node Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_feat_headless Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_feat_headless [Pipeline] node [Pipeline] node Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_feat_headless Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_feat_headless [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 45 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... [Pipeline] cleanWs [WS-CLEANUP] done [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [Pipeline] stage [WS-CLEANUP] done [Pipeline] { (Tests-Linux-x86_64-CoInterpreter) [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [Pipeline] stage [Pipeline] { (Tests-Darwin-x86_64-CoInterpreter) [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (Tests-Darwin-arm64-CoInterpreter) [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] stage [Pipeline] { (Tests-Windows-x86_64-CoInterpreter) [Pipeline] unstash [Pipeline] sh [Pipeline] sh + mkdir runTests [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/runTests [Pipeline] { + mkdir runTests [Pipeline] sh [Pipeline] sh [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/runTests [Pipeline] { + mkdir runTests [Pipeline] sh + wget -O - get.pharo.org/64/90 + bash [Pipeline] dir Running in /Users/lse/Workspace/workspace/pharo-vm_feat_headless/runTests [Pipeline] { [Pipeline] sh --2022-10-05 17:44:50-- http://get.pharo.org/64/90 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: 3444 (3.4K) Saving to: ‘STDOUT’ 0K ... 100% 106M=0s 2022-10-05 17:44:50 (106 MB/s) - written to stdout [3444/3444] Downloading the latest 90 Image: http://files.pharo.org/get-files/90/pharoImage-x86_64.zip + wget -O - get.pharo.org/64/90 + bash --2022-10-05 17:44:50-- http://get.pharo.org/64/90 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: 3444 (3.4K) Saving to: ‘STDOUT’ 0K ... 100% 254M=0s 2022-10-05 17:44:50 (254 MB/s) - written to stdout [3444/3444] Downloading the latest 90 Image: http://files.pharo.org/get-files/90/pharoImage-x86_64.zip + wget -O - get.pharo.org/64/90 + bash --2022-10-05 17:44:51-- http://get.pharo.org/64/90 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: 3444 (3,4K) Saving to: ‘STDOUT’ 0K ... 100% 193M=0s 2022-10-05 17:44:51 (193 MB/s) - written to stdout [3444/3444] Downloading the latest 90 Image: http://files.pharo.org/get-files/90/pharoImage-arm64.zip Pharo.image [Pipeline] sh + echo 90 [Pipeline] sh Pharo.image [Pipeline] sh + unzip ../build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-bin.zip -d . Archive: ../build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-bin.zip creating: ./Pharo.app/ creating: ./Pharo.app/Contents/ inflating: ./Pharo.app/Contents/Info.plist creating: ./Pharo.app/Contents/MacOS/ inflating: ./Pharo.app/Contents/MacOS/Pharo creating: ./Pharo.app/Contents/MacOS/Plugins/ inflating: ./Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng16.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.dylib creating: ./Pharo.app/Contents/Resources/ inflating: ./Pharo.app/Contents/Resources/Pharo.icns inflating: ./Pharo.app/Contents/Resources/PharoChanges.icns inflating: ./Pharo.app/Contents/Resources/PharoImage.icns inflating: ./Pharo.app/Contents/Resources/PharoSources.icns [Pipeline] sh + echo 90 [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true + ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Darwin-arm64-CoInterpreter '.*' [DEBUG] 2022-10-05 17:44:53.000 logParameters (src/parameters.c:333):Image file name: Pharo.image [DEBUG] 2022-10-05 17:44:53.000 logParameters (src/parameters.c:334):Is default Image: no [DEBUG] 2022-10-05 17:44:53.000 logParameters (src/parameters.c:335):Is interactive session: no [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:323):vmParameters [count = 3]: [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:326): ./Pharo.app/Contents/MacOS/Pharo [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:326): --logLevel=4 [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:326): --headless [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:323):imageParameters [count = 4]: [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:326): test [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:326): --junit-xml-output [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:326): --stage-name=Tests-Darwin-arm64-CoInterpreter [DEBUG] 2022-10-05 17:44:53.000 logParameterVector (src/parameters.c:326): .* [INFO ] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:112):Opening Image: Pharo.image [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:134):Working Directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/runTests [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:136):sizeof(int): 4 [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:137):sizeof(long): 8 [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:138):sizeof(long long): 8 [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:139):sizeof(void*): 8 [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:140):sizeof(sqInt): 8 [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:141):sizeof(sqLong): 8 [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:142):sizeof(float): 4 [DEBUG] 2022-10-05 17:44:53.000 vm_main_with_parameters (src/client.c:143):sizeof(double): 8 [DEBUG] 2022-10-05 17:44:53.000 runOnMainThread (src/client.c:259):Running VM on main thread [DEBUG] 2022-10-05 17:44:53.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x3314000 [DEBUG] 2022-10-05 17:44:53.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x1046f8000 [DEBUG] 2022-10-05 17:44:53.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x1046f8000 [WARN ] 2022-10-05 17:44:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin [WARN ] 2022-10-05 17:44:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset + unzip ../build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-bin.zip -d . Archive: ../build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-bin.zip creating: ./Pharo.app/ creating: ./Pharo.app/Contents/ inflating: ./Pharo.app/Contents/Info.plist creating: ./Pharo.app/Contents/MacOS/ inflating: ./Pharo.app/Contents/MacOS/Pharo creating: ./Pharo.app/Contents/MacOS/Plugins/ inflating: ./Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libffi.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib Pharo.image [Pipeline] sh [WARN ] 2022-10-05 17:44:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks [WARN ] 2022-10-05 17:44:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 17:44:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin [WARN ] 2022-10-05 17:44:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 17:44:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 17:44:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 17:44:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult [WARN ] 2022-10-05 17:44:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin [WARN ] 2022-10-05 17:44:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles [WARN ] 2022-10-05 17:44:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin Running tests in 786 Packages [WARN ] 2022-10-05 17:44:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng12.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.dylib creating: ./Pharo.app/Contents/Resources/ inflating: ./Pharo.app/Contents/Resources/Pharo.icns inflating: ./Pharo.app/Contents/Resources/PharoChanges.icns inflating: ./Pharo.app/Contents/Resources/PharoImage.icns inflating: ./Pharo.app/Contents/Resources/PharoSources.icns [Pipeline] sh + echo 90 [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true + ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Darwin-x86_64-CoInterpreter '.*' + unzip ../build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-bin.zip -d . Archive: ../build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-bin.zip creating: ./bin/ inflating: ./bin/pharo creating: ./lib/ inflating: ./lib/libB2DPlugin.so inflating: ./lib/libBitBltPlugin.so inflating: ./lib/libDSAPrims.so inflating: ./lib/libFileAttributesPlugin.so inflating: ./lib/libFilePlugin.so inflating: ./lib/libJPEGReadWriter2Plugin.so inflating: ./lib/libJPEGReaderPlugin.so inflating: ./lib/libLargeIntegers.so inflating: ./lib/libLocalePlugin.so inflating: ./lib/libMiscPrimitivePlugin.so inflating: ./lib/libPharoVMCore.so inflating: ./lib/libSDL2-2.0.so.0 inflating: ./lib/libSDL2-2.0.so.0.7.0 inflating: ./lib/libSDL2.so inflating: ./lib/libSocketPlugin.so inflating: ./lib/libSqueakSSL.so inflating: ./lib/libSurfacePlugin.so inflating: ./lib/libTestLibrary.so inflating: ./lib/libUUIDPlugin.so inflating: ./lib/libUnixOSProcessPlugin.so inflating: ./lib/libcrypto.so.1.0.0 inflating: ./lib/libffi.so inflating: ./lib/libgit2.1.0.0.so inflating: ./lib/libgit2.so inflating: ./lib/libgit2.so.0.25.1 inflating: ./lib/libgit2.so.25 inflating: ./lib/libssh2.so inflating: ./lib/libssh2.so.1 inflating: ./lib/libssh2.so.1.0.1 inflating: ./lib/libssl.so inflating: ./lib/libssl.so.1.0.0 inflating: ./lib/pharo inflating: ./pharo [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true ./pharo --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Linux-x86_64-CoInterpreter .* [DEBUG] 2022-10-05 17:44:54.000 logParameters (src/parameters.c:333):Image file name: Pharo.image [DEBUG] 2022-10-05 17:44:54.000 logParameters (src/parameters.c:334):Is default Image: no [DEBUG] 2022-10-05 17:44:54.000 logParameters (src/parameters.c:335):Is interactive session: no [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:323):vmParameters [count = 3]: [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:326): ./lib/pharo [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:326): --logLevel=4 [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:326): --headless [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:323):imageParameters [count = 4]: [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:326): test [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:326): --junit-xml-output [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:326): --stage-name=Tests-Linux-x86_64-CoInterpreter [DEBUG] 2022-10-05 17:44:54.000 logParameterVector (src/parameters.c:326): .* [INFO ] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:112):Opening Image: Pharo.image [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:134):Working Directory /builds/workspace/pharo-vm_feat_headless/runTests [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:136):sizeof(int): 4 [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:137):sizeof(long): 8 [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:138):sizeof(long long): 8 [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:139):sizeof(void*): 8 [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:140):sizeof(sqInt): 8 [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:141):sizeof(sqLong): 8 [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:142):sizeof(float): 4 [DEBUG] 2022-10-05 17:44:54.000 vm_main_with_parameters (src/client.c:143):sizeof(double): 8 [DEBUG] 2022-10-05 17:44:54.000 runOnMainThread (src/client.c:259):Running VM on main thread [DEBUG] 2022-10-05 17:44:54.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x32f7000 [DEBUG] 2022-10-05 17:44:54.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x3455000 [DEBUG] 2022-10-05 17:44:54.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x3455000 [WARN ] 2022-10-05 17:44:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin [WARN ] 2022-10-05 17:44:54.000 beatStateMachine (extracted/vm/src/common/heartbeat.c:376):pthread_setschedparam failed: Operation not permitted [WARN ] 2022-10-05 17:44:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset [WARN ] 2022-10-05 17:44:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks [WARN ] 2022-10-05 17:44:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 17:44:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 17:44:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 17:44:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 17:44:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult [WARN ] 2022-10-05 17:44:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin [WARN ] 2022-10-05 17:44:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles [WARN ] 2022-10-05 17:44:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin Running tests in 786 Packages [WARN ] 2022-10-05 17:44:54.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [Pipeline] bat [DEBUG] 2022-10-05 17:44:55.000 logParameters (src/parameters.c:333):Image file name: Pharo.image [DEBUG] 2022-10-05 17:44:55.000 logParameters (src/parameters.c:334):Is default Image: no [DEBUG] 2022-10-05 17:44:55.000 logParameters (src/parameters.c:335):Is interactive session: no [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:323):vmParameters [count = 3]: [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:326): ./Pharo.app/Contents/MacOS/Pharo [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:326): --logLevel=4 [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:326): --headless [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:323):imageParameters [count = 4]: [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:326): test [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:326): --junit-xml-output [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:326): --stage-name=Tests-Darwin-x86_64-CoInterpreter [DEBUG] 2022-10-05 17:44:55.000 logParameterVector (src/parameters.c:326): .* [INFO ] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:112):Opening Image: Pharo.image [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:134):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:136):sizeof(int): 4 [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:137):sizeof(long): 8 [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:138):sizeof(long long): 8 [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:139):sizeof(void*): 8 [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:140):sizeof(sqInt): 8 [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:141):sizeof(sqLong): 8 [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:142):sizeof(float): 4 [DEBUG] 2022-10-05 17:44:55.000 vm_main_with_parameters (src/client.c:143):sizeof(double): 8 [DEBUG] 2022-10-05 17:44:55.000 runOnMainThread (src/client.c:259):Running VM on main thread [DEBUG] 2022-10-05 17:44:55.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x32f7000 [DEBUG] 2022-10-05 17:44:55.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x100784000 [DEBUG] 2022-10-05 17:44:55.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x100784000 [WARN ] 2022-10-05 17:44:55.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin [WARN ] 2022-10-05 17:44:55.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset [WARN ] 2022-10-05 17:44:55.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks [WARN ] 2022-10-05 17:44:55.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 17:44:55.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin [WARN ] 2022-10-05 17:44:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 17:44:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 17:44:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 17:44:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult [WARN ] 2022-10-05 17:44:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin [WARN ] 2022-10-05 17:44:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles [WARN ] 2022-10-05 17:44:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin Running tests in 786 Packages [WARN ] 2022-10-05 17:44:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless>mkdir runTests [Pipeline] dir Running in C:\builds\workspace\pharo-vm_feat_headless\runTests [Pipeline] { [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>wget -O - get.pharo.org/64/90 | bash --2022-10-05 08:44:56-- http://get.pharo.org/64/90 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: 3444 (3.4K) Saving to: 'STDOUT' 0K ... 100% 20.6M=0s 2022-10-05 08:44:56 (20.6 MB/s) - written to stdout [3444/3444] Downloading the latest 90 Image: http://files.pharo.org/get-files/90/pharoImage-x86_64.zip Pharo.image [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>echo 90 1>pharo.version [Pipeline] echo Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex cd runTests && unzip ../build/build/packages/PharoVM-*-Windows-x86_64-bin.zip -d . [Pipeline] withEnv [Pipeline] { [Pipeline] sh + cd runTests + unzip ../build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.zip -d . Archive: ../build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.zip inflating: ./B2DPlugin.dll inflating: ./BitBltPlugin.dll inflating: ./DSAPrims.dll inflating: ./FileAttributesPlugin.dll inflating: ./FilePlugin.dll inflating: ./JPEGReadWriter2Plugin.dll inflating: ./JPEGReaderPlugin.dll inflating: ./LargeIntegers.dll inflating: ./LocalePlugin.dll inflating: ./MiscPrimitivePlugin.dll inflating: ./Pharo.exe inflating: ./Pharo.exe.manifest inflating: ./PharoConsole.exe inflating: ./PharoConsole.exe.manifest inflating: ./PharoVMCore.dll inflating: ./SDL2.dll inflating: ./SocketPlugin.dll inflating: ./SqueakSSL.dll inflating: ./SurfacePlugin.dll inflating: ./TestLibrary.dll inflating: ./UUIDPlugin.dll inflating: ./ffi.dll inflating: ./iconv.dll inflating: ./libB2DPlugin.dll.a inflating: ./libBitBltPlugin.dll.a inflating: ./libDSAPrims.dll.a inflating: ./libFileAttributesPlugin.dll.a inflating: ./libFilePlugin.dll.a inflating: ./libJPEGReadWriter2Plugin.dll.a inflating: ./libJPEGReaderPlugin.dll.a inflating: ./libLargeIntegers.dll.a inflating: ./libLocalePlugin.dll.a inflating: ./libMiscPrimitivePlugin.dll.a inflating: ./libPharoVMCore.dll.a inflating: ./libSocketPlugin.dll.a inflating: ./libSqueakSSL.dll.a inflating: ./libSurfacePlugin.dll.a inflating: ./libTestLibrary.dll.a inflating: ./libUUIDPlugin.dll.a inflating: ./libbz2-1.dll inflating: ./libcairo-2.dll inflating: ./libeay32.dll inflating: ./libexpat-1.dll inflating: ./libffi.dll.a inflating: ./libfontconfig-1.dll inflating: ./libfreetype-6.dll inflating: ./libgcc_s_seh-1.dll inflating: ./libgit2-1-0-0.dll inflating: ./libgit2.dll inflating: ./libpcre-1.dll inflating: ./libpixman-1-0.dll inflating: ./libpng16-16.dll inflating: ./libssh2-1.dll inflating: ./libssh2.dll inflating: ./libwinpthread-1.dll inflating: ./ssleay32.dll inflating: ./zlib1.dll [Pipeline] } [Pipeline] // withEnv [Pipeline] echo Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex PHARO_CI_TESTING_ENVIRONMENT=true cd runTests && ./PharoConsole.exe --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter '.*' [Pipeline] withEnv [Pipeline] { [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true + cd runTests + ./PharoConsole.exe --logLevel=4 Pharo.image test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter '.*' [DEBUG] 2022-10-05 16:45:04.000 logParameters (src/parameters.c:333):Image file name: Pharo.image [DEBUG] 2022-10-05 16:45:04.000 logParameters (src/parameters.c:334):Is default Image: no [DEBUG] 2022-10-05 16:45:04.000 logParameters (src/parameters.c:335):Is interactive session: no [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:323):vmParameters [count = 3]: [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:326): C:\builds\workspace\pharo-vm_feat_headless\runTests\PharoConsole.exe [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:326): --logLevel=4 [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:326): --headless [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:323):imageParameters [count = 4]: [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:326): test [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:326): --junit-xml-output [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:326): --stage-name=Tests-Windows-x86_64-CoInterpreter [DEBUG] 2022-10-05 16:45:04.000 logParameterVector (src/parameters.c:326): .* [INFO ] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:112):Opening Image: Pharo.image [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:134):Working Directory C:\builds\workspace\pharo-vm_feat_headless\runTests [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:136):sizeof(int): 4 [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:137):sizeof(long): 4 [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:138):sizeof(long long): 8 [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:139):sizeof(void*): 8 [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:140):sizeof(sqInt): 8 [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:141):sizeof(sqLong): 8 [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:142):sizeof(float): 4 [DEBUG] 2022-10-05 16:45:04.000 vm_main_with_parameters (src/client.c:143):sizeof(double): 8 [DEBUG] 2022-10-05 16:45:04.000 runOnMainThread (src/client.c:259):Running VM on main thread [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SecurityPlugin [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SecurityPlugin.dll [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libSecurityPlugin.dll [WARN ] 2022-10-05 16:45:05.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading LargeIntegers [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading LocalePlugin [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTimezoneOffsetAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading MiscPrimitivePlugin [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitilizeCallbacks: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitilizeCallbacksAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FileAttributesPlugin [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFileMasksAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FilePlugin [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInterpreterSourceVersion: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInterpreterSourceVersion: T [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SocketPlugin [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverStatusAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverLocalAddressAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverHostNameSizeAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverHostNameResultAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading MD5Plugin [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading MD5Plugin.dll [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libMD5Plugin.dll [WARN ] 2022-10-05 16:45:05.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetAddressOfOOP: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetAddressOfOOPAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFillBasicType: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFillBasicTypeAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTypeByteSize: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTypeByteSizeAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineFunction: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineFunctionAccessorDepth: T [WARN ] 2022-10-05 16:45:05.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading Kernel32 [DEBUG] 2022-10-05 16:45:05.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading C:\builds\workspace\pharo-vm_feat_headless\runTests\libgit2-1-0-0.dll [WARN ] 2022-10-05 16:45:06.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFileStdioHandlesAccessorDepth: T [WARN ] 2022-10-05 16:45:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SDL2DisplayPlugin [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SDL2DisplayPlugin.dll [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libSDL2DisplayPlugin.dll [WARN ] 2022-10-05 16:45:06.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin [WARN ] 2022-10-05 16:45:06.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:45:06.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:06.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SDL2 Running tests in 786 Packages [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BitBltPlugin [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading B2DPlugin [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 16:45:06.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 16:45:06.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:45:06.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:45:06.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libfreetype-6.dll [DEBUG] 2022-10-05 16:45:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading msvcrt.dll SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 17:45:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:45:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:45:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:45:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin \\[WARN ] 2022-10-05 17:46:00.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup [WARN ] 2022-10-05 17:46:00.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) [WARN ] 2022-10-05 17:46:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength [ERROR] 2022-10-05 17:46:07.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:49291):Required space is bigger than the headroom. Could not allocate SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) .Pharo writing to the standard error Pharo writing to the standard output somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared) NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true". NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared) NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared) [WARN ] 2022-10-05 17:46:45.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ClipboardExtendedPlugin [WARN ] 2022-10-05 17:46:45.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:46:45.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:46:45.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 17:46:49.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:46:49.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:46:49.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:46:49.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin \\NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) [WARN ] 2022-10-05 17:46:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup [WARN ] 2022-10-05 17:46:54.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) [WARN ] 2022-10-05 17:47:50.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:47:50.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:47:50.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:47:50.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin \[WARN ] 2022-10-05 17:47:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup [WARN ] 2022-10-05 17:47:56.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) [WARN ] 2022-10-05 17:47:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength [ERROR] 2022-10-05 17:47:59.000 growOldSpaceByAtLeast (headless/build/generated/64/vm/src/gcc3x-cointerp.c:49285):Could not allocate more memory. MaxOldSpaceSize reached. NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) [WARN ] 2022-10-05 17:48:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength [ERROR] 2022-10-05 17:48:19.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:49291):Required space is bigger than the headroom. Could not allocate [WARN ] 2022-10-05 17:48:17.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:48:17.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:48:17.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray [WARN ] 2022-10-05 17:48:17.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:48:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:48:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent [WARN ] 2022-10-05 17:48:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize [WARN ] 2022-10-05 17:48:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize [WARN ] 2022-10-05 17:48:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize [WARN ] 2022-10-05 17:48:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr [WARN ] 2022-10-05 17:48:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth [WARN ] 2022-10-05 17:48:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight [WARN ] 2022-10-05 17:48:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:48:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 17:48:20.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared) NewUndeclaredWarning: Point>>tt (Object is Undeclared) MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/runTests/temp/repo fred is number 1 charlie is number 2 elmer is number 3[WARN ] 2022-10-05 17:48:28.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:48:28.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:48:28.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 17:48:33.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) .Pharo writing to the standard error Pharo writing to the standard output somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared) NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared) EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true". NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared) NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared) [WARN ] 2022-10-05 17:49:00.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ClipboardExtendedPlugin [WARN ] 2022-10-05 17:49:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:49:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:49:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 16:49:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 16:49:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 16:49:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 16:49:14.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 16:49:14.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:49:14.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T \\.Pharo writing to the standard error Pharo writing to the standard output somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared) NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared) EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true". NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared) NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared) [DEBUG] 2022-10-05 16:49:27.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading C:\builds\workspace\pharo-vm_feat_headless\runTests\libcairo-2.dll [WARN ] 2022-10-05 16:49:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetSameThreadRunnerAddress: T [WARN ] 2022-10-05 16:49:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:49:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetSameThreadRunnerAddressAccessorDepth: T [WARN ] 2022-10-05 16:49:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:49:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveRegisterCallback: T [WARN ] 2022-10-05 16:49:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:49:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveRegisterCallbackAccessorDepth: T [WARN ] 2022-10-05 16:49:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [DEBUG] 2022-10-05 16:49:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SurfacePlugin [WARN ] 2022-10-05 17:49:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:49:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:49:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 16:49:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverStartNameLookupAccessorDepth: T [WARN ] 2022-10-05 16:49:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup [WARN ] 2022-10-05 16:49:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverNameLookupResultAccessorDepth: T [WARN ] 2022-10-05 16:49:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult [WARN ] 2022-10-05 16:49:54.000 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (extracted/vm/src/win/sqWin32SpurAlloc.c:185):Unable to VirtualAlloc committed memory at desired address (17179869184 bytes requested at 0000000080000000, above 0000000077500000), Error: 1455 2022-10-05T17:49:46.226392+02:00 WARNING: Had to GC to make room for more external objects. If this happens often, it would be a good idea to either: - Raise the maxExternalSemaphores size. - Write your code to explicitly release them rather than wait for finalization. Returning an object but pool is full[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:47.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:49:49.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0 [WARN ] 2022-10-05 17:49:49.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: CA SystemNotification: CB SystemNotification: TA SystemNotification: TB SystemNotification: TC SystemNotification: TD SystemNotification: T6 NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) [WARN ] 2022-10-05 16:50:06.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primMontgomeryDigitLengthAccessorDepth: T [WARN ] 2022-10-05 16:50:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength [ERROR] 2022-10-05 16:50:10.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:49291):Required space is bigger than the headroom. Could not allocate NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) [WARN ] 2022-10-05 17:50:39.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:50:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:50:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray [WARN ] 2022-10-05 17:50:39.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:50:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:50:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent [WARN ] 2022-10-05 17:50:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize [WARN ] 2022-10-05 17:50:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize [WARN ] 2022-10-05 17:50:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize [WARN ] 2022-10-05 17:50:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr [WARN ] 2022-10-05 17:50:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth [WARN ] 2022-10-05 17:50:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight [WARN ] 2022-10-05 17:50:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:50:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 17:50:44.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared) NewUndeclaredWarning: Point>>tt (Object is Undeclared) MetacelloNotification: testFileTreeRepository: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/temp/repo fred is number 1 charlie is number 2 elmer is number 3[WARN ] 2022-10-05 17:50:54.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:50:54.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:50:54.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 17:51:00.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) a DebugSession Original error: test session. Debugger error: a UndefinedObject [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Exception Exception  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] [WARN ] 2022-10-05 17:51:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:51:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:51:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) [WARN ] 2022-10-05 17:51:23.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:51:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:51:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray [WARN ] 2022-10-05 17:51:23.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:51:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:51:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent [WARN ] 2022-10-05 17:51:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize [WARN ] 2022-10-05 17:51:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize [WARN ] 2022-10-05 17:51:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize [WARN ] 2022-10-05 17:51:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr [WARN ] 2022-10-05 17:51:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth [WARN ] 2022-10-05 17:51:25.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight [WARN ] 2022-10-05 17:51:25.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:51:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 17:51:28.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared) NewUndeclaredWarning: Point>>tt (Object is Undeclared) MetacelloNotification: testFileTreeRepository: /builds/workspace/pharo-vm_feat_headless/runTests/temp/repo fred is number 1 charlie is number 2 elmer is number 3[WARN ] 2022-10-05 17:51:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:51:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:51:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:51:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:51:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:51:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:51:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:51:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 17:51:41.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate [WARN ] 2022-10-05 17:51:48.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive 2022-10-05T17:52:14.853198+02:00 WARNING: Had to GC to make room for more external objects. If this happens often, it would be a good idea to either: - Raise the maxExternalSemaphores size. - Write your code to explicitly release them rather than wait for finalization. Returning an object but pool is full[WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:15.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0 DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: CA SystemNotification: CB SystemNotification: TA SystemNotification: TB SystemNotification: TC SystemNotification: TD SystemNotification: T6 [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [DEBUG] 2022-10-05 16:52:26.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading TestLibrary.dll [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveReadNextCallback: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveReadNextCallbackAccessorDepth: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCallbackReturn: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCallbackReturnAccessorDepth: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveUnregisterCallback: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveUnregisterCallbackAccessorDepth: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCreateWorker: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCreateWorkerAccessorDepth: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFreeDefinition: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFreeDefinitionAccessorDepth: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:52:21.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) [WARN ] 2022-10-05 17:52:21.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage [WARN ] 2022-10-05 17:52:21.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry  [ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ] TestSessionHandler>>startup: [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runStartup: TestWorkingSession>>start: [ session start: false ] in [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ manager register: (TestSessionHandler onStartup:...etc... FullBlockClosure(BlockClosure)>>ensure: UIManager class>>nonInteractiveDuring: SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure:  [ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ] TestSessionHandler>>shutdown: [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runShutdown: TestWorkingSession(WorkingSession)>>stop: [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure: TestExecutionEnvironment>>runTestCase: CurrentExecutionEnvironment class>>runTestCase: SessionErrorHandlingTest(TestCase)>>runCaseManaged [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetObjectFromAddress: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetObjectFromAddressAccessorDepth: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitializeStructType: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitializeStructTypeAccessorDepth: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveStructByteSize: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveStructByteSizeAccessorDepth: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:52:30.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL .Pharo writing to the standard error Pharo writing to the standard output [WARN ] 2022-10-05 16:52:34.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFreeStruct: T [WARN ] 2022-10-05 16:52:34.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:52:34.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFreeStructAccessorDepth: T [WARN ] 2022-10-05 16:52:34.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared) NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared) EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true". NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared) NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared) [WARN ] 2022-10-05 16:53:02.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 16:53:02.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 16:53:02.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt 2022-10-05T17:52:57.993844+02:00 WARNING: Had to GC to make room for more external objects. If this happens often, it would be a good idea to either: - Raise the maxExternalSemaphores size. - Write your code to explicitly release them rather than wait for finalization. Returning an object but pool is full[WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:58.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:52:59.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:53:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:53:03.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0 DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: CA SystemNotification: CB SystemNotification: TA SystemNotification: TB SystemNotification: TC SystemNotification: TD SystemNotification: T6 NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) [WARN ] 2022-10-05 17:53:37.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax 1 1 2 2 NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) a DebugSession Original error: test session. Debugger error: a UndefinedObject [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Exception Exception  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] [WARN ] 2022-10-05 17:53:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:53:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:53:57.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:54:01.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:54:01.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:54:01.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) [WARN ] 2022-10-05 17:54:03.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:54:03.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:54:03.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt an Object29453 run, 29453 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] fileExists [Pipeline] sh + mv PharoDebug.log PharoDebug-Tests-Darwin-arm64-CoInterpreter.log [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-Darwin-arm64-CoInterpreter.log [Pipeline] sh [WARN ] 2022-10-05 17:54:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:54:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:54:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:54:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:54:15.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:54:17.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate + cat progress-Tests-Darwin-arm64-CoInterpreter.log running suite: Reflectivity-Tests starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished starting testcase: CoverageDemoTest>>testCoverageAST ... finished starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished starting testcase: CoverageDemoTest>>testCoverageMethod ... finished starting testcase: LinkInstallerTest>>testCallToSuper ... finished starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished starting testcase: LinkInstallerTest>>testMethodModified ... finished starting testcase: LinkInstallerTest>>testMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished starting testcase: LinkInstallerTest>>testRemovingNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished starting testcase: LinkInstallerTest>>testUninstallLink ... finished starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished starting testcase: MetaLinkTest>>testAvailableReifications ... finished starting testcase: MetaLinkTest>>testBlockLink ... finished starting testcase: MetaLinkTest>>testConditionLink ... finished starting testcase: MetaLinkTest>>testControlInstead ... finished starting testcase: MetaLinkTest>>testControlLink ... finished starting testcase: MetaLinkTest>>testDefintionString ... finished starting testcase: MetaLinkTest>>testLinkOption ... finished starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished starting testcase: MetaLinkTest>>testOptionFor ... finished starting testcase: MetaLinkTest>>testReificationError ... finished starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished starting testcase: ReflectiveMethodTest>>testSetLink ... finished starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished starting testcase: ReflectivityControlTest>>testAfterArray ... finished starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished starting testcase: ReflectivityControlTest>>testAfterBlock ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished starting testcase: ReflectivityControlTest>>testAfterCascade ... finished starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished starting testcase: ReflectivityControlTest>>testAfterMethod ... finished starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished starting testcase: ReflectivityControlTest>>testAfterSend ... finished starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished starting testcase: ReflectivityControlTest>>testAfterSequence ... finished starting testcase: ReflectivityControlTest>>testAfterSlot ... finished starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished starting testcase: ReflectivityControlTest>>testBeforeArray ... finished starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished starting testcase: ReflectivityControlTest>>testBeforeSend ... finished starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished starting testcase: ReflectivityControlTest>>testInsteadArray ... finished starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadSend ... finished starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyNode ... finished starting testcase: ReflectivityReificationTest>>testReifyObject ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished starting testcase: ReflectivityTest>>testDisableLink ... finished starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished starting testcase: VariableBreakpointTest>>testInitialize ... finished starting testcase: VariableBreakpointTest>>testInstall ... finished starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished starting testcase: VariableBreakpointTest>>testIsInstalled ... finished starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished starting testcase: VariableBreakpointTest>>testNewForClass ... finished starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testRemove ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished starting testcase: VariableBreakpointTest>>testScopeTo ... finished starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished finished running suite: Reflectivity-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (Tests-Darwin-arm64-CoInterpreter-worker) [Pipeline] unstash [Pipeline] sh + mkdir runTests [Pipeline] dir Running in /Users/lse/Workspace/workspace/pharo-vm_feat_headless/runTests [Pipeline] { [Pipeline] sh NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) + wget -O - get.pharo.org/64/90 + bash --2022-10-05 17:54:20-- http://get.pharo.org/64/90 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: 3444 (3,4K) Saving to: ‘STDOUT’ 0K ... 100% 88,8M=0s 2022-10-05 17:54:20 (88,8 MB/s) - written to stdout [3444/3444] Downloading the latest 90 Image: http://files.pharo.org/get-files/90/pharoImage-arm64.zip Pharo.image [Pipeline] sh + echo 90 [Pipeline] sh + unzip ../build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-bin.zip -d . Archive: ../build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-arm64-bin.zip creating: ./Pharo.app/ creating: ./Pharo.app/Contents/ inflating: ./Pharo.app/Contents/Info.plist creating: ./Pharo.app/Contents/MacOS/ inflating: ./Pharo.app/Contents/MacOS/Pharo creating: ./Pharo.app/Contents/MacOS/Plugins/ inflating: ./Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng16.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.dylib creating: ./Pharo.app/Contents/Resources/ inflating: ./Pharo.app/Contents/Resources/Pharo.icns inflating: ./Pharo.app/Contents/Resources/PharoChanges.icns inflating: ./Pharo.app/Contents/Resources/PharoImage.icns inflating: ./Pharo.app/Contents/Resources/PharoSources.icns [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true + ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Darwin-arm64-CoInterpreter-worker '.*' [DEBUG] 2022-10-05 17:54:22.000 logParameters (src/parameters.c:333):Image file name: Pharo.image [DEBUG] 2022-10-05 17:54:22.000 logParameters (src/parameters.c:334):Is default Image: no [DEBUG] 2022-10-05 17:54:22.000 logParameters (src/parameters.c:335):Is interactive session: no [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:323):vmParameters [count = 4]: [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:326): ./Pharo.app/Contents/MacOS/Pharo [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:326): --logLevel=4 [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:326): --worker [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:326): --headless [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:323):imageParameters [count = 4]: [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:326): test [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:326): --junit-xml-output [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:326): --stage-name=Tests-Darwin-arm64-CoInterpreter-worker [DEBUG] 2022-10-05 17:54:22.000 logParameterVector (src/parameters.c:326): .* [INFO ] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:112):Opening Image: Pharo.image [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:134):Working Directory /Users/lse/Workspace/workspace/pharo-vm_feat_headless/runTests [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:136):sizeof(int): 4 [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:137):sizeof(long): 8 [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:138):sizeof(long long): 8 [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:139):sizeof(void*): 8 [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:140):sizeof(sqInt): 8 [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:141):sizeof(sqLong): 8 [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:142):sizeof(float): 4 [DEBUG] 2022-10-05 17:54:22.000 vm_main_with_parameters (src/client.c:143):sizeof(double): 8 [DEBUG] 2022-10-05 17:54:22.000 runOnMainThread (src/client.c:259):Running VM on main thread [DEBUG] 2022-10-05 17:54:22.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x3314000 [DEBUG] 2022-10-05 17:54:22.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x104bbc000 [DEBUG] 2022-10-05 17:54:22.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x104d48000 [WARN ] 2022-10-05 17:54:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin [WARN ] 2022-10-05 17:54:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset [WARN ] 2022-10-05 17:54:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks [WARN ] 2022-10-05 17:54:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 17:54:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin [WARN ] 2022-10-05 17:54:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 17:54:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 17:54:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 17:54:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult [WARN ] 2022-10-05 17:54:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin [WARN ] 2022-10-05 17:54:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles [WARN ] 2022-10-05 17:54:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin Running tests in 786 Packages [WARN ] 2022-10-05 17:54:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) [WARN ] 2022-10-05 17:55:03.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) [WARN ] 2022-10-05 17:55:04.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage [WARN ] 2022-10-05 17:55:04.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared)  [ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ] TestSessionHandler>>startup: [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runStartup: TestWorkingSession>>start: [ session start: false ] in [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ manager register: (TestSessionHandler onStartup:...etc... FullBlockClosure(BlockClosure)>>ensure: UIManager class>>nonInteractiveDuring: SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure:  [ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ] TestSessionHandler>>shutdown: [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runShutdown: TestWorkingSession(WorkingSession)>>stop: [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure: TestExecutionEnvironment>>runTestCase: CurrentExecutionEnvironment class>>runTestCase: SessionErrorHandlingTest(TestCase)>>runCaseManaged  a DebugSession Original error: test session. Debugger error: a UndefinedObject [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Exception Exception  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] [WARN ] 2022-10-05 17:55:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:55:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:55:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 16:55:20.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [DEBUG] 2022-10-05 16:55:21.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BMPReadWriterPlugin [DEBUG] 2022-10-05 16:55:21.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BMPReadWriterPlugin.dll [DEBUG] 2022-10-05 16:55:21.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libBMPReadWriterPlugin.dll [WARN ] 2022-10-05 16:55:21.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 16:55:21.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:55:21.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:55:21.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:55:21.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCompressToByteArrayAccessorDepth: T [WARN ] 2022-10-05 16:55:21.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray [WARN ] 2022-10-05 16:55:21.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [DEBUG] 2022-10-05 16:55:23.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 16:55:23.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 16:55:23.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 16:55:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 16:55:23.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:55:23.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:55:23.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 16:55:23.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BMPReadWriterPlugin [DEBUG] 2022-10-05 16:55:23.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BMPReadWriterPlugin.dll [DEBUG] 2022-10-05 16:55:23.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libBMPReadWriterPlugin.dll [WARN ] 2022-10-05 16:55:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 16:55:23.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:55:23.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:55:23.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 16:55:23.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading JPEGReadWriter2Plugin [WARN ] 2022-10-05 16:55:23.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 16:55:23.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGPluginIsPresentAccessorDepth: T [WARN ] 2022-10-05 16:55:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGCompressStructSizeAccessorDepth: T [WARN ] 2022-10-05 16:55:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGErrorMgr2StructSizeAccessorDepth: T [WARN ] 2022-10-05 16:55:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrAccessorDepth: T [WARN ] 2022-10-05 16:55:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr [DEBUG] 2022-10-05 16:55:24.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading JPEGReaderPlugin [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGDecompressStructSizeAccessorDepth: T [WARN ] 2022-10-05 16:55:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGReadHeaderfromByteArrayerrorMgrAccessorDepth: T [WARN ] 2022-10-05 16:55:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primImageWidthAccessorDepth: T [WARN ] 2022-10-05 16:55:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primImageHeightAccessorDepth: T [WARN ] 2022-10-05 16:55:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrAccessorDepth: T [WARN ] 2022-10-05 16:55:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgr [DEBUG] 2022-10-05 16:55:24.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 16:55:24.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 16:55:24.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 16:55:24.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:55:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 16:55:25.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:25.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:25.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:25.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 16:55:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:55:26.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:55:26.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:55:26.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:55:26.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin \\NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) [WARN ] 2022-10-05 17:55:30.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup [WARN ] 2022-10-05 17:55:30.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 16:55:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: T [WARN ] 2022-10-05 16:55:33.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) [WARN ] 2022-10-05 17:55:38.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength [ERROR] 2022-10-05 17:55:39.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:49291):Required space is bigger than the headroom. Could not allocate [WARN ] 2022-10-05 17:55:41.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:55:41.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:55:41.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:55:41.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:55:41.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:55:45.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared) NewUndeclaredWarning: Point>>tt (Object is Undeclared) MetacelloNotification: testFileTreeRepository: C:\builds\workspace\pharo-vm_feat_headless\runTests\temp\repo .Pharo writing to the standard error Pharo writing to the standard output somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared) NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared) EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true". NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared) NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared) [WARN ] 2022-10-05 17:56:17.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ClipboardExtendedPlugin [WARN ] 2022-10-05 17:56:17.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:56:17.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:56:17.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt fred is number 1 charlie is number 2 elmer is number 3[WARN ] 2022-10-05 16:56:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 16:56:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 16:56:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 17:56:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax 1 1 2 2 NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) [DEBUG] 2022-10-05 16:56:38.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading DSAPrims [WARN ] 2022-10-05 16:56:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 16:56:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveHasSecureHashPrimitiveAccessorDepth: T [WARN ] 2022-10-05 16:56:38.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive [WARN ] 2022-10-05 17:56:53.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) [WARN ] 2022-10-05 17:56:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage [WARN ] 2022-10-05 17:56:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry [WARN ] 2022-10-05 17:56:54.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:56:54.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:56:54.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) [WARN ] 2022-10-05 17:56:55.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:56:55.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:56:55.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 16:56:57.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineVariadicFunction: T [WARN ] 2022-10-05 16:56:57.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:56:57.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineVariadicFunctionAccessorDepth: T [WARN ] 2022-10-05 16:56:57.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL  [ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ] TestSessionHandler>>startup: [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runStartup: TestWorkingSession>>start: [ session start: false ] in [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ manager register: (TestSessionHandler onStartup:...etc... FullBlockClosure(BlockClosure)>>ensure: UIManager class>>nonInteractiveDuring: SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure:  [ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ] TestSessionHandler>>shutdown: [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runShutdown: TestWorkingSession(WorkingSession)>>stop: [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure: TestExecutionEnvironment>>runTestCase: CurrentExecutionEnvironment class>>runTestCase: SessionErrorHandlingTest(TestCase)>>runCaseManaged an Object29453 run, 29453 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] fileExists [Pipeline] sh + mv PharoDebug.log PharoDebug-Tests-Darwin-x86_64-CoInterpreter.log [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-Darwin-x86_64-CoInterpreter.log [Pipeline] sh + cat progress-Tests-Darwin-x86_64-CoInterpreter.log running suite: Reflectivity-Tests starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished starting testcase: CoverageDemoTest>>testCoverageAST ... finished starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished starting testcase: CoverageDemoTest>>testCoverageMethod ... finished starting testcase: LinkInstallerTest>>testCallToSuper ... finished starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished starting testcase: LinkInstallerTest>>testMethodModified ... finished starting testcase: LinkInstallerTest>>testMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished starting testcase: LinkInstallerTest>>testRemovingNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished starting testcase: LinkInstallerTest>>testUninstallLink ... finished starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished starting testcase: MetaLinkTest>>testAvailableReifications ... finished starting testcase: MetaLinkTest>>testBlockLink ... finished starting testcase: MetaLinkTest>>testConditionLink ... finished starting testcase: MetaLinkTest>>testControlInstead ... finished starting testcase: MetaLinkTest>>testControlLink ... finished starting testcase: MetaLinkTest>>testDefintionString ... finished starting testcase: MetaLinkTest>>testLinkOption ... finished starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished starting testcase: MetaLinkTest>>testOptionFor ... finished starting testcase: MetaLinkTest>>testReificationError ... finished starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished starting testcase: ReflectiveMethodTest>>testSetLink ... finished starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished starting testcase: ReflectivityControlTest>>testAfterArray ... finished starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished starting testcase: ReflectivityControlTest>>testAfterBlock ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished starting testcase: ReflectivityControlTest>>testAfterCascade ... finished starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished starting testcase: ReflectivityControlTest>>testAfterMethod ... finished starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished starting testcase: ReflectivityControlTest>>testAfterSend ... finished starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished starting testcase: ReflectivityControlTest>>testAfterSequence ... finished starting testcase: ReflectivityControlTest>>testAfterSlot ... finished starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished starting testcase: ReflectivityControlTest>>testBeforeArray ... finished starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished starting testcase: ReflectivityControlTest>>testBeforeSend ... finished starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished starting testcase: ReflectivityControlTest>>testInsteadArray ... finished starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadSend ... finished starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyNode ... finished starting testcase: ReflectivityReificationTest>>testReifyObject ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished starting testcase: ReflectivityTest>>testDisableLink ... finished starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished starting testcase: VariableBreakpointTest>>testInitialize ... finished starting testcase: VariableBreakpointTest>>testInstall ... finished starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished starting testcase: VariableBreakpointTest>>testIsInstalled ... finished starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished starting testcase: VariableBreakpointTest>>testNewForClass ... finished starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testRemove ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished starting testcase: VariableBreakpointTest>>testScopeTo ... finished starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished finished running suite: Reflectivity-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (Tests-Darwin-x86_64-CoInterpreter-worker) [Pipeline] unstash [Pipeline] sh + mkdir runTests [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/runTests [Pipeline] { [Pipeline] sh + bash + wget -O - get.pharo.org/64/90 --2022-10-05 17:57:18-- http://get.pharo.org/64/90 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: 3444 (3.4K) Saving to: ‘STDOUT’ 0K ... 100% 235M=0s 2022-10-05 17:57:18 (235 MB/s) - written to stdout [3444/3444] Downloading the latest 90 Image: http://files.pharo.org/get-files/90/pharoImage-x86_64.zip Pharo.image [Pipeline] sh + echo 90 [Pipeline] sh + unzip ../build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-bin.zip -d . Archive: ../build/build/packages/PharoVM-9.0.1-f4fe5697-Darwin-x86_64-bin.zip creating: ./Pharo.app/ creating: ./Pharo.app/Contents/ inflating: ./Pharo.app/Contents/Info.plist creating: ./Pharo.app/Contents/MacOS/ inflating: ./Pharo.app/Contents/MacOS/Pharo creating: ./Pharo.app/Contents/MacOS/Plugins/ inflating: ./Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcairo.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libffi.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libgit2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libpng12.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssh2.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib inflating: ./Pharo.app/Contents/MacOS/Plugins/libssl.dylib creating: ./Pharo.app/Contents/Resources/ inflating: ./Pharo.app/Contents/Resources/Pharo.icns inflating: ./Pharo.app/Contents/Resources/PharoChanges.icns inflating: ./Pharo.app/Contents/Resources/PharoImage.icns inflating: ./Pharo.app/Contents/Resources/PharoSources.icns [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true + ./Pharo.app/Contents/MacOS/Pharo --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Darwin-x86_64-CoInterpreter-worker '.*' [DEBUG] 2022-10-05 17:57:22.000 logParameters (src/parameters.c:333):Image file name: Pharo.image [DEBUG] 2022-10-05 17:57:22.000 logParameters (src/parameters.c:334):Is default Image: no [DEBUG] 2022-10-05 17:57:22.000 logParameters (src/parameters.c:335):Is interactive session: no [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:323):vmParameters [count = 4]: [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:326): ./Pharo.app/Contents/MacOS/Pharo [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:326): --logLevel=4 [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:326): --worker [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:326): --headless [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:323):imageParameters [count = 4]: [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:326): test [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:326): --junit-xml-output [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:326): --stage-name=Tests-Darwin-x86_64-CoInterpreter-worker [DEBUG] 2022-10-05 17:57:22.000 logParameterVector (src/parameters.c:326): .* [INFO ] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:112):Opening Image: Pharo.image [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:134):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:136):sizeof(int): 4 [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:137):sizeof(long): 8 [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:138):sizeof(long long): 8 [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:139):sizeof(void*): 8 [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:140):sizeof(sqInt): 8 [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:141):sizeof(sqLong): 8 [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:142):sizeof(float): 4 [DEBUG] 2022-10-05 17:57:22.000 vm_main_with_parameters (src/client.c:143):sizeof(double): 8 [DEBUG] 2022-10-05 17:57:22.000 runOnMainThread (src/client.c:259):Running VM on main thread [DEBUG] 2022-10-05 17:57:22.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x32f7000 [DEBUG] 2022-10-05 17:57:22.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x100f45000 [DEBUG] 2022-10-05 17:57:22.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x100f45000 [WARN ] 2022-10-05 17:57:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin [WARN ] 2022-10-05 17:57:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset [WARN ] 2022-10-05 17:57:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks [WARN ] 2022-10-05 17:57:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 17:57:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin [WARN ] 2022-10-05 17:57:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 17:57:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 17:57:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 17:57:22.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult [WARN ] 2022-10-05 17:57:22.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin [WARN ] 2022-10-05 17:57:23.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles [WARN ] 2022-10-05 17:57:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin Running tests in 786 Packages [WARN ] 2022-10-05 17:57:23.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:57:50.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:57:50.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:57:50.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray [WARN ] 2022-10-05 17:57:50.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:57:51.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:57:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent [WARN ] 2022-10-05 17:57:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize [WARN ] 2022-10-05 17:57:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize [WARN ] 2022-10-05 17:57:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize [WARN ] 2022-10-05 17:57:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr [WARN ] 2022-10-05 17:57:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth [WARN ] 2022-10-05 17:57:51.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight [WARN ] 2022-10-05 17:57:51.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:57:51.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 17:57:53.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared) NewUndeclaredWarning: Point>>tt (Object is Undeclared) MetacelloNotification: testFileTreeRepository: /Users/lse/Workspace/workspace/pharo-vm_feat_headless/runTests/temp/repo fred is number 1 charlie is number 2 elmer is number 3[WARN ] 2022-10-05 17:58:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:58:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:58:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 17:58:05.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 17:58:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) 1 1 2 2 NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveReleaseWorker: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveReleaseWorkerAccessorDepth: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL Returning an object but pool is full[WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 16:58:43.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:43.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 16:58:57.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 16:58:57.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0 [WARN ] 2022-10-05 17:58:56.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:58:56.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:58:56.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) [WARN ] 2022-10-05 17:58:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:58:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:58:59.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings [WARN ] 2022-10-05 17:59:08.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:59:08.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:59:08.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:59:08.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin \\[WARN ] 2022-10-05 17:59:13.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup [WARN ] 2022-10-05 17:59:13.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult an Object29453 run, 29453 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: CA SystemNotification: CB SystemNotification: TA SystemNotification: TB SystemNotification: TC SystemNotification: TD SystemNotification: T6 [Checks API] No suitable checks publisher found. [Pipeline] fileExists [Pipeline] sh + mv PharoDebug.log PharoDebug-Tests-Linux-x86_64-CoInterpreter.log [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-Linux-x86_64-CoInterpreter.log [Pipeline] sh + cat progress-Tests-Linux-x86_64-CoInterpreter.log running suite: Reflectivity-Tests starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished starting testcase: CoverageDemoTest>>testCoverageAST ... finished starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished starting testcase: CoverageDemoTest>>testCoverageMethod ... finished starting testcase: LinkInstallerTest>>testCallToSuper ... finished starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished starting testcase: LinkInstallerTest>>testMethodModified ... finished starting testcase: LinkInstallerTest>>testMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished starting testcase: LinkInstallerTest>>testRemovingNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished starting testcase: LinkInstallerTest>>testUninstallLink ... finished starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished starting testcase: MetaLinkTest>>testAvailableReifications ... finished starting testcase: MetaLinkTest>>testBlockLink ... finished starting testcase: MetaLinkTest>>testConditionLink ... finished starting testcase: MetaLinkTest>>testControlInstead ... finished starting testcase: MetaLinkTest>>testControlLink ... finished starting testcase: MetaLinkTest>>testDefintionString ... finished starting testcase: MetaLinkTest>>testLinkOption ... finished starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished starting testcase: MetaLinkTest>>testOptionFor ... finished starting testcase: MetaLinkTest>>testReificationError ... finished starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished starting testcase: ReflectiveMethodTest>>testSetLink ... finished starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished starting testcase: ReflectivityControlTest>>testAfterArray ... finished starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished starting testcase: ReflectivityControlTest>>testAfterBlock ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished starting testcase: ReflectivityControlTest>>testAfterCascade ... finished starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished starting testcase: ReflectivityControlTest>>testAfterMethod ... finished starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished starting testcase: ReflectivityControlTest>>testAfterSend ... finished starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished starting testcase: ReflectivityControlTest>>testAfterSequence ... finished starting testcase: ReflectivityControlTest>>testAfterSlot ... finished starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished starting testcase: ReflectivityControlTest>>testBeforeArray ... finished starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished starting testcase: ReflectivityControlTest>>testBeforeSend ... finished starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished starting testcase: ReflectivityControlTest>>testInsteadArray ... finished starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadSend ... finished starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyNode ... finished starting testcase: ReflectivityReificationTest>>testReifyObject ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished starting testcase: ReflectivityTest>>testDisableLink ... finished starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished starting testcase: VariableBreakpointTest>>testInitialize ... finished starting testcase: VariableBreakpointTest>>testInstall ... finished starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished starting testcase: VariableBreakpointTest>>testIsInstalled ... finished starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished starting testcase: VariableBreakpointTest>>testNewForClass ... finished starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testRemove ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished starting testcase: VariableBreakpointTest>>testScopeTo ... finished starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished finished running suite: Reflectivity-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (Tests-Linux-x86_64-CoInterpreter-worker) [Pipeline] unstash [Pipeline] sh + mkdir runTests [Pipeline] dir Running in /builds/workspace/pharo-vm_feat_headless/runTests [Pipeline] { [Pipeline] sh + bash + wget -O - get.pharo.org/64/90 --2022-10-05 17:59:23-- http://get.pharo.org/64/90 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: 3444 (3.4K) Saving to: ‘STDOUT’ 0K ... 100% 400M=0s 2022-10-05 17:59:23 (400 MB/s) - written to stdout [3444/3444] Downloading the latest 90 Image: http://files.pharo.org/get-files/90/pharoImage-x86_64.zip Pharo.image [Pipeline] sh + echo 90 [Pipeline] sh NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) + unzip ../build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-bin.zip -d . Archive: ../build/build/packages/PharoVM-9.0.1-f4fe569-Linux-x86_64-bin.zip creating: ./bin/ inflating: ./bin/pharo creating: ./lib/ inflating: ./lib/libB2DPlugin.so inflating: ./lib/libBitBltPlugin.so inflating: ./lib/libDSAPrims.so inflating: ./lib/libFileAttributesPlugin.so inflating: ./lib/libFilePlugin.so inflating: ./lib/libJPEGReadWriter2Plugin.so inflating: ./lib/libJPEGReaderPlugin.so inflating: ./lib/libLargeIntegers.so inflating: ./lib/libLocalePlugin.so inflating: ./lib/libMiscPrimitivePlugin.so inflating: ./lib/libPharoVMCore.so inflating: ./lib/libSDL2-2.0.so.0 inflating: ./lib/libSDL2-2.0.so.0.7.0 inflating: ./lib/libSDL2.so inflating: ./lib/libSocketPlugin.so inflating: ./lib/libSqueakSSL.so inflating: ./lib/libSurfacePlugin.so inflating: ./lib/libTestLibrary.so inflating: ./lib/libUUIDPlugin.so inflating: ./lib/libUnixOSProcessPlugin.so inflating: ./lib/libcrypto.so.1.0.0 inflating: ./lib/libffi.so inflating: ./lib/libgit2.1.0.0.so inflating: ./lib/libgit2.so inflating: ./lib/libgit2.so.0.25.1 inflating: ./lib/libgit2.so.25 inflating: ./lib/libssh2.so inflating: ./lib/libssh2.so.1 inflating: ./lib/libssh2.so.1.0.1 inflating: ./lib/libssl.so inflating: ./lib/libssl.so.1.0.0 inflating: ./lib/pharo inflating: ./pharo [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true ./pharo --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Linux-x86_64-CoInterpreter-worker .* [DEBUG] 2022-10-05 17:59:26.000 logParameters (src/parameters.c:333):Image file name: Pharo.image [DEBUG] 2022-10-05 17:59:26.000 logParameters (src/parameters.c:334):Is default Image: no [DEBUG] 2022-10-05 17:59:26.000 logParameters (src/parameters.c:335):Is interactive session: no [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:323):vmParameters [count = 4]: [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:326): ./lib/pharo [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:326): --logLevel=4 [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:326): --worker [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:326): --headless [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:323):imageParameters [count = 4]: [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:326): test [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:326): --junit-xml-output [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:326): --stage-name=Tests-Linux-x86_64-CoInterpreter-worker [DEBUG] 2022-10-05 17:59:26.000 logParameterVector (src/parameters.c:326): .* [INFO ] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:112):Opening Image: Pharo.image [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:134):Working Directory /builds/workspace/pharo-vm_feat_headless/runTests [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:136):sizeof(int): 4 [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:137):sizeof(long): 8 [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:138):sizeof(long long): 8 [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:139):sizeof(void*): 8 [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:140):sizeof(sqInt): 8 [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:141):sizeof(sqLong): 8 [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:142):sizeof(float): 4 [DEBUG] 2022-10-05 17:59:26.000 vm_main_with_parameters (src/client.c:143):sizeof(double): 8 [DEBUG] 2022-10-05 17:59:26.000 runOnMainThread (src/client.c:259):Running VM on main thread [DEBUG] 2022-10-05 17:59:26.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x32f7000 [DEBUG] 2022-10-05 17:59:26.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x3455000 [DEBUG] 2022-10-05 17:59:26.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x3455000 [WARN ] 2022-10-05 17:59:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin [WARN ] 2022-10-05 17:59:27.000 beatStateMachine (extracted/vm/src/common/heartbeat.c:376):pthread_setschedparam failed: Operation not permitted [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult [WARN ] 2022-10-05 17:59:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles [WARN ] 2022-10-05 17:59:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin Running tests in 786 Packages [WARN ] 2022-10-05 17:59:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:59:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength 2022-10-05T17:59:18.08405+02:00 WARNING: Had to GC to make room for more external objects. If this happens often, it would be a good idea to either: - Raise the maxExternalSemaphores size. - Write your code to explicitly release them rather than wait for finalization. Returning an object but pool is full[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:19.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:59:21.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0 [WARN ] 2022-10-05 17:59:21.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: CA SystemNotification: CB SystemNotification: TA SystemNotification: TB SystemNotification: TC SystemNotification: TD SystemNotification: T6 [ERROR] 2022-10-05 17:59:28.000 growOldSpaceByAtLeast (headless/build/generated/64/vm/src/gcc3x-cointerp.c:49291):Required space is bigger than the headroom. Could not allocate NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) .Pharo writing to the standard error Pharo writing to the standard output somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared) NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared) EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true". NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared) NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared) [WARN ] 2022-10-05 18:00:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ClipboardExtendedPlugin [WARN ] 2022-10-05 18:00:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:00:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 18:00:19.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) a DebugSession Original error: test session. Debugger error: a UndefinedObject [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Exception Exception  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] [WARN ] 2022-10-05 18:00:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:00:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:00:56.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:01:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:01:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:01:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:01:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:01:09.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:01:11.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) [WARN ] 2022-10-05 18:01:50.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) [WARN ] 2022-10-05 18:01:50.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage [WARN ] 2022-10-05 18:01:50.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry  [ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ] TestSessionHandler>>startup: [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runStartup: TestWorkingSession>>start: [ session start: false ] in [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ manager register: (TestSessionHandler onStartup:...etc... FullBlockClosure(BlockClosure)>>ensure: UIManager class>>nonInteractiveDuring: SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure:  [ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ] TestSessionHandler>>shutdown: [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runShutdown: TestWorkingSession(WorkingSession)>>stop: [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure: TestExecutionEnvironment>>runTestCase: CurrentExecutionEnvironment class>>runTestCase: SessionErrorHandlingTest(TestCase)>>runCaseManaged NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) [WARN ] 2022-10-05 18:02:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 18:02:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 18:02:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 18:02:04.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 18:02:10.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup [WARN ] 2022-10-05 18:02:10.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult [WARN ] 2022-10-05 18:01:58.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:01:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 18:01:58.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray [WARN ] 2022-10-05 18:01:58.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:01:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 18:01:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 18:01:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent [WARN ] 2022-10-05 18:01:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize [WARN ] 2022-10-05 18:01:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize [WARN ] 2022-10-05 18:01:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize [WARN ] 2022-10-05 18:01:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr [WARN ] 2022-10-05 18:01:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth [WARN ] 2022-10-05 18:01:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight [WARN ] 2022-10-05 18:01:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:02:00.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 18:02:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared) NewUndeclaredWarning: Point>>tt (Object is Undeclared) MetacelloNotification: testFileTreeRepository: /System/Volumes/Data/builds/workspace/pharo-vm_feat_headless/runTests/temp/repo #ifTrue: was sent to nil UndefinedObject(Object)>>doesNotUnderstand: #ifTrue: UndefinedObject>>doesNotUnderstand: #ifTrue: RubCompositionScanner>>DoItIn: UndefinedObject(ProtoObject)>>mustBeBooleanDeOptimizeIn: UndefinedObject(ProtoObject)>>mustBeBoolean RubCompositionScanner>>rightX RubTextComposer>>composeEachRectangleIn: RubTextComposer>>composeAllRectangles: RubTextComposer>>composeOneLine RubTextComposer>>composeAllLines RubTextComposer>>composeLinesFrom:to:delta:into:priorLines:atY:textStyle:text:container: RubTextComposer>>composeLinesFrom:to:delta:into:priorLines:atY: RubTextComposer>>recomposeFrom:to:delta: RubTextComposer>>replaceFrom:to:with: [ self composer emphasisHere: textArea emphasisHere. self composer replaceFrom: start to: stop with: aText. self text: self composer text. textArea paragraphWasComposedFrom: start to: stop. textArea paragraphReplacedTextFrom: start to: stop with: aText ] in RubParagraph>>replaceFrom:to:with: in Block: [ ... RubParagraph>>disableDrawingWhile: RubParagraph>>replaceFrom:to:with: RubCurrentLineBarDecorator(RubParagraphDecorator)>>replaceFrom:to:with: RubShoutStylerDecorator>>replaceFrom:to:with: RubEditingArea(RubAbstractTextArea)>>privateReplaceFrom:to:with: RubSmalltalkEditor(RubTextEditor)>>zapSelectionWith: RubSmalltalkEditor(RubTextEditor)>>replace:with:and: RubSmalltalkEditor(RubTextEditor)>>replaceSelectionWith: [ | s | s := self validateTextFrom: aStringOrText. s = self text ifFalse: [ self selectAll. self editor replaceSelectionWith: s. self deselect ] ] in [ self beEditableWhile: [ | s | s := self validateTextFrom: aStringOrText. s = self text ifFalse: [ self selectAll. self editor replaceSelectionWith: s. self deselect ] ] ] in RubEditingArea(RubAbstractTextArea)>>updateTextWith: in Block: [ ... FullBlockClosure(BlockClosure)>>ensure: RubEditingArea(RubAbstractTextArea)>>beEditableWhile: [ self beEditableWhile: [ | s | s := self validateTextFrom: aStringOrText. s = self text ifFalse: [ self selectAll. self editor replaceSelectionWith: s. self deselect ] ] ] in RubEditingArea(RubAbstractTextArea)>>updateTextWith: in Block: [ self... RubEditingArea(RubAbstractTextArea)>>handleEdit: RubEditingArea(RubAbstractTextArea)>>updateTextWith: RubTextScrollPane>>updateTextWith:  [Pipeline] fileExists [Pipeline] sh + mv PharoDebug.log PharoDebug-Tests-Darwin-x86_64-CoInterpreter-worker.log [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-Darwin-x86_64-CoInterpreter-worker.log [Pipeline] sh + cat progress-Tests-Darwin-x86_64-CoInterpreter-worker.log running suite: Spec-Tests starting testcase: AbstractTwoButtonsTest>>testExample ... finished starting testcase: AbstractTwoButtonsTest>>testFirstActionSecondAction ... finished starting testcase: AbstractTwoButtonsTest>>testFirstIconSecondIcon ... finished starting testcase: AbstractTwoButtonsTest>>testFirstLabelSecondLabel ... finished starting testcase: AbstractTwoButtonsTest>>testOpenWithSpec ... finished starting testcase: ApplicationWithToolbarTest>>testExample ... finished starting testcase: ApplicationWithToolbarTest>>testOpenWithSpec ... finished starting testcase: ButtonPresenterTest>>testAskBeforeChanging ... finished starting testcase: ButtonPresenterTest>>testEnabled ... finished starting testcase: ButtonPresenterTest>>testExample ... finished starting testcase: ButtonPresenterTest>>testOpenWithSpec ... finished starting testcase: CalendarPresenterTest>>testDayBeforeMonthOf ... finished starting testcase: CalendarPresenterTest>>testDaysAfterMonthOf ... finished starting testcase: CalendarPresenterTest>>testJulianDaysIntervalFor ... finished starting testcase: CalendarPresenterTest>>testJulianDaysIntervalFor2 ... finished starting testcase: CalendarPresenterTest>>testJulianDaysIntervalFor3 ... finished starting testcase: CalendarPresenterTest>>testJulianDaysIntervalFor4 ... finished starting testcase: CalendarPresenterTest>>testNextMonthButton ... finished starting testcase: CalendarPresenterTest>>testPreviousMonthButton ... finished starting testcase: CalendarPresenterTest>>testWhenDaySelectedBlock ... finished starting testcase: CheckBoxExampleTest>>testExample ... finished starting testcase: CheckBoxExampleTest>>testOpenWithSpec ... finished starting testcase: ClassMethodBrowserTest>>testExample ... finished starting testcase: ClassMethodBrowserTest>>testOpenWithSpec ... finished starting testcase: ComposablePresenterWithModelTest>>testInstanceCreation ... finished starting testcase: ComposablePresenterWithModelTest>>testInstanceCreationWithValueHolder ... finished starting testcase: ComposablePresenterWithModelTest>>testModelSettingModelToModel ... finished starting testcase: ComposablePresenterWithModelTest>>testModelSettingModelToValueHolder ... finished starting testcase: ComposablePresenterWithModelTest>>testModelSettingObjectToModel ... finished starting testcase: ComposablePresenterWithModelTest>>testModelSettingObjectToValueHolder ... finished starting testcase: ComposablePresenterWithModelTest>>testModelSettingValueHolderToModel ... finished starting testcase: ComposablePresenterWithModelTest>>testModelSettingValueHolderToValueHolder ... finished starting testcase: ComposablePresenterWithModelTest>>testUpdateModel ... finished starting testcase: ComposablePresenterWithModelTest>>testUpdateModelWithValueHolder ... finished starting testcase: DatePresenterTest>>testExample ... finished starting testcase: DatePresenterTest>>testOnDateChosen ... finished starting testcase: DatePresenterTest>>testOpenWithSpec ... finished starting testcase: DropListButtonTest>>testExample ... finished starting testcase: DropListButtonTest>>testOpenWithSpec ... finished starting testcase: DropListExampleTest>>testExample ... finished starting testcase: DropListExampleTest>>testOpenWithSpec ... finished starting testcase: DropListPresenterTest>>testExample ... finished starting testcase: DropListPresenterTest>>testOpenWithSpec ... finished starting testcase: DynamicLeftToRightColumnsLayoutTest>>testNullPresentersNeededFor ... finished starting testcase: DynamicPresentersListBuilderTest>>testGenerateNullPresentersInstVarNames ... finished starting testcase: DynamicPresentersListBuilderTest>>testGenerateUniqueInstanceVariableName ... finished starting testcase: DynamicPresentersListBuilderTest>>testInstVarNames ... finished starting testcase: DynamicPresentersListBuilderTest>>testInstVarNamesAndPresenterNamesArray ... finished starting testcase: DynamicPresentersListBuilderTest>>testModelObjects ... finished starting testcase: DynamicPresentersListBuilderTest>>testNullPresentersInstVarNamesAndPresenterNamesArray ... finished starting testcase: DynamicPresentersListBuilderTest>>testPresenterConfiguredAs ... finished starting testcase: DynamicPresentersListBuilderTest>>testPresenterProvidedByConfiguredAs ... finished starting testcase: DynamicTopToBottomRowsLayoutTest>>testNullPresentersNeededFor ... finished starting testcase: DynamicWidgetChangeTest>>testExample ... finished starting testcase: DynamicWidgetChangeTest>>testOpenWithSpec ... finished starting testcase: EditableListTest>>testExample ... finished starting testcase: EditableListTest>>testMoveElementAtTo ... finished starting testcase: EditableListTest>>testOpenWithSpec ... finished starting testcase: IconListPresenterTest>>testExample ... finished starting testcase: IconListPresenterTest>>testGetIconFor ... finished starting testcase: IconListPresenterTest>>testOpenWithSpec ... finished starting testcase: IconListPresenterTest>>testSelectAll ... finished starting testcase: IconListPresenterTest>>testWhenListChanged ... finished starting testcase: IconListPresenterTest>>testWhenListChangedOldContents ... finished starting testcase: ImagePresenterTest>>testExample ... finished starting testcase: ImagePresenterTest>>testOpenWithSpec ... finished starting testcase: ImagePresenterTest>>testSwitchAutoScale ... finished starting testcase: InputTextDropListTest>>testExample ... finished starting testcase: InputTextDropListTest>>testOpenWithSpec ... finished starting testcase: LabelPresenterTest>>testExample ... finished starting testcase: LabelPresenterTest>>testOpenWithSpec ... finished starting testcase: LabelledContainerTest>>testContent ... finished starting testcase: LabelledContainerTest>>testDoesNotUnderstand ... finished starting testcase: LabelledContainerTest>>testExample ... finished starting testcase: LabelledContainerTest>>testLabelBottom ... finished starting testcase: LabelledContainerTest>>testLabelLeft ... finished starting testcase: LabelledContainerTest>>testLabelRight ... finished starting testcase: LabelledContainerTest>>testOpenWithSpec ... finished starting testcase: LabelledDropListButtonTest>>testExample ... finished starting testcase: LabelledDropListButtonTest>>testOpenWithSpec ... finished starting testcase: LabelledDropListTest>>testExample ... finished starting testcase: LabelledDropListTest>>testOpenWithSpec ... finished starting testcase: LabelledInputTextDropListTest>>testExample ... finished starting testcase: LabelledInputTextDropListTest>>testOpenWithSpec ... finished starting testcase: LabelledListTest>>testExample ... finished starting testcase: LabelledListTest>>testOpenWithSpec ... finished starting testcase: LabelledListTest>>testSelectAll ... finished starting testcase: LabelledListTest>>testWhenListChanged ... finished starting testcase: LabelledListTest>>testWhenListChangedOldContents ... finished starting testcase: LabelledSliderInputTest>>testExample ... finished starting testcase: LabelledSliderInputTest>>testOpenWithSpec ... finished starting testcase: LabelledTextInputTest>>testExample ... finished starting testcase: LabelledTextInputTest>>testOpenWithSpec ... finished starting testcase: LabelledTextInputTest>>testSelectAll ... finished starting testcase: ListPresenterTest>>testExample ... finished starting testcase: ListPresenterTest>>testOpenWithSpec ... finished starting testcase: ListPresenterTest>>testSelectAll ... finished starting testcase: ListPresenterTest>>testWhenListChanged ... finished starting testcase: ListPresenterTest>>testWhenListChangedOldContents ... finished starting testcase: ListSelectionPresenterTest>>testExample ... finished starting testcase: ListSelectionPresenterTest>>testOpenWithSpec ... finished starting testcase: MenuPresenterTest>>testExample ... finished starting testcase: MenuPresenterTest>>testFromSpecSingle ... [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch Darwin-x86_64 a DebugSession Original error: test session. Debugger error: a UndefinedObject [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Exception Exception  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:02:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:02:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:02:28.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:02:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:02:28.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) [WARN ] 2022-10-05 18:02:34.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength [ERROR] 2022-10-05 18:02:36.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:49285):Could not allocate more memory. MaxOldSpaceSize reached. NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) [WARN ] 2022-10-05 18:03:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:03:11.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:03:11.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:03:11.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:03:11.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:03:11.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:03:11.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:03:12.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:03:12.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:03:12.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:03:12.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:03:12.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:03:12.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:03:12.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T 1 1 2 2 NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) [DEBUG] 2022-10-05 17:03:20.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SqueakSSL [WARN ] 2022-10-05 17:03:20.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 17:03:20.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCreateAccessorDepth: T [WARN ] 2022-10-05 17:03:20.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate [WARN ] 2022-10-05 18:03:30.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:03:30.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 18:03:30.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) [WARN ] 2022-10-05 18:03:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:03:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 18:03:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt .Pharo writing to the standard error Pharo writing to the standard output somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared) NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared) EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true". NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared) NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared) an Object29453 run, 29453 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [WARN ] 2022-10-05 18:03:45.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:03:45.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 18:03:45.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [Checks API] No suitable checks publisher found. [Pipeline] fileExists [Pipeline] sh + mv PharoDebug.log PharoDebug-Tests-Darwin-arm64-CoInterpreter-worker.log [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-Darwin-arm64-CoInterpreter-worker.log [Pipeline] sh + cat progress-Tests-Darwin-arm64-CoInterpreter-worker.log running suite: Reflectivity-Tests starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished starting testcase: CoverageDemoTest>>testCoverageAST ... finished starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished starting testcase: CoverageDemoTest>>testCoverageMethod ... finished starting testcase: LinkInstallerTest>>testCallToSuper ... finished starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished starting testcase: LinkInstallerTest>>testMethodModified ... finished starting testcase: LinkInstallerTest>>testMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished starting testcase: LinkInstallerTest>>testRemovingNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished starting testcase: LinkInstallerTest>>testUninstallLink ... finished starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished starting testcase: MetaLinkTest>>testAvailableReifications ... finished starting testcase: MetaLinkTest>>testBlockLink ... finished starting testcase: MetaLinkTest>>testConditionLink ... finished starting testcase: MetaLinkTest>>testControlInstead ... finished starting testcase: MetaLinkTest>>testControlLink ... finished starting testcase: MetaLinkTest>>testDefintionString ... finished starting testcase: MetaLinkTest>>testLinkOption ... finished starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished starting testcase: MetaLinkTest>>testOptionFor ... finished starting testcase: MetaLinkTest>>testReificationError ... finished starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished starting testcase: ReflectiveMethodTest>>testSetLink ... finished starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished starting testcase: ReflectivityControlTest>>testAfterArray ... finished starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished starting testcase: ReflectivityControlTest>>testAfterBlock ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished starting testcase: ReflectivityControlTest>>testAfterCascade ... finished starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished starting testcase: ReflectivityControlTest>>testAfterMethod ... finished starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished starting testcase: ReflectivityControlTest>>testAfterSend ... finished starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished starting testcase: ReflectivityControlTest>>testAfterSequence ... finished starting testcase: ReflectivityControlTest>>testAfterSlot ... finished starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished starting testcase: ReflectivityControlTest>>testBeforeArray ... finished starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished starting testcase: ReflectivityControlTest>>testBeforeSend ... finished starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished starting testcase: ReflectivityControlTest>>testInsteadArray ... finished starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadSend ... finished starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyNode ... finished starting testcase: ReflectivityReificationTest>>testReifyObject ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished starting testcase: ReflectivityTest>>testDisableLink ... finished starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished starting testcase: VariableBreakpointTest>>testInitialize ... finished starting testcase: VariableBreakpointTest>>testInstall ... finished starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished starting testcase: VariableBreakpointTest>>testIsInstalled ... finished starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished starting testcase: VariableBreakpointTest>>testNewForClass ... finished starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testRemove ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished starting testcase: VariableBreakpointTest>>testScopeTo ... finished starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished finished running suite: Reflectivity-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [DEBUG] 2022-10-05 17:04:47.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading HostWindowPlugin [DEBUG] 2022-10-05 17:04:47.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading HostWindowPlugin.dll [DEBUG] 2022-10-05 17:04:47.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libHostWindowPlugin.dll [WARN ] 2022-10-05 17:04:47.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin [WARN ] 2022-10-05 17:04:47.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:04:47.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:04:47.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) [WARN ] 2022-10-05 17:04:48.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLanguageAccessorDepth: T [WARN ] 2022-10-05 17:04:48.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage [WARN ] 2022-10-05 17:04:48.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCountryAccessorDepth: T [WARN ] 2022-10-05 17:04:48.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry  [ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ] TestSessionHandler>>startup: [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runStartup: TestWorkingSession>>start: [ session start: false ] in [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ manager register: (TestSessionHandler onStartup:...etc... FullBlockClosure(BlockClosure)>>ensure: UIManager class>>nonInteractiveDuring: SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure:  [ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ] TestSessionHandler>>shutdown: [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runShutdown: TestWorkingSession(WorkingSession)>>stop: [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure: TestExecutionEnvironment>>runTestCase: CurrentExecutionEnvironment class>>runTestCase: SessionErrorHandlingTest(TestCase)>>runCaseManaged [WARN ] 2022-10-05 18:05:38.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:05:38.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 18:05:38.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray [WARN ] 2022-10-05 18:05:38.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 18:05:39.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 18:05:39.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent [WARN ] 2022-10-05 18:05:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize [WARN ] 2022-10-05 18:05:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize [WARN ] 2022-10-05 18:05:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize [WARN ] 2022-10-05 18:05:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr [WARN ] 2022-10-05 18:05:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth [WARN ] 2022-10-05 18:05:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight [WARN ] 2022-10-05 18:05:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 18:05:41.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 18:05:43.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared) NewUndeclaredWarning: Point>>tt (Object is Undeclared) MetacelloNotification: testFileTreeRepository: /builds/workspace/pharo-vm_feat_headless/runTests/temp/repo fred is number 1 charlie is number 2 elmer is number 3[WARN ] 2022-10-05 18:05:56.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:05:56.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 18:05:56.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 18:06:02.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive [WARN ] 2022-10-05 17:07:10.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitivePathMaxAccessorDepth: T [WARN ] 2022-10-05 17:07:10.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax Returning an object but pool is full[WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 18:07:12.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 18:07:16.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 18:07:16.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0 DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: CA SystemNotification: CB SystemNotification: TA SystemNotification: TB SystemNotification: TC SystemNotification: TD SystemNotification: T6 1 1 2 2 NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) [WARN ] 2022-10-05 17:08:23.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:08:23.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:08:23.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) [WARN ] 2022-10-05 17:08:29.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:08:29.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:08:29.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) an Object29453 run, 29453 passes, 0 failures, 0 errors. [Pipeline] } [Pipeline] // withEnv [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] fileExists [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>mv PharoDebug.log PharoDebug-Tests-Windows-x86_64-CoInterpreter.log [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>mv progress.log progress-Tests-Windows-x86_64-CoInterpreter.log [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>cat progress-Tests-Windows-x86_64-CoInterpreter.log running suite: Reflectivity-Tests starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished starting testcase: CoverageDemoTest>>testCoverageAST ... finished starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished starting testcase: CoverageDemoTest>>testCoverageMethod ... finished starting testcase: LinkInstallerTest>>testCallToSuper ... finished starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished starting testcase: LinkInstallerTest>>testMethodModified ... finished starting testcase: LinkInstallerTest>>testMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished starting testcase: LinkInstallerTest>>testRemovingNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished starting testcase: LinkInstallerTest>>testUninstallLink ... finished starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished starting testcase: MetaLinkTest>>testAvailableReifications ... finished starting testcase: MetaLinkTest>>testBlockLink ... finished starting testcase: MetaLinkTest>>testConditionLink ... finished starting testcase: MetaLinkTest>>testControlInstead ... finished starting testcase: MetaLinkTest>>testControlLink ... finished starting testcase: MetaLinkTest>>testDefintionString ... finished starting testcase: MetaLinkTest>>testLinkOption ... finished starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished starting testcase: MetaLinkTest>>testOptionFor ... finished starting testcase: MetaLinkTest>>testReificationError ... finished starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished starting testcase: ReflectiveMethodTest>>testSetLink ... finished starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished starting testcase: ReflectivityControlTest>>testAfterArray ... finished starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished starting testcase: ReflectivityControlTest>>testAfterBlock ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished starting testcase: ReflectivityControlTest>>testAfterCascade ... finished starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished starting testcase: ReflectivityControlTest>>testAfterMethod ... finished starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished starting testcase: ReflectivityControlTest>>testAfterSend ... finished starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished starting testcase: ReflectivityControlTest>>testAfterSequence ... finished starting testcase: ReflectivityControlTest>>testAfterSlot ... finished starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished starting testcase: ReflectivityControlTest>>testBeforeArray ... finished starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished starting testcase: ReflectivityControlTest>>testBeforeSend ... finished starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished starting testcase: ReflectivityControlTest>>testInsteadArray ... finished starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadSend ... finished starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyNode ... finished starting testcase: ReflectivityReificationTest>>testReifyObject ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished starting testcase: ReflectivityTest>>testDisableLink ... finished starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished starting testcase: VariableBreakpointTest>>testInitialize ... finished starting testcase: VariableBreakpointTest>>testInstall ... finished starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished starting testcase: VariableBreakpointTest>>testIsInstalled ... finished starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished starting testcase: VariableBreakpointTest>>testNewForClass ... finished starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testRemove ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished starting testcase: VariableBreakpointTest>>testScopeTo ... finished starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished finished running suite: Reflectivity-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (Tests-Windows-x86_64-CoInterpreter-worker) [Pipeline] unstash [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless>mkdir runTests [Pipeline] dir Running in C:\builds\workspace\pharo-vm_feat_headless\runTests [Pipeline] { [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>wget -O - get.pharo.org/64/90 | bash --2022-10-05 09:09:29-- http://get.pharo.org/64/90 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: 3444 (3.4K) Saving to: 'STDOUT' 0K ... 100% 45.6M=0s 2022-10-05 09:09:29 (45.6 MB/s) - written to stdout [3444/3444] a DebugSession Original error: test session. Debugger error: a UndefinedObject [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Exception Exception  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] [WARN ] 2022-10-05 18:09:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:09:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:09:28.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin Downloading the latest 90 Image: http://files.pharo.org/get-files/90/pharoImage-x86_64.zip Pharo.image [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>echo 90 1>pharo.version [Pipeline] echo Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex cd runTests && unzip ../build/build/packages/PharoVM-*-Windows-x86_64-bin.zip -d . [Pipeline] withEnv [Pipeline] { [Pipeline] sh + cd runTests + unzip ../build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.zip -d . Archive: ../build/build/packages/PharoVM-9.0.1-f4fe5697-Windows-x86_64-bin.zip inflating: ./B2DPlugin.dll inflating: ./BitBltPlugin.dll inflating: ./DSAPrims.dll inflating: ./FileAttributesPlugin.dll inflating: ./FilePlugin.dll inflating: ./JPEGReadWriter2Plugin.dll inflating: ./JPEGReaderPlugin.dll inflating: ./LargeIntegers.dll inflating: ./LocalePlugin.dll inflating: ./MiscPrimitivePlugin.dll inflating: ./Pharo.exe inflating: ./Pharo.exe.manifest inflating: ./PharoConsole.exe inflating: ./PharoConsole.exe.manifest inflating: ./PharoVMCore.dll inflating: ./SDL2.dll inflating: ./SocketPlugin.dll inflating: ./SqueakSSL.dll inflating: ./SurfacePlugin.dll inflating: ./TestLibrary.dll inflating: ./UUIDPlugin.dll inflating: ./ffi.dll inflating: ./iconv.dll inflating: ./libB2DPlugin.dll.a inflating: ./libBitBltPlugin.dll.a inflating: ./libDSAPrims.dll.a inflating: ./libFileAttributesPlugin.dll.a inflating: ./libFilePlugin.dll.a inflating: ./libJPEGReadWriter2Plugin.dll.a inflating: ./libJPEGReaderPlugin.dll.a inflating: ./libLargeIntegers.dll.a inflating: ./libLocalePlugin.dll.a inflating: ./libMiscPrimitivePlugin.dll.a inflating: ./libPharoVMCore.dll.a inflating: ./libSocketPlugin.dll.a inflating: ./libSqueakSSL.dll.a inflating: ./libSurfacePlugin.dll.a inflating: ./libTestLibrary.dll.a inflating: ./libUUIDPlugin.dll.a inflating: ./libbz2-1.dll inflating: ./libcairo-2.dll inflating: ./libeay32.dll inflating: ./libexpat-1.dll inflating: ./libffi.dll.a inflating: ./libfontconfig-1.dll inflating: ./libfreetype-6.dll inflating: ./libgcc_s_seh-1.dll inflating: ./libgit2-1-0-0.dll inflating: ./libgit2.dll inflating: ./libpcre-1.dll inflating: ./libpixman-1-0.dll inflating: ./libpng16-16.dll inflating: ./libssh2-1.dll inflating: ./libssh2.dll inflating: ./libwinpthread-1.dll inflating: ./ssleay32.dll inflating: ./zlib1.dll [Pipeline] } [Pipeline] // withEnv [Pipeline] echo Executing: #!c:\tools\cygwin\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_headless"` set -ex PHARO_CI_TESTING_ENVIRONMENT=true cd runTests && ./PharoConsole.exe --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter-worker '.*' [Pipeline] withEnv [Pipeline] { [Pipeline] sh + PHARO_CI_TESTING_ENVIRONMENT=true + cd runTests + ./PharoConsole.exe --logLevel=4 --worker Pharo.image test --junit-xml-output --stage-name=Tests-Windows-x86_64-CoInterpreter-worker '.*' [DEBUG] 2022-10-05 17:09:39.000 logParameters (src/parameters.c:333):Image file name: Pharo.image [DEBUG] 2022-10-05 17:09:39.000 logParameters (src/parameters.c:334):Is default Image: no [DEBUG] 2022-10-05 17:09:39.000 logParameters (src/parameters.c:335):Is interactive session: no [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:323):vmParameters [count = 4]: [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:326): C:\builds\workspace\pharo-vm_feat_headless\runTests\PharoConsole.exe [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:326): --logLevel=4 [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:326): --worker [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:326): --headless [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:323):imageParameters [count = 4]: [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:326): test [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:326): --junit-xml-output [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:326): --stage-name=Tests-Windows-x86_64-CoInterpreter-worker [DEBUG] 2022-10-05 17:09:39.000 logParameterVector (src/parameters.c:326): .* [INFO ] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:112):Opening Image: Pharo.image [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:134):Working Directory C:\builds\workspace\pharo-vm_feat_headless\runTests [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:136):sizeof(int): 4 [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:137):sizeof(long): 4 [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:138):sizeof(long long): 8 [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:139):sizeof(void*): 8 [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:140):sizeof(sqInt): 8 [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:141):sizeof(sqLong): 8 [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:142):sizeof(float): 4 [DEBUG] 2022-10-05 17:09:39.000 vm_main_with_parameters (src/client.c:143):sizeof(double): 8 [DEBUG] 2022-10-05 17:09:39.000 runOnMainThread (src/client.c:259):Running VM on main thread [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SecurityPlugin [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SecurityPlugin.dll [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libSecurityPlugin.dll [WARN ] 2022-10-05 17:09:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading LargeIntegers [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading LocalePlugin [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTimezoneOffsetAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading MiscPrimitivePlugin [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitilizeCallbacks: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitilizeCallbacksAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FileAttributesPlugin [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFileMasksAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FilePlugin [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInterpreterSourceVersion: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInterpreterSourceVersion: T [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SocketPlugin [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverStatusAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverLocalAddressAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverHostNameSizeAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverHostNameResultAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading MD5Plugin [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading MD5Plugin.dll [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libMD5Plugin.dll [WARN ] 2022-10-05 17:09:40.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetAddressOfOOP: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetAddressOfOOPAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFillBasicType: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFillBasicTypeAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTypeByteSize: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveTypeByteSizeAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineFunction: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineFunctionAccessorDepth: T [WARN ] 2022-10-05 17:09:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading Kernel32 [DEBUG] 2022-10-05 17:09:40.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading C:\builds\workspace\pharo-vm_feat_headless\runTests\libgit2-1-0-0.dll [WARN ] 2022-10-05 17:09:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFileStdioHandlesAccessorDepth: T [WARN ] 2022-10-05 17:09:41.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles [DEBUG] 2022-10-05 17:09:41.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SDL2DisplayPlugin [DEBUG] 2022-10-05 17:09:41.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SDL2DisplayPlugin.dll [DEBUG] 2022-10-05 17:09:41.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libSDL2DisplayPlugin.dll [WARN ] 2022-10-05 17:09:41.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin [WARN ] 2022-10-05 17:09:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:09:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:09:41.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SDL2 Running tests in 786 Packages [DEBUG] 2022-10-05 17:09:41.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BitBltPlugin [DEBUG] 2022-10-05 17:09:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading B2DPlugin [DEBUG] 2022-10-05 17:09:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:09:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:09:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:09:42.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:09:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:09:42.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:09:42.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:09:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libfreetype-6.dll [DEBUG] 2022-10-05 17:09:42.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading msvcrt.dll [WARN ] 2022-10-05 18:09:51.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:09:51.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:09:51.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:09:51.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:09:51.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 18:09:55.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate [WARN ] 2022-10-05 18:10:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) [WARN ] 2022-10-05 18:10:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage [WARN ] 2022-10-05 18:10:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry  [ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ] TestSessionHandler>>startup: [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runStartup: TestWorkingSession>>start: [ session start: false ] in [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ manager register: (TestSessionHandler onStartup:...etc... FullBlockClosure(BlockClosure)>>ensure: UIManager class>>nonInteractiveDuring: SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure:  [ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ] TestSessionHandler>>shutdown: [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runShutdown: TestWorkingSession(WorkingSession)>>stop: [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure: TestExecutionEnvironment>>runTestCase: CurrentExecutionEnvironment class>>runTestCase: SessionErrorHandlingTest(TestCase)>>runCaseManaged SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) NewUndeclaredWarning: ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) [WARN ] 2022-10-05 18:12:26.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax 1 1 2 2 NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) [WARN ] 2022-10-05 18:13:02.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:13:02.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 18:13:02.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) [WARN ] 2022-10-05 18:13:05.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 18:13:05.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 18:13:05.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt an Object29453 run, 29453 passes, 0 failures, 0 errors. [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] fileExists [Pipeline] sh + mv PharoDebug.log PharoDebug-Tests-Linux-x86_64-CoInterpreter-worker.log [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh + mv progress.log progress-Tests-Linux-x86_64-CoInterpreter-worker.log [Pipeline] sh + cat progress-Tests-Linux-x86_64-CoInterpreter-worker.log running suite: Reflectivity-Tests starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished starting testcase: CoverageDemoTest>>testCoverageAST ... finished starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished starting testcase: CoverageDemoTest>>testCoverageMethod ... finished starting testcase: LinkInstallerTest>>testCallToSuper ... finished starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished starting testcase: LinkInstallerTest>>testMethodModified ... finished starting testcase: LinkInstallerTest>>testMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished starting testcase: LinkInstallerTest>>testRemovingNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished starting testcase: LinkInstallerTest>>testUninstallLink ... finished starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished starting testcase: MetaLinkTest>>testAvailableReifications ... finished starting testcase: MetaLinkTest>>testBlockLink ... finished starting testcase: MetaLinkTest>>testConditionLink ... finished starting testcase: MetaLinkTest>>testControlInstead ... finished starting testcase: MetaLinkTest>>testControlLink ... finished starting testcase: MetaLinkTest>>testDefintionString ... finished starting testcase: MetaLinkTest>>testLinkOption ... finished starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished starting testcase: MetaLinkTest>>testOptionFor ... finished starting testcase: MetaLinkTest>>testReificationError ... finished starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished starting testcase: ReflectiveMethodTest>>testSetLink ... finished starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished starting testcase: ReflectivityControlTest>>testAfterArray ... finished starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished starting testcase: ReflectivityControlTest>>testAfterBlock ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished starting testcase: ReflectivityControlTest>>testAfterCascade ... finished starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished starting testcase: ReflectivityControlTest>>testAfterMethod ... finished starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished starting testcase: ReflectivityControlTest>>testAfterSend ... finished starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished starting testcase: ReflectivityControlTest>>testAfterSequence ... finished starting testcase: ReflectivityControlTest>>testAfterSlot ... finished starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished starting testcase: ReflectivityControlTest>>testBeforeArray ... finished starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished starting testcase: ReflectivityControlTest>>testBeforeSend ... finished starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished starting testcase: ReflectivityControlTest>>testInsteadArray ... finished starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadSend ... finished starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyNode ... finished starting testcase: ReflectivityReificationTest>>testReifyObject ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished starting testcase: ReflectivityTest>>testDisableLink ... finished starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished starting testcase: VariableBreakpointTest>>testInitialize ... finished starting testcase: VariableBreakpointTest>>testInstall ... finished starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished starting testcase: VariableBreakpointTest>>testIsInstalled ... finished starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished starting testcase: VariableBreakpointTest>>testNewForClass ... finished starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testRemove ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished starting testcase: VariableBreakpointTest>>testScopeTo ... finished starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished finished running suite: Reflectivity-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 17:13:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 17:13:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 17:13:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 17:13:33.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 17:13:33.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:13:33.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T \[DEBUG] 2022-10-05 17:13:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading C:\builds\workspace\pharo-vm_feat_headless\runTests\libcairo-2.dll [WARN ] 2022-10-05 17:13:46.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetSameThreadRunnerAddress: T [WARN ] 2022-10-05 17:13:46.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:13:46.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetSameThreadRunnerAddressAccessorDepth: T [WARN ] 2022-10-05 17:13:46.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:13:46.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveRegisterCallback: T [WARN ] 2022-10-05 17:13:46.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:13:46.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveRegisterCallbackAccessorDepth: T [WARN ] 2022-10-05 17:13:46.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [DEBUG] 2022-10-05 17:13:46.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SurfacePlugin [WARN ] 2022-10-05 17:13:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverStartNameLookupAccessorDepth: T [WARN ] 2022-10-05 17:13:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStartNameLookup [WARN ] 2022-10-05 17:13:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveResolverNameLookupResultAccessorDepth: T [WARN ] 2022-10-05 17:13:59.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverNameLookupResult [WARN ] 2022-10-05 17:14:13.000 sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto (extracted/vm/src/win/sqWin32SpurAlloc.c:185):Unable to VirtualAlloc committed memory at desired address (17179869184 bytes requested at 0000000080000000, above 0000000077500000), Error: 1455 NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: UndefinedObject>>DoIt (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared) [WARN ] 2022-10-05 17:14:24.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primMontgomeryDigitLengthAccessorDepth: T [WARN ] 2022-10-05 17:14:24.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primMontgomeryDigitLength [ERROR] 2022-10-05 17:14:28.000 growOldSpaceByAtLeast (ated/64/vm/src/gcc3x-cointerp.c:49291):Required space is bigger than the headroom. Could not allocate NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C2>>setValues2 (d is Undeclared) NewUndeclaredWarning: C2>>setValues2 (e is Undeclared) NewUndeclaredWarning: C2>>setValues2 (f is Undeclared) NewUndeclaredWarning: C2>>getValues2 (d is Undeclared) NewUndeclaredWarning: C2>>getValues2 (e is Undeclared) NewUndeclaredWarning: C2>>getValues2 (f is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) NewUndeclaredWarning: C1>>doSomething (otherSlot is Undeclared) [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [DEBUG] 2022-10-05 17:16:36.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading TestLibrary.dll [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveReadNextCallback: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveReadNextCallbackAccessorDepth: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCallbackReturn: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCallbackReturnAccessorDepth: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCreateWorker: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCreateWorkerAccessorDepth: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:36.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveUnregisterCallback: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveUnregisterCallbackAccessorDepth: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFreeDefinition: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFreeDefinitionAccessorDepth: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:37.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetObjectFromAddress: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveGetObjectFromAddressAccessorDepth: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitializeStructType: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveInitializeStructTypeAccessorDepth: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveStructByteSize: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveStructByteSizeAccessorDepth: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:16:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL .Pharo writing to the standard error Pharo writing to the standard output [WARN ] 2022-10-05 17:16:44.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFreeStruct: T [WARN ] 2022-10-05 17:16:44.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:16:44.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveFreeStructAccessorDepth: T [WARN ] 2022-10-05 17:16:44.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL somethingsomethingNewUndeclaredWarning: CompiledMethodTest>>z (z is Undeclared) NewUndeclaredWarning: CompiledMethodTest>>msg (var1 is Undeclared) EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true". NewUndeclaredWarning: UndefinedObject>>noMethod (MySlot is Undeclared) NewUndeclaredWarning: UndefinedObject>>noMethod (SlotTestsClassB is Undeclared) [WARN ] 2022-10-05 17:17:10.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:17:10.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:17:10.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [WARN ] 2022-10-05 17:19:26.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [DEBUG] 2022-10-05 17:19:27.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BMPReadWriterPlugin [DEBUG] 2022-10-05 17:19:27.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BMPReadWriterPlugin.dll [DEBUG] 2022-10-05 17:19:27.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libBMPReadWriterPlugin.dll [WARN ] 2022-10-05 17:19:27.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:19:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:19:27.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:19:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:19:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCompressToByteArrayAccessorDepth: T [WARN ] 2022-10-05 17:19:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray [WARN ] 2022-10-05 17:19:27.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 17:19:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BMPReadWriterPlugin [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading BMPReadWriterPlugin.dll [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libBMPReadWriterPlugin.dll [WARN ] 2022-10-05 17:19:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: BMPReadWriterPlugin [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading JPEGReadWriter2Plugin [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGPluginIsPresentAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGPluginIsPresent [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGCompressStructSizeAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGCompressStructSize [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGErrorMgr2StructSizeAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGErrorMgr2StructSize [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading JPEGReaderPlugin [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGDecompressStructSizeAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGDecompressStructSize [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGReadHeaderfromByteArrayerrorMgrAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadHeaderfromByteArrayerrorMgr [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primImageWidthAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageWidth [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primImageHeightAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primImageHeight [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrAccessorDepth: T [WARN ] 2022-10-05 17:19:29.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgr [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading ZipPlugin.dll [DEBUG] 2022-10-05 17:19:29.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libZipPlugin.dll [WARN ] 2022-10-05 17:19:29.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: ZipPlugin [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:19:29.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:19:30.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:30.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay [WARN ] 2022-10-05 17:19:31.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioShowDisplay NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) NewUndeclaredWarning: ReGlobalVariablesUsageRuleTest>>sampleMethod (sampleMethod is Undeclared) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed) SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed) [WARN ] 2022-10-05 17:19:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDirectoryDelimitorAccessorDepth: T [WARN ] 2022-10-05 17:19:38.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCMockCompilationClass>>methodWithUndeclaredVar (undeclaredTestVar is Undeclared) NewUndeclaredWarning: OCDoitTest>>DoItIn: (tempForTesting is Undeclared) NewUndeclaredWarning: Point>>tt (Object is Undeclared) MetacelloNotification: testFileTreeRepository: C:\builds\workspace\pharo-vm_feat_headless\runTests\temp\repo fred is number 1 charlie is number 2 elmer is number 3[WARN ] 2022-10-05 17:20:22.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:20:22.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:20:22.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt [DEBUG] 2022-10-05 17:20:35.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading DSAPrims [WARN ] 2022-10-05 17:20:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 17:20:35.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveHasSecureHashPrimitiveAccessorDepth: T [WARN ] 2022-10-05 17:20:35.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveHasSecureHashPrimitive [WARN ] 2022-10-05 17:20:53.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineVariadicFunction: T [WARN ] 2022-10-05 17:20:53.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:20:53.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveDefineVariadicFunctionAccessorDepth: T [WARN ] 2022-10-05 17:20:53.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:38.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:38.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveReleaseWorker: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveReleaseWorkerAccessorDepth: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:39.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL 2022-10-05T09:22:40.64-07:00[WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):[WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:40.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 WARNING: Had to GC to make room for more external objects. If this happens often, it would be a good idea to either: - Raise the maxExternalSemaphores size. - Write your code to explicitly release them rather than wait for finalization. [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:40.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL Returning an object but pool is full[WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 1 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLoadSymbolFromModule: T [WARN ] 2022-10-05 17:22:41.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 5 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:41.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 1 from 0 [WARN ] 2022-10-05 17:22:57.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 43 from 0 [WARN ] 2022-10-05 17:22:57.000 worker_run (ffi/src/worker/worker.c:198):Finishing Nested run: 2 from 0 DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings SystemNotification: TD SystemNotification: TB SystemNotification: TC SystemNotification: TA SystemNotification: CA SystemNotification: CB SystemNotification: TA SystemNotification: TB SystemNotification: TC SystemNotification: TD SystemNotification: T6 NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>result (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>resultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>methodBlock: (methodBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar: (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>classBlock: (classBlock is Undeclared) NewUndeclaredWarning: UndefinedObject>>anInstVar (anInstVar is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>newResultClass: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>result: (result is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>hasConflicts (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkClass: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>rules: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>failedRules (rules is Undeclared) NewUndeclaredWarning: UndefinedObject>>isEmpty (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>superSends (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteUsing: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>resetResult (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>problemCount (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>viewResults (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>rewriteRuleAsString (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (RecursiveSelfRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (builder is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (rewriteRule is Undeclared) NewUndeclaredWarning: UndefinedObject>>checkMethod: (class is Undeclared) NewUndeclaredWarning: UndefinedObject>>classVarA (A is Undeclared) NewUndeclaredWarning: UndefinedObject>>foo (foo is Undeclared) NewUndeclaredWarning: UndefinedObject>>initialize (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>name: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>junk (CR is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: UndefinedObject>>printOn: (name is Undeclared) NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared) a DebugSession Original error: test session. Debugger error: a UndefinedObject [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] Exception Exception  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]  a DebugSession Original error: test session. Debugger error: Error [ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ] [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:26:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:26:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:26:18.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:26:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:26:18.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:26:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:26:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:26:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:26:58.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:26:58.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:26:58.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:26:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin [DEBUG] 2022-10-05 17:26:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading FloatArrayPlugin.dll [DEBUG] 2022-10-05 17:26:59.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libFloatArrayPlugin.dll [WARN ] 2022-10-05 17:26:59.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: FloatArrayPlugin [WARN ] 2022-10-05 17:26:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:26:59.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:26:59.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [DEBUG] 2022-10-05 17:27:06.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading SqueakSSL [WARN ] 2022-10-05 17:27:06.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol initialiseModule: T [WARN ] 2022-10-05 17:27:06.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCreateAccessorDepth: T [WARN ] 2022-10-05 17:27:06.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCreate [DEBUG] 2022-10-05 17:28:26.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading HostWindowPlugin [DEBUG] 2022-10-05 17:28:26.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading HostWindowPlugin.dll [DEBUG] 2022-10-05 17:28:26.000 loadModuleHandle (src/externalPrimitives.c:170):Try loading libHostWindowPlugin.dll [WARN ] 2022-10-05 17:28:26.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: HostWindowPlugin [WARN ] 2022-10-05 17:28:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T [WARN ] 2022-10-05 17:28:26.000 getModuleSymbol (src/externalPrimitives.c:200):Retrying in VM DLL [WARN ] 2022-10-05 17:28:26.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol setInterpreter: T NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared) [WARN ] 2022-10-05 17:28:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveLanguageAccessorDepth: T [WARN ] 2022-10-05 17:28:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveLanguage [WARN ] 2022-10-05 17:28:27.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitiveCountryAccessorDepth: T [WARN ] 2022-10-05 17:28:27.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCountry  [ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ] TestSessionHandler>>startup: [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runStartup: TestWorkingSession>>start: [ session start: false ] in [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: [ manager register: (TestSessionHandler onStartup: [ Halt now ]). session errorHandler: (TestStartupUIManager new sessionManager: manager; yourself). self shouldnt: [ session start: false ] raise: Halt. self assert: (session instVarNamed: 'deferredStartupActions') size equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ manager register: (TestSessionHandler onStartup:...etc... FullBlockClosure(BlockClosure)>>ensure: UIManager class>>nonInteractiveDuring: SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure:  [ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ] TestSessionHandler>>shutdown: [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ] [aBlock value: each] in [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each] FullBlockClosure(BlockClosure)>>on:do: [ :each | [aBlock value: each] on: Exception do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ... Array(SequenceableCollection)>>do: TestWorkingSession(WorkingSession)>>runList:do: TestWorkingSession(WorkingSession)>>runShutdown: TestWorkingSession(WorkingSession)>>stop: [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ] [aBlock value. false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value.... FullBlockClosure(BlockClosure)>>on:do: SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise: SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive SessionErrorHandlingTest(TestCase)>>performTest [self setUp. self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp.... FullBlockClosure(BlockClosure)>>ensure: SessionErrorHandlingTest(TestCase)>>runCase [aTestCase runCase] in [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase] FullBlockClosure(BlockClosure)>>ensure: [ [aTestCase runCase] ensure: [ "Terminated test is not considered as completed (user just closed a debugger for example)" mainTestProcess isTerminating ifFalse: [ self handleCompletedTest ]] ] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [... FullBlockClosure(BlockClosure)>>on:do: TestExecutionEnvironment>>runTestCaseUnderWatchdog: [self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase] FullBlockClosure(BlockClosure)>>ensure: TestExecutionEnvironment>>runTestCase: CurrentExecutionEnvironment class>>runTestCase: SessionErrorHandlingTest(TestCase)>>runCaseManaged [WARN ] 2022-10-05 17:30:36.000 getModuleSymbol (src/externalPrimitives.c:196):Looking up symbol primitivePathMaxAccessorDepth: T [WARN ] 2022-10-05 17:30:36.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitivePathMax 1 1 2 2 NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared) [WARN ] 2022-10-05 17:31:38.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:31:38.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:31:38.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared) [WARN ] 2022-10-05 17:31:43.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardWriteFromAt [WARN ] 2022-10-05 17:31:43.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardSize [WARN ] 2022-10-05 17:31:43.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: clipboardReadIntoAt an Object29453 run, 29453 passes, 0 failures, 0 errors. [Pipeline] } [Pipeline] // withEnv [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] fileExists [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>mv PharoDebug.log PharoDebug-Tests-Windows-x86_64-CoInterpreter-worker.log [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] fileExists [Pipeline] fileExists [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>mv progress.log progress-Tests-Windows-x86_64-CoInterpreter-worker.log [Pipeline] bat ci@WIN10-CI C:\builds\workspace\pharo-vm_feat_headless\runTests>cat progress-Tests-Windows-x86_64-CoInterpreter-worker.log running suite: Reflectivity-Tests starting testcase: ASTCacheResetTest>>testCacheResetPreserveLinks ... finished starting testcase: CoverageDemoTest>>testCoverageAST ... finished starting testcase: CoverageDemoTest>>testCoverageControlFlow ... finished starting testcase: CoverageDemoTest>>testCoverageMethod ... finished starting testcase: LinkInstallerTest>>testCallToSuper ... finished starting testcase: LinkInstallerTest>>testCallToSuperWithArgs ... finished starting testcase: LinkInstallerTest>>testFindingAnonymousNodes ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVar ... finished starting testcase: LinkInstallerTest>>testLinkOnClassVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVar ... finished starting testcase: LinkInstallerTest>>testLinkOnTempVarForObject ... finished starting testcase: LinkInstallerTest>>testLinkTargetsObjectsByIdentity ... finished starting testcase: LinkInstallerTest>>testMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testMetaLinkWithAnonymousClasses ... finished starting testcase: LinkInstallerTest>>testMethodModified ... finished starting testcase: LinkInstallerTest>>testMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemoved ... finished starting testcase: LinkInstallerTest>>testNodesRemovedFromLinkWhenMethodRemovedFromObject ... finished starting testcase: LinkInstallerTest>>testObjectsAreWeakReferenced ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkClassAndObjects ... finished starting testcase: LinkInstallerTest>>testOneMetaLinkManyObjects ... finished starting testcase: LinkInstallerTest>>testPermaLinkNotInstalledOnObjectIfExistsInClass ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemoval ... finished starting testcase: LinkInstallerTest>>testPropagateClassScopedLinksRemovalFromMethodNode ... finished starting testcase: LinkInstallerTest>>testPropagateLinksOnRBProgramNode ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinks ... finished starting testcase: LinkInstallerTest>>testPropagateNewClassScopedLinksOnMethodNode ... finished starting testcase: LinkInstallerTest>>testRemovingMetaLinkOnOneObject ... finished starting testcase: LinkInstallerTest>>testRemovingMethodNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodeFromObject ... finished starting testcase: LinkInstallerTest>>testRemovingNodes ... finished starting testcase: LinkInstallerTest>>testRemovingNodesWithSuper ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAddition ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksAddedAfterMethodAdditionForObject ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModification ... finished starting testcase: LinkInstallerTest>>testSlotOrVarLinksRemainAfterMethodModificationForObject ... finished starting testcase: LinkInstallerTest>>testTwoMetaLinksOneObject ... finished starting testcase: LinkInstallerTest>>testUninstallLink ... finished starting testcase: LinkInstallerTest>>testUninstallLinkFromNode ... finished starting testcase: LinkInstallerTest>>testUninstallLinkOnSlotOrVar ... finished starting testcase: LinkInstallerTest>>testUninstallOneMetaLinkManyObjects ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAllSubclassesOfWithSelector ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonSubclassesRegistering ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testAnonymousClassForObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testClassAccessFromClassBuilder ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileClassAccessorForAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompileMethodFromIn ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorInAnonSubClassesOf ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testCompiledMethodsOfSelectorinClasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testEmptyAnonSubclasses ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToAnonymousClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testMigrateObjectToOriginalClass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testNewAnonymousSubclass ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testRemoveMethodNodeFromObject ... finished starting testcase: MetaLinkAnonymousClassBuilderTest>>testWeakMigratedObjectsRegistry ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToClassVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToSlotNamedUninstall ... finished starting testcase: MetaLinkObjectAPITest>>testLinkClassToTempVarNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToAST ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToClassVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToSlotNamed ... finished starting testcase: MetaLinkObjectAPITest>>testLinkObjectToTempVarName ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToClassVarNameWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToSlotNamedWrites ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameAll ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameReads ... finished starting testcase: MetaLinkObjectAPITest>>testLinkToTempVarNameWrites ... finished starting testcase: MetaLinkRegistryTest>>testPermaLinksForMethod ... finished starting testcase: MetaLinkRegistryTest>>testSlotSourcesConsiderClassesHierarchy ... finished starting testcase: MetaLinkTest>>testAvailableReifications ... finished starting testcase: MetaLinkTest>>testBlockLink ... finished starting testcase: MetaLinkTest>>testConditionLink ... finished starting testcase: MetaLinkTest>>testControlInstead ... finished starting testcase: MetaLinkTest>>testControlLink ... finished starting testcase: MetaLinkTest>>testDefintionString ... finished starting testcase: MetaLinkTest>>testLinkOption ... finished starting testcase: MetaLinkTest>>testLinkOptionsDefault ... finished starting testcase: MetaLinkTest>>testOptionFor ... finished starting testcase: MetaLinkTest>>testReificationError ... finished starting testcase: MetaLinkTest>>testSimpleHaltLink ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethod ... finished starting testcase: ReflectiveMethodTest>>testCreateReflectiveMethodAndInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidate ... finished starting testcase: ReflectiveMethodTest>>testInvalidateNoJit ... finished starting testcase: ReflectiveMethodTest>>testInvalidateWithLinkCount ... finished starting testcase: ReflectiveMethodTest>>testLinkCountTwoLinks ... finished starting testcase: ReflectiveMethodTest>>testSetLink ... finished starting testcase: ReflectiveMethodTest>>testSetLinkInPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnClassVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnGlobalVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariable ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnInstanceVariableAndUninstall ... finished starting testcase: ReflectiveMethodTest>>testSetLinkOnPrimitive ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptions ... finished starting testcase: ReflectiveMethodTest>>testSetLinkWithPragmaOptionsPerClass ... finished starting testcase: ReflectivityControlTest>>testAfterArray ... finished starting testcase: ReflectivityControlTest>>testAfterAssignment ... finished starting testcase: ReflectivityControlTest>>testAfterBlock ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedIfTrue ... finished starting testcase: ReflectivityControlTest>>testAfterBlockOptimizedWhileFalseSend ... finished starting testcase: ReflectivityControlTest>>testAfterBlockSequence ... finished starting testcase: ReflectivityControlTest>>testAfterCascade ... finished starting testcase: ReflectivityControlTest>>testAfterClassVariable ... finished starting testcase: ReflectivityControlTest>>testAfterLiteral ... finished starting testcase: ReflectivityControlTest>>testAfterLiteralArray ... finished starting testcase: ReflectivityControlTest>>testAfterMethod ... finished starting testcase: ReflectivityControlTest>>testAfterMethod2 ... finished starting testcase: ReflectivityControlTest>>testAfterMethodLevel ... finished starting testcase: ReflectivityControlTest>>testAfterMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testAfterMethodWithTemps ... finished starting testcase: ReflectivityControlTest>>testAfterSend ... finished starting testcase: ReflectivityControlTest>>testAfterSendWeak ... finished starting testcase: ReflectivityControlTest>>testAfterSequence ... finished starting testcase: ReflectivityControlTest>>testAfterSlot ... finished starting testcase: ReflectivityControlTest>>testAfterSlotWrite ... finished starting testcase: ReflectivityControlTest>>testAfterVariableNode ... finished starting testcase: ReflectivityControlTest>>testBeforeArray ... finished starting testcase: ReflectivityControlTest>>testBeforeAssignment ... finished starting testcase: ReflectivityControlTest>>testBeforeBlock ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceNoValue ... finished starting testcase: ReflectivityControlTest>>testBeforeBlockSequenceOptimized ... finished starting testcase: ReflectivityControlTest>>testBeforeCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeClassVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteral ... finished starting testcase: ReflectivityControlTest>>testBeforeLiteralArray ... finished starting testcase: ReflectivityControlTest>>testBeforeMethod ... finished starting testcase: ReflectivityControlTest>>testBeforeMethodPrimitive ... finished starting testcase: ReflectivityControlTest>>testBeforeReturn ... finished starting testcase: ReflectivityControlTest>>testBeforeSend ... finished starting testcase: ReflectivityControlTest>>testBeforeSendInCascade ... finished starting testcase: ReflectivityControlTest>>testBeforeSequence ... finished starting testcase: ReflectivityControlTest>>testBeforeSlot ... finished starting testcase: ReflectivityControlTest>>testBeforeSlotWrite ... finished starting testcase: ReflectivityControlTest>>testBeforeVariable ... finished starting testcase: ReflectivityControlTest>>testBeforeVariableSelf ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableNoArguments ... finished starting testcase: ReflectivityControlTest>>testConditionDisableEnableWithArguments ... finished starting testcase: ReflectivityControlTest>>testConditionMetaLevel ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument ... finished starting testcase: ReflectivityControlTest>>testConditionWithArgument2 ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInstead ... finished starting testcase: ReflectivityControlTest>>testFailingDoubleRWInsteadSimplified ... finished starting testcase: ReflectivityControlTest>>testInsteadArray ... finished starting testcase: ReflectivityControlTest>>testInsteadAssign ... finished starting testcase: ReflectivityControlTest>>testInsteadBlock ... finished starting testcase: ReflectivityControlTest>>testInsteadBlockSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadCascade ... finished starting testcase: ReflectivityControlTest>>testInsteadClassVariable ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteral ... finished starting testcase: ReflectivityControlTest>>testInsteadLiteralArray ... finished starting testcase: ReflectivityControlTest>>testInsteadMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadPrimitiveMethod ... finished starting testcase: ReflectivityControlTest>>testInsteadSend ... finished starting testcase: ReflectivityControlTest>>testInsteadSendMultipleSites ... finished starting testcase: ReflectivityControlTest>>testInsteadSequence ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadGlobal ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadIvar ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableReadTemp ... finished starting testcase: ReflectivityControlTest>>testInsteadVariableWrite ... finished starting testcase: ReflectivityControlTest>>testLinkOneShot ... finished starting testcase: ReflectivityControlTest>>testLinkOptionDisabledLink ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineCondition ... finished starting testcase: ReflectivityControlTest>>testLinkoptionInlineMetaObject ... finished starting testcase: ReflectivityControlTest>>testRecursionStopper ... finished starting testcase: ReflectivityReificationTest>>testAccessTemp ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testBlockOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArguments ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArg ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfter ... finished starting testcase: ReflectivityReificationTest>>testBlockSequenceArgumentsWithArgAfterInstead ... finished starting testcase: ReflectivityReificationTest>>testBlockValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueAfter ... finished starting testcase: ReflectivityReificationTest>>testLiteralValueBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArguments2level ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentClassVarOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentSlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyAssignmentTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyByInstanceNotKey ... finished starting testcase: ReflectivityReificationTest>>testReifyCascadeValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVarOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableClass ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableContext ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableLink ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableName ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableObject ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyClassVariableVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyEntity ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalName ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalValue ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyGlobalVariableValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIndexAssigmentIvar ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarIndex ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarName ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarValue ... finished starting testcase: ReflectivityReificationTest>>testReifyIvarVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayContext ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyLiteralArrayValue ... finished starting testcase: ReflectivityReificationTest>>testReifyMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgs ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodArgsAfter2 ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodBodyArgsInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodSelector ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyMethodValue ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyNewValueAssignmentBefore ... finished starting testcase: ReflectivityReificationTest>>testReifyNode ... finished starting testcase: ReflectivityReificationTest>>testReifyObject ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationMethodInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSend ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyOperationSendInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyOptionArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifyOrigMethod ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArguments ... finished starting testcase: ReflectivityReificationTest>>testReifyReceiverOnSendWithArgumentsAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyReturnValue ... finished starting testcase: ReflectivityReificationTest>>testReifySendAfterMany ... finished starting testcase: ReflectivityReificationTest>>testReifySendAll ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgsAsArray ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments ... finished starting testcase: ReflectivityReificationTest>>testReifySendArguments2 ... finished starting testcase: ReflectivityReificationTest>>testReifySendArgumentsLevel ... finished starting testcase: ReflectivityReificationTest>>testReifySendMethodToExecute ... finished starting testcase: ReflectivityReificationTest>>testReifySendReceiver ... finished starting testcase: ReflectivityReificationTest>>testReifySendSelector ... finished starting testcase: ReflectivityReificationTest>>testReifySendSender ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContext ... finished starting testcase: ReflectivityReificationTest>>testReifySendThisContextAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySendValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotClass ... finished starting testcase: ReflectivityReificationTest>>testReifySlotName ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperation ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifySlotOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifySlotValue ... finished starting testcase: ReflectivityReificationTest>>testReifySlotVariable ... finished starting testcase: ReflectivityReificationTest>>testReifyTempName ... finished starting testcase: ReflectivityReificationTest>>testReifyTempNewValue ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperation ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyTempOperationInstead ... finished starting testcase: ReflectivityReificationTest>>testReifyTempValue ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentAfter ... finished starting testcase: ReflectivityReificationTest>>testReifyValueAssignmentBefore ... finished starting testcase: ReflectivityTest>>testDisableLink ... finished starting testcase: ReflectivityTest>>testDisableThenCleanASTCacheThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLink ... finished starting testcase: ReflectivityTest>>testDisableThenEnableLinkWithCondition ... finished starting testcase: ReflectivityTest>>testTwoLinksUninstallOne ... finished starting testcase: VariableBreakpointTest>>testAccessStrategy ... finished starting testcase: VariableBreakpointTest>>testAllSlotNamesFor ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccess ... finished starting testcase: VariableBreakpointTest>>testBreakOnAccessTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnRead ... finished starting testcase: VariableBreakpointTest>>testBreakOnReadTo ... finished starting testcase: VariableBreakpointTest>>testBreakOnWrite ... finished starting testcase: VariableBreakpointTest>>testBreakOnWriteTo ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnAllTempAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnArgument ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarAccesses ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnClassVarWrites ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempReads ... finished starting testcase: VariableBreakpointTest>>testBreakpointOnTempWrites ... finished starting testcase: VariableBreakpointTest>>testInitialize ... finished starting testcase: VariableBreakpointTest>>testInstall ... finished starting testcase: VariableBreakpointTest>>testInstrumentedMethodIsCompiledMethod ... finished starting testcase: VariableBreakpointTest>>testIsInstalled ... finished starting testcase: VariableBreakpointTest>>testIsVariableBreakpoint ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClass ... finished starting testcase: VariableBreakpointTest>>testNewBreakpointForVariableInClassForMethod ... finished starting testcase: VariableBreakpointTest>>testNewForClass ... finished starting testcase: VariableBreakpointTest>>testNoRemoveAfterSubclassRemoved ... finished starting testcase: VariableBreakpointTest>>testNotifyArgumentBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyInstVarBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testNotifyTempBreakpointHit ... finished starting testcase: VariableBreakpointTest>>testRemove ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterClassWithTempVarRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveAfterSuperclassRemoved ... finished starting testcase: VariableBreakpointTest>>testRemoveFromMethod ... finished starting testcase: VariableBreakpointTest>>testScopeTo ... finished starting testcase: VariableBreakpointTest>>testSetAsBreakpointProperty ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariableWritesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesReadsInObject ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInClass ... finished starting testcase: VariableBreakpointTest>>testWatchVariablesWritesInObject ... finished finished running suite: Reflectivity-Tests [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // dir [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 1 GitHub has been notified of this commit’s build result Finished: FAILURE